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
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_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:____
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICBARD2 - SAP Cons: Download Business Areas/Companies from Release 4.x FICBARD2 - SAP Cons: Download Business Areas/Companies from Release 4.x FICBAD0S - documentation and ABAP source code FICBAD00 - Download: Combinations of Cons Business Areas/Companies FICBAD00 - Download: Combinations of Cons Business Areas/Companies FICA_UTM======================S - FICAUTM======================S