FICFMG00 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 FICFMG00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CXMF - Changeover to Physical File Names
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 .
Selection Text: PA_DIMEN = D .
Selection Text: PA_PERID = D .
Selection Text: PA_RVERS = D .
Selection Text: PA_RYEAR = D .
Selection Text: PA_TEST = D .
Selection Text: SO_BUNIT = D .
Title: Changeover of Logical <-> Physical File Name
Text Symbol: 001 = Data Records Changed
Text Symbol: B01 = Organizational Units
Text Symbol: B02 = Version/Time
Text Symbol: B03 = Technical Settings
INCLUDE FICFMG0D.
INCLUDE FICFMG0S.
No SAP DATABASE tables are accessed within this REPORT code!
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'DIMEN' e_dimen = pa_dimen e_actvt = '02'.
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'CONGR' e_dimen = pa_dimen e_congr = pa_congr e_actvt = '02'.
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'DIMEN' e_dimen = pa_dimen e_bunit = ld_bunit e_actvt = '02'.
FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = id_rvers IMPORTING i_inpvs = ld_inpvs EXCEPTIONS OTHERS = 1.
FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = id_dimen e_congr = id_congr e_rvers = id_rvers e_ryear = id_ryear e_perid = id_perid IMPORTING it_cu_mhry = lt_cu_mhry EXCEPTIONS OTHERS = 0.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = ls_tf165-logfile use_presentation_server = ls_tf165-pres EXCEPTIONS file_not_found = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TF165' CHANGING ct_fieldcat = lt_fcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'TF165' i_grid_title = text-001 it_fieldcat = lt_fcat i_save = 'A' is_variant = ls_variant TABLES t_outtab = it_tf165.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICFMG00 - Changeover of Logical <-> Physical File Name FICFMG00 - Changeover of Logical <-> Physical File Name FICFGW00 - Calculation of Full Goodwill FICFGW00 - Calculation of Full Goodwill FICEURAA - EC-CS: Status Management for the Euro Conversion FICEUR5S - ECCS: EMU selection screen, generated include