FICHRA00 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 FICHRA00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX6F5 - Changes to Eliminated Fair Value Adj
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 = Cons chart of accounts
Selection Text: PA_PERID = To period
Selection Text: PA_RVERS = D Version
Selection Text: PA_RYEAR = D Fiscal year
Selection Text: SO_BUNIT = D Consolidation unit
Selection Text: SO_COICU = D Investee unit
Title: List of Recorded Fair Value Adjustments
Text Symbol: 001 = Descriptn
Text Symbol: 002 = Description
Text Symbol: 003 = Activity
Text Symbol: 004 = Year incur
Text Symbol: 005 = Prd incur.
Text Symbol: B01 = Organizational units
Text Symbol: B02 = Version/time
Text Symbol: RSI = Report assignment...
No INCLUDES are used within this REPORT code!
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[].
DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'FC_COIAC' text = 'X' tables dd07v_tab = lt_coiac.
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 e_hlevl_max = 1 importing it_cg_mhry = lt_cg_mhry 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_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.