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

FICFGW00 SAP ABAP Report - Calculation of Full Goodwill







FICFGW00 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 FICFGW00 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 FICFGW00. "Basic submit
SUBMIT FICFGW00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICFGW00 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_DSH = Acquisitions w/Direct Shares
Selection Text: PA_INVOR = Goodwill per Direct Investor
Selection Text: PA_CONGR = D .
Selection Text: PA_DIMEN = D .
Selection Text: PA_ITCLG = D .
Selection Text: PA_PERID = D .
Selection Text: PA_RVERS = D .
Selection Text: PA_RYEAR = D .
Selection Text: PA_TEST = D .
Title: Calculation of Full Goodwill
Text Symbol: 001 = Organizational Units
Text Symbol: 002 = Version / Time Period / Cons Chart of Accts
Text Symbol: 003 = Full Goodwill per Investor
Text Symbol: 004 = Technical Settings


INCLUDES used within this REPORT FICFGW00

FICCON06, " C/I CONSTANTS
FICCON06, " C/I CONSTANTS

FICC2TYP, " C/I TYPES
FICC2TCO, " SHARE CONSTANTS
FICC2TCO, " SHARE CONSTANTS

FICLPF00, " LIST PROCESSOR: FORM ROUTINES
FICLPF00, " LIST PROCESSOR: FORM ROUTINES

FICALV00. " ABAP LIST VIEWER: FORM ROUTINES


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_congr = pa_congr i_itclg = pa_itclg i_rvers = pa_rvers i_ryear = pa_ryear i_perid = pa_perid.

FC_AUTHORITY_CHECK_REPORTING call function 'FC_AUTHORITY_CHECK_REPORTING' exporting e_dimen = pa_dimen e_itclg = pa_itclg e_rvers = pa_rvers.

FC_COI_SYSTEM_USAGE_GET call function 'FC_COI_SYSTEM_USAGE_GET' exporting i_dimen = pa_dimen importing e_dgwflg = l_dgwflg.

FC_CG_CU_PROPERTIES call function 'FC_CG_CU_PROPERTIES' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid changing ct_cg_prop = lt_cg.

FC_COI_ITEM_GET call function 'FC_COI_ITEM_GET' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_itclg = pa_itclg e_itkey = con_itkey-ivex e_type = 'S' e_out = space changing c_in_out = ls_item.

FC_COI_ITEM_GET call function 'FC_COI_ITEM_GET' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_itclg = pa_itclg e_itkey = con_itkey-fgwb e_type = 'S' e_out = space changing c_in_out = ls_item.

FC_COI_ITEM_GET call function 'FC_COI_ITEM_GET' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_itclg = pa_itclg e_itkey = con_itkey-fgwe e_type = 'S' e_out = space changing c_in_out = ls_item.

FC_COIMETH_HIERARCHY call function 'FC_COIMETH_HIERARCHY' exporting e_dimen = pa_dimen e_congr = pa_congr e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid importing it_cg_mhry = lt_cg_mhry it_cu_mhry = lt_cu_mhry.

FC_CG_CU_PROPERTIES call function 'FC_CG_CU_PROPERTIES' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid changing ct_cu_prop = lt_cu_lckey.

FC_COI_INV_READ call function 'FC_COI_INV_READ' exporting e_dimen = pa_dimen e_rldnr = g_rldnr e_itclg = pa_itclg e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid e_fryear = pa_ryear e_sign_convert = 'X' e_cu_all = 'X' importing it_inv = lt_inv.

FC_COI_EQU_READ call function 'FC_COI_EQU_READ' exporting e_dimen = pa_dimen e_rldnr = g_rldnr e_itclg = pa_itclg e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid e_fryear = pa_ryear e_hsl = space e_cu_all = 'X' et_inv = it_inv importing it_equ = lt_equ it_equ_db = lt_equ_db.

FC_TOTALS_SELECT call function 'FC_TOTALS_SELECT' exporting it_sel = lt_sel it_fields = lt_fields it_kfig = lt_kfig e_perid_cum = 'X' importing it_data = et_inv_ext.

FC_COI_SHARE_CALC2 call function 'FC_COI_SHARE_CALC2' exporting et_bunit = it_bunit_all et_inv = lt_inv_all importing it_share = lt_gsh.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CACTT' e_dimen = pa_dimen e_bunit = '' e_rvers = pa_rvers e_cactt = '40' " C/I e_cacti = '' e_actvt = '16'.

FC_STATUS_INAKTIV call function 'FC_STATUS_INAKTIV' importing i_inaktiv = lf_status_inactive exceptions others = 1.

FC_CHECK_PERIOD_OPEN call function 'FC_CHECK_PERIOD_OPEN' exporting e_dimen = pa_dimen e_itclg = pa_itclg e_rvers = pa_rvers e_bunit = ls_bunit-bunit e_ryear = pa_ryear e_perid = pa_perid e_monitor_flag = space importing i_peropen = lf_perid_status exceptions others = 1.

FC_COI_FULL_GW_UPDATE call function 'FC_COI_FULL_GW_UPDATE' exporting i_dimen = pa_dimen i_itclg = pa_itclg i_rldnr = g_rldnr i_rvers = pa_rvers i_ryear = pa_ryear i_perid = pa_perid it_data = lt_full_gw_upd.

FC_ALV_LIST_DISPLAY call function 'FC_ALV_LIST_DISPLAY' exporting i_tab_struct = 'FC00LST00M' i_hlp_struct = 'FC00LST00F' is_layout = ls_layout it_special_groups = lt_sp_groups it_sort = lt_sort it_filter = lt_filter i_save = gc_save it_events = lt_events it_event_exit = lt_event_exit * it_rcall = lt_rcall_m changing ct_ffix = et_ffix ct_fieldcat = et_fieldcat ct_data = it_data.



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