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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICCOIC0 - Migration of Consolidation of Investments Data to SAP SEM-BCS FICCOIC0 - Migration of Consolidation of Investments Data to SAP SEM-BCS FICCOIBS - documentation and ABAP source code FICCOIB0 - Check Customizing Settings for Consolidation of Investments FICCOIB0 - Check Customizing Settings for Consolidation of Investments FICCOIAS - documentation and ABAP source code