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

FICBIW10 SAP ABAP Report - SEM-BCS: Comparison data slice BCS and BW







FICBIW10 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 FICBIW10 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CXBW1 - Comparison of Data Slice
CX7B2 - Comparison data slice BCS and BW


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 FICBIW10. "Basic submit
SUBMIT FICBIW10 AND RETURN. "Return to original report after report execution complete
SUBMIT FICBIW10 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_BUNIT = D Consolidation unit
Selection Text: SO_CONGR = D Consolidation group
Selection Text: SO_DIMEN = D Dimension
Selection Text: SO_ITCLG = D Cons chart of accounts
Selection Text: SO_PERID = D Period
Selection Text: SO_RVERS = D Version
Selection Text: SO_RYEAR = D Fiscal year
Title: SEM-BCS: Comparison data slice BCS and BW
Text Symbol: B00 = Organizational units
Text Symbol: B01 = Version and period
Text Symbol: B02 = Further settings


INCLUDES used within this REPORT FICBIW10

INCLUDE FICBIW0S.


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_BW_INITIAL_LOAD CALL FUNCTION 'FC_BW_INITIAL_LOAD' EXPORTING e_ra_dimen = so_dimen[] e_ra_rvers = so_rvers[] e_ra_ryear = so_ryear[] e_ra_perid = so_perid[] e_ra_congr = so_congr[] e_ra_bunit = so_bunit[] e_ra_itclg = so_itclg[] e_rep_only = 'X'.



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