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

FICPGW00 SAP ABAP Report - Reported Data for Push-Down Accounting







FICPGW00 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 FICPGW00 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

CXPGW3 - List of Reported Push-down Data


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 FICPGW00. "Basic submit
SUBMIT FICPGW00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICPGW00 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_CONGR = D Consolidation group
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_FPERI = From period
Selection Text: PA_FYEAR = From fiscal year
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_PERID = To period
Selection Text: PA_RVERS = D Version
Selection Text: PA_RYEAR = To year
Selection Text: SO_BUNIT = D Investee unit
Title: Reported Data for Push-Down Accounting
Text Symbol: 001 = Descriptn
Text Symbol: 002 = Description
Text Symbol: 003 = Activities
Text Symbol: 004 = Key
Text Symbol: B01 = Organizational Units
Text Symbol: B02 = Version/Time period
Text Symbol: RSI = Report assignment...


INCLUDES used within this REPORT FICPGW00

INCLUDE FICEQU0S. "SELECTION SCREEN
INCLUDE FICLPF00. "LIST PROCESSOR: FORMS
INCLUDE FICALV00. "ABAP LIST VIEWER: FORM ROUTINE


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_FIELD_PROPERTIES call function 'FC_FIELD_PROPERTIES' exporting e_langu = sy-langu importing it_fprop = lt_fprop it_fdep = lt_fdep.

FC_CONGR_DISMANTLE call function 'FC_CONGR_DISMANTLE' exporting e_dimen = i_dimen e_congr = i_congr e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_cu_prop = 'X' importing it_cu_prop = lt_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 = lt_cg ct_cu_prop = lt_cu.

FC_COI_INV_READ call function 'FC_COI_INV_READ' exporting e_dimen = i_dimen e_rldnr = ls_cg-rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_fryear = i_fyear e_fperid = i_fperi e_cu_all = 'X' et_coicu = lt_bunit importing it_inv = lt_inv.

FC_COI_EQU_READ call function 'FC_COI_EQU_READ' exporting e_dimen = i_dimen e_rldnr = ls_cg-rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_fryear = i_fyear e_fperid = i_fperi et_bunit = lt_bunit et_inv = lt_inv importing it_pgw = lt_pgw exceptions add_tot_overlap = 1.

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'FC_COIAC' text = 'X' tables dd07v_tab = lt_coiac.

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'FC_PGWLCRIT' text = 'X' tables dd07v_tab = lt_itcrit.

FC_CHAR_PROPERTIES call function 'FC_CHAR_PROPERTIES' exporting e_fieldname = is_get_text-fieldname changing ct_char = lt_value_txt exceptions field_not_found = 1 others = 2.

FC_ALV_LIST_DISPLAY call function 'FC_ALV_LIST_DISPLAY' exporting i_tab_struct = gc_tab_struct i_hlp_struct = gc_hlp_struct is_layout = is_layout it_sort = it_sort i_save = gc_save changing ct_ffix = it_ffix ct_fieldcat = it_fieldcat ct_data = it_ldata.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = gc_tab_struct * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = tables dfies_tab = lt_fields exceptions not_found = 1 internal_error = 2 others = 3.



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