FICEQU00 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 FICEQU00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX66 - Changes in investee equity
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_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 fiscal year
Selection Text: SO_BUNIT = D Investee unit
Title: Changes in Investee Equity
Text Symbol: 001 = Description
Text Symbol: 002 = Description
Text Symbol: 003 = Activity
Text Symbol: B01 = Organizational units
Text Symbol: B02 = Version/time period
Text Symbol: RSI = Report assignment...
INCLUDE FICEQU0S. "SELECTION SCREEN
INCLUDE FICLPF00. "LIST PROCESSOR: FORMS
INCLUDE FICALV00. "ABAP LIST VIEWER: FORM ROUTINE
No SAP DATABASE tables are accessed within this REPORT code!
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_COIMETH_HIERARCHY * call function 'FC_COIMETH_HIERARCHY' "begin of bik291101 * exporting * e_dimen = i_dimen * e_congr = i_congr * e_rvers = i_rvers * e_ryear = i_ryear * e_perid = i_perid * e_hlevl_max = 1 * e_rollup_cu = 'X' * importing * it_cu_mhry = lt_cu_mhry.
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_equ = lt_equ_00 it_equ_db = lt_equ_db exceptions "begin of "wis040100 add_tot_overlap = 1.
FC_COI_EQU_READ_CG call function 'FC_COI_EQU_READ_CG' exporting e_dimen = i_dimen "jos120603 e_ryear = i_ryear e_perid = i_perid * ET_CONGR = e_cu_all = 'X' * et_bunit = it_bunit et_equ = lt_equ_00 et_equ_db = lt_equ_db importing it_equ = lt_equ.
FC_COI_NR_READ call function 'FC_COI_NR_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 changing ct_inv = lt_inv ct_equ = lt_equ.
DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'FC_COIAC' text = 'X' tables dd07v_tab = lt_coiac.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICEQU00 - Changes in Investee Equity FICEQU00 - Changes in Investee Equity FICEIS0S - Data Transfer SAP Consolidation to EC-EIS: Selection Screen FICEIS00 - Data Transfer from SAP Consolidation to EC-EIS FICEIS00 - Data Transfer from SAP Consolidation to EC-EIS FICEICF0 - documentation and ABAP source code