SAP Reports / Programs

FCIWDWNLD00 SAP ABAP Report - Download of InfoObject Texts







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FCIWDWNLD00. "Basic submit
SUBMIT FCIWDWNLD00 AND RETURN. "Return to original report after report execution complete
SUBMIT FCIWDWNLD00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FCIWDWNLD00

No INCLUDES are used within this REPORT code!






TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FCIWDWNLD00 or its description.