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
Below is a list of transaction codes which are relevant to this SAP report
CX7B3 - Read from InfoCube
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_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 ...
AVWRTCXM,
FCBWCON0,
FICLPF00,
FICUPL_TYP,
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICBIW20 - SEM-BCS: Import from Financial Data from BW FICBIW20 - SEM-BCS: Import from Financial Data from BW FICBIW10 - SEM-BCS: Comparison data slice BCS and BW FICBIW10 - SEM-BCS: Comparison data slice BCS and BW FICBIW0S - documentation and ABAP source code FICBIW00 - SEM-BCS: Initialization of data transfer BCS to BW