FICDGW00 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 FICDGW00 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 .
Selection Text: PA_PERID = D .
Selection Text: PA_RYEAR = D .
Selection Text: PA_TEST = D .
Title: Adjust Activity in Goodwill Entries
Text Symbol: 001 = Dimension/Beg.Year/Beg.Period
Text Symbol: 002 = Technical Settings
Text Symbol: 003 = Goodwill entries must be adjusted
Text Symbol: 004 = Goodwill entries cannot be adjusted
Text Symbol: 005 = Goodwill entries have been adjusted
FICCON06. " C/I CONSTANTS
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_ryear = pa_ryear i_perid = pa_perid.
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CACTT' e_dimen = pa_dimen e_bunit = '' e_rvers = '' e_cactt = '40' " C/I e_cacti = '' e_actvt = '16'.
FC_COI_SYSTEM_USAGE_GET call function 'FC_COI_SYSTEM_USAGE_GET' exporting i_dimen = pa_dimen importing e_ustpflg = lf_ustp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICDGW00 - Adjust Activity in Goodwill Entries FICDGW00 - Adjust Activity in Goodwill Entries FICDELSR - SAP Cons. Archiving: Delete Program for Object CONS_SUM FICDELSR - SAP Cons. Archiving: Delete Program for Object CONS_SUM FICDELSEL - documentation and ABAP source code FICDELRUDOC0T - documentation and ABAP source code