SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICBARD2 SAP ABAP Report - SAP Cons: Download Business Areas/Companies from Release 4.x







FICBARD2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FICBARD2 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 FICBARD2. "Basic submit
SUBMIT FICBARD2 AND RETURN. "Return to original report after report execution complete
SUBMIT FICBARD2 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_BUKRS = Company codes
Selection Text: SO_GSBER = Business areas
Title: SAP Cons: Download Business Areas/Companies from Release 4.x
Text Symbol: 001 = Business area/Companies_____
Text Symbol: 002 = Number of company codes:
Text Symbol: 004 = Number of business area/company code combinations:____
Text Symbol: 005 = File :
Text Symbol: 006 = Information to download___
Text Symbol: 007 = Number of cons business area/company combinations:____


INCLUDES used within this REPORT FICBARD2

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:

FC_GSBER_RCOMP_FROM_TFIN020 CALL FUNCTION 'FC_GSBER_RCOMP_FROM_TFIN020' IMPORTING I_NUMBER_COCD = I_NUMBER_COCD I_NUMBER_COMBINATIONS_1 = I_NUMBER_COMBINATIONS_1 I_NUMBER_COMBINATIONS_2 = I_NUMBER_COMBINATIONS_2 TABLES T_GSBER_RCOMP = IT_GSBER_RCOMP T_BUKRS = SO_BUKRS T_GSBER = SO_GSBER.

DOWNLOAD * CALL FUNCTION 'DOWNLOAD' * EXPORTING * FILENAME = GD_FILE1 * FILETYPE = 'ASC' * ITEM = TEXT-001 * IMPORTING * ACT_FILENAME = GD_FILE1 * CANCEL = GD_CANCEL * TABLES * DATA_TAB = IT_GSBER_RCOMP * EXCEPTIONS * INVALID_FILESIZE = 1 * INVALID_TABLE_WIDTH = 2 * INVALID_TYPE = 3 * NO_BATCH = 4 * UNKNOWN_ERROR = 5 * OTHERS = 6.



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 FICBARD2 or its description.