FCIWDWNLD00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FCIWDWNLD00 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: SO_SITYP = D .
Selection Text: SO_SITY1 = D .
Selection Text: SO_SITEM = D .
Selection Text: SO_RVERS = D .
Selection Text: SO_ITEM = D .
Selection Text: SO_ITCLG = D .
Selection Text: SO_ITCL1 = D .
Selection Text: SO_DOCTY = D .
Selection Text: SO_DIMEN = D .
Selection Text: SO_DIME3 = D .
Selection Text: SO_DIME2 = D .
Selection Text: SO_DIME1 = D .
Selection Text: SO_CONGR = D .
Selection Text: SO_BUNIT = D .
Selection Text: SO_LANGU = Languages
Selection Text: PA_SITYP = Transfer Subitem Category
Selection Text: PA_SITEM = Transfer Subitem
Selection Text: PA_RVERS = Transfer Version
Selection Text: PA_PLEVL = Transfer Posting Level
Selection Text: PA_ITEM = Transfer Item
Selection Text: PA_ITCLG = Transfer Con Chart
Selection Text: PA_DOCTY = Transfer Document Type
Selection Text: PA_DIMEN = Transfer View
Selection Text: PA_CONGR = Transfer Cons. Group
Selection Text: PA_BUNIT = Transfer Cons. Unit
Title: Download of InfoObject Texts
Text Symbol: 012 = Further Settings
Text Symbol: 011 = Posting level
Text Symbol: 009 = Doc.type
Text Symbol: 008 = Consolidation unit
Text Symbol: 007 = Consolidation group
Text Symbol: 006 = Version
Text Symbol: 005 = Dim.
Text Symbol: 004 = Subitem
Text Symbol: 003 = Subitem category
Text Symbol: 002 = Item
Text Symbol: 001 = Cons chart
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'FC_PLEVL' langu = so_langu-low TABLES dd07v_tab = lt_dd07v.
DOWNLOAD * CALL FUNCTION 'DOWNLOAD' * EXPORTING * filename = l_filename * filetype = 'ASC' * item = i_item * IMPORTING * act_filename = l_filepath * TABLES * data_tab = it_outtab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.