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

FICHIR00 SAP ABAP Report - Reporting Fair Value Adjustment Data







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

CX6F4 - Rptd Data, FVA: Reporting


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 FICHIR00. "Basic submit
SUBMIT FICHIR00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICHIR00 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_GCURR = D Group currency
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_LCURR = D Local currency
Selection Text: PA_PERID = To period
Selection Text: PA_RVERS = D Version
Selection Text: PA_RYEAR = To year
Selection Text: SO_COICU = D Investee unit
Title: Reporting Fair Value Adjustment Data
Text Symbol: 001 = Description
Text Symbol: 002 = Description
Text Symbol: B01 = Organizational Units
Text Symbol: B02 = Version/Time
Text Symbol: B03 = Local/group crcy


INCLUDES used within this REPORT FICHIR00

INCLUDE FICHIR0S. "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_coicu[].

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_GET_VERSIONS call function 'FC_GET_VERSIONS' exporting e_rvers = i_rvers importing i_hirvs = ld_hirvs.

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