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

FICBIW20 SAP ABAP Report - SEM-BCS: Import from Financial Data from BW







FICBIW20 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 FICBIW20 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

CX7B3 - Read from InfoCube


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 FICBIW20. "Basic submit
SUBMIT FICBIW20 AND RETURN. "Return to original report after report execution complete
SUBMIT FICBIW20 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_RYEAR = D Fiscal year
Selection Text: SO_PERID = D Period
Selection Text: SO_BUNIT = D Consolidation unit
Selection Text: PA_TEST = D Test run
Selection Text: PA_RVERS = D Version
Selection Text: PA_PROT = D Log
Selection Text: PA_LORIG = D Original list
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_CONGR = D Consolidation group
Title: SEM-BCS: Import from Financial Data from BW
Text Symbol: PI5 = Writing data records ...
Text Symbol: PI4 = Creating documents ...
Text Symbol: PI3 = Checking data records ...
Text Symbol: PI2 = Interpreting data records ...
Text Symbol: PI1 = Reading file ...
Text Symbol: PB2 = File
Text Symbol: PB1 = Upload methods
Text Symbol: LH2 = Messages
Text Symbol: LH1 = Line items
Text Symbol: LF4 = periodic
Text Symbol: LF3 = cumulative
Text Symbol: LF2 = Input type
Text Symbol: LF1 = Upload
Text Symbol: B04 = Technical settings
Text Symbol: B03 = Further Settings
Text Symbol: B02 = Version / Time
Text Symbol: B01 = Organizational units
Text Symbol: PI6 = Writing documents ...
Text Symbol: PI7 = Updating status (data monitor) ...
Text Symbol: PI8 = Updating Customizing request ...
Text Symbol: PI9 = Preparing list output ...
Text Symbol: PIA = Testing writing of document ...
Text Symbol: PIB = Testing writing of data records ...


INCLUDES used within this REPORT FICBIW20

AVWRTCXM,
FCBWCON0,
FICLPF00,
FICUPL_TYP,




FICUPL_CON,
FICUPL_FORM,
FICUPL_LCL_FIELD_INFO,
FICUPL_LCL_FIELD_PROPERTIES,
FICUPL_LCL_FILE,
FICUPL_LCL_UPCAT,
FICUPL_LCL_UPMETH,
FICUPL_LCL_UPLOAD,
FICUPL_LCL_UPLOAD_04,
FICBIW2S.


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_IC_READ call function 'FC_BW_IC_READ' exporting e_itclg = ps_restrict-itclg e_dimen = ps_restrict-dimen e_rvers = ps_restrict-rvers e_gcurr = pd_gcurr et_sel = lt_sel importing i_rfcdest = pd_rfcdest i_infocube = pd_infocube it_data = lt_data_bw it_fields = lt_fields it_kfig = lt_kfig it_io_fixval = pt_io_fixval.

FC_SEM_CHECK * call function 'FC_SEM_CHECK' "wms017282 * exceptions system_not_sem = 1. "wms017282

FC_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' importing i_ryear = ld_ryear i_perid = ld_perid.

FC_CONGR_DISMANTLE call function 'FC_CONGR_DISMANTLE' exporting e_dimen = pa_dimen e_congr = pa_congr e_rvers = pa_rvers e_ryear = ld_ryear e_perid = ld_perid e_cu_prop = 'X' importing it_cu_prop = lt_cu_prop.

FC_CG_CU_PROPERTIES call function 'FC_CG_CU_PROPERTIES' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_ryear = ld_ryear e_perid = ld_perid e_prop_cu = ls_prop_cu changing ct_cu_prop = lt_cu_prop.

FC_RLDNR_FROM_CONGR_GET call function 'FC_RLDNR_FROM_CONGR_GET' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_congr = pa_congr e_ryear = ld_ryear importing i_rldnr = ld_rldnr i_gcurr = ld_gcurr.



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