FICASS00 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 FICASS00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX68 - Equity Holdings Adjustments
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
Selection Text: SO_DTEQI = D Scope of equity method
Title: Equity Holdings Adjustments
Text Symbol: 001 = Description
Text Symbol: 002 = Description
Text Symbol: B01 = Organizational units
Text Symbol: B02 = Version/time period
Text Symbol: RSI = Report assignment...
INCLUDE FICASS0S. "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_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 = ld_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 importing it_inv = lt_inv.
FC_COI_EQU_READ call function 'FC_COI_EQU_READ' exporting e_dimen = i_dimen e_rldnr = ld_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 exceptions add_tot_overlap = 1.
FC_COI_EQI_READ call function 'FC_COI_EQI_READ' exporting e_dimen = i_dimen e_rldnr = ld_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_equ = lt_equ importing it_eqi = lt_eqi.
FC_COI_NR_READ call function 'FC_COI_NR_READ' exporting e_dimen = i_dimen e_rldnr = ld_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 ct_eqi = lt_eqi.
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_data.
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.
FICASS00 - Equity Holdings Adjustments FICASS00 - Equity Holdings Adjustments FICARCTOP - documentation and ABAP source code FICARCSRSEL - documentation and ABAP source code FICARCSRF01 - documentation and ABAP source code FICARCSR - SAP Cons.: Archiving of Totals Records (Archiving object CONS_SUM)