SAP Reports / Programs

FICGWA10 SAP ABAP Report - Goodwill Inheritance in the Hierarchy







FICGWA10 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 FICGWA10 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CX6F0 - Goodwill Amortization/Writeup


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 FICGWA10. "Basic submit
SUBMIT FICGWA10 AND RETURN. "Return to original report after report execution complete
SUBMIT FICGWA10 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: SO_COICU = Investee unit
Selection Text: SO_BUNIT = Consolidation unit
Selection Text: PA_TEST = D Test run
Selection Text: PA_RYEAR = D Fiscal year
Selection Text: PA_RVERS = D Version
Selection Text: PA_PERID = D Period
Selection Text: PA_OVERW = Overwrite mode
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_CONGR = D Consolidation group
Title: Goodwill Inheritance in the Hierarchy
Text Symbol: NMD = Master record does not exist
Text Symbol: B04 = Technical settings
Text Symbol: B03 = Further settings
Text Symbol: B02 = Version/Time period
Text Symbol: B01 = Organizational units
Text Symbol: 204 = Error
Text Symbol: 203 = Warning
Text Symbol: 202 = No Errors
Text Symbol: 201 = Status
Text Symbol: 101 = The last task in the data monitor is already blocked for the investee
Text Symbol: 006 = Group currency
Text Symbol: 005 = Writeup in GC
Text Symbol: 004 = Writeup in LC
Text Symbol: 003 = Extraord. amort. GC
Text Symbol: 002 = Extraord. amort. LC
Text Symbol: 001 = Table


INCLUDES used within this REPORT FICGWA10

INCLUDE FICGWTOP. "WMS053337
INCLUDE FICGWA1S. " SELECTION SCREEN
INCLUDE SAPFF20B_CL.
INCLUDE FICGWA10_CL_CGHRY.
INCLUDE FICGWA10_CL_APPL.
INCLUDE FICGWA1F. "WMS053337
INCLUDE FICGW1O1.
INCLUDE FICGW1I1.


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_AUTHORITY_CHECK_REPORTING call function 'FC_AUTHORITY_CHECK_REPORTING' exporting e_dimen = pa_dimen e_congr = pa_congr e_itclg = pa_itclg e_rvers = pa_rvers et_ra_bunit = so_bunit[].

FC_COI_SYSTEM_USAGE_GET CALL FUNCTION 'FC_COI_SYSTEM_USAGE_GET' EXPORTING I_DIMEN = pa_dimen IMPORTING E_USTPFLG = g_ustpflg e_gwctflg = g_gwctflg. "she000510

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_perid importing it_cg_mhry = et_cg it_cu_mhry = 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_perid changing ct_cg_prop = et_prop_cg[].

FC_STATUS_CHECK_CACTI_AFD * call function 'FC_STATUS_CHECK_CACTI_AFD' * exporting * e_dimen = i_dimen * e_itclg = i_itclg * e_rvers = i_rvers * e_ryear = i_ryear * e_perid = i_perid ** E_BUNIT = * e_coi = space * tables * t_status = lt_status * t_locked = et_locked.

ENQUEUE_E_TABLEE * call function 'ENQUEUE_E_TABLEE' * exporting * tabname = ld_table * varkey = ld_varkey * _scope = '1' * exceptions * foreign_lock = 1 * system_failure = 2 * others = 3.

DEQUEUE_E_TABLEE * call function 'DEQUEUE_E_TABLEE' * exporting * tabname = ld_table * varkey = ld_varkey * _scope = '1' * _collect = 'X'.

FLUSH_ENQUEUE * call function 'FLUSH_ENQUEUE'.

DEQUEUE_E_TABLEE * call function 'DEQUEUE_E_TABLEE' * exporting * tabname = ld_table * varkey = ld_varkey * _scope = '1' * _collect = 'X'.

FLUSH_ENQUEUE * call function 'FLUSH_ENQUEUE'.

FC_STATUS_CHECK_CACTI_AFD call function 'FC_STATUS_CHECK_CACTI_AFD' exporting e_dimen = i_dimen e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_coi = space tables t_status = lt_status t_locked = et_locked.

ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting tabname = ld_table varkey = ld_varkey _scope = '1' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_TABLEE call function 'DEQUEUE_E_TABLEE' exporting tabname = ld_table varkey = ld_varkey _scope = '1' _collect = 'X'.

FLUSH_ENQUEUE call function 'FLUSH_ENQUEUE'.

DEQUEUE_E_TABLEE call function 'DEQUEUE_E_TABLEE' exporting tabname = ld_table varkey = ld_varkey _scope = '1' _collect = 'X'.

FLUSH_ENQUEUE call function 'FLUSH_ENQUEUE'.



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