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

FICCOI70 SAP ABAP Report - C/I: Change Frequency, Cons Group, Adjust Goodwill Entries







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


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 FICCOI70. "Basic submit
SUBMIT FICCOI70 AND RETURN. "Return to original report after report execution complete
SUBMIT FICCOI70 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_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


INCLUDES used within this REPORT FICCOI70

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_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[].



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