FICCOI70 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 FICCOI70 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_DIMEN = D Dimension
Selection Text: PA_PERID = D Period
Selection Text: PA_RVERS = D Version
Selection Text: PA_RYEAR = D Fiscal Year
Selection Text: PA_TEST = D Test Run
Selection Text: SO_CONGR = D Consolidation Group
Title: C/I: Change Frequency, Cons Group, Adjust Goodwill Entries
Text Symbol: B01 = Organizational Units
Text Symbol: B02 = Version/Time
Text Symbol: B03 = Technical Setting
Text Symbol: E01 = More than One Goodwill Entry
Text Symbol: T01 = Year/Old
Text Symbol: T02 = Period/Old
Text Symbol: T03 = Value/Old
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_ryear = pa_ryear i_perid = pa_perid.
FC_COI_SYSTEM_USAGE_GET CALL FUNCTION 'FC_COI_SYSTEM_USAGE_GET' EXPORTING I_DIMEN = pa_dimen IMPORTING E_USTPFLG = l_ustpflg.
FC_CONS_FREQU_PERIODS call function 'FC_CONS_FREQU_PERIODS' changing ct_fscat = lt_fscat_hr.
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'CONGR' e_dimen = pa_dimen e_congr = '*' e_actvt = ld_actvt.
FC_GET_VERSIONS * CALL FUNCTION 'FC_GET_VERSIONS' * EXPORTING * e_rvers = pa_rvers * IMPORTING * i_gwavs = ld_gwavs.
FC_CONS_FREQU_PERIODS CALL FUNCTION 'FC_CONS_FREQU_PERIODS' CHANGING ct_fscat = lt_fscat.
FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING e_title = sy-title e_tab_struct = 'FC06COI70LST' e_hlp_struct = 'FC05TAB' et_data = gt_data[] et_list = it_list[] et_fdisp = it_fdisp[] et_kdisp = it_kdisp[] et_mdata = gt_mdata[] CHANGING ct_work = gt_work[] ct_ffix = it_ffix[] ct_fused = it_fused[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICCOI70 - C/I: Change Frequency, Cons Group, Adjust Goodwill Entries FICCOI70 - C/I: Change Frequency, Cons Group, Adjust Goodwill Entries FICCOI5T - documentation and ABAP source code FICCOI5S - documentation and ABAP source code FICCOI5F - documentation and ABAP source code FICCOI50 - Reclassification of Statistical Goodwill Items for mySAP ERP 2005