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

FICCOIC0 SAP ABAP Report - Migration of Consolidation of Investments Data to SAP SEM-BCS







FICCOIC0 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 FICCOIC0 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 FICCOIC0. "Basic submit
SUBMIT FICCOIC0 AND RETURN. "Return to original report after report execution complete
SUBMIT FICCOIC0 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: PA_VARNT = D .
Selection Text: PA_RVERS = D .
Selection Text: PA_DIMEN = D .
Selection Text: PA_CONGR = D .
Selection Text: PA_TOT = RFD, Posting Level 30
Selection Text: PA_SEQNR = Sequence of Activities
Selection Text: PA_RYEAR = Year of Migration
Selection Text: PA_RPERI = Period of Migration
Selection Text: PA_LOGLO = Global/Local Sequence
Selection Text: PA_INV = AFD: Investment
Selection Text: PA_GW = Goodwill
Selection Text: PA_EQU = AFD: Investee Equity
Selection Text: PA_EHA = AFD: Equity Holdings Adjust.
Selection Text: PA_COINR = Activity Numbers
Title: Migration of Consolidation of Investments Data to SAP SEM-BCS
Text Symbol: B03 = Data Streams
Text Symbol: B02 = Version/Time
Text Symbol: B01 = Organizational Units
Text Symbol: 008 = Local/Global Sequence of Activities
Text Symbol: 007 = Sequence of Activities
Text Symbol: 006 = Activity Numbers
Text Symbol: 005 = Equity Holdings Adjustments
Text Symbol: 004 = Investee Equity
Text Symbol: 003 = Investments
Text Symbol: 002 = Goodwill
Text Symbol: 001 = Totals


INCLUDES used within this REPORT FICCOIC0

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_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' importing i_dimen = pa_dimen i_rvers = pa_rvers i_perid = pa_rperi i_ryear = pa_ryear i_rldnr = g_rldnr i_itclg = g_itclg.

FC_COI_DOCTY_READ call function 'FC_COI_DOCTY_READ' exporting e_dimen = i_dimen e_itclg = i_itclg e_rvers = i_rvers e_automatic = 'X' e_manual = 'X' importing it_ra_docty = lt_ra_docty.

FC_COIMETH_HIERARCHY call function 'FC_COIMETH_HIERARCHY' exporting e_dimen = i_dimen e_congr = i_congr e_rvers = i_rvers e_ryear = i_ryear e_perid = i_rperi importing it_cg_prop = et_cg it_cu_prop = et_cu.

FC_CG_CU_PROPERTIES call function 'FC_CG_CU_PROPERTIES' exporting e_dimen = i_dimen e_rvers = i_rvers e_ryear = i_ryear e_perid = i_rperi changing ct_cg_prop = et_cg_prop ct_cu_prop = et_cu.

FC_COI_TOT_READ call function 'FC_COI_TOT_READ' exporting e_dimen = i_dimen e_rldnr = i_rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = i_rperi et_bunit = it_cu et_congr = it_cg importing it_tot = lt_tot.

FC_CONS_FREQU_GET call function 'FC_CONS_FREQU_GET' exporting e_dimen = i_dimen e_rvers = i_rvers e_perid = i_rperi importing it_fscat_periods = lt_fscat_periods changing ct_congr = lt_congr.



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