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

FICFMG00 SAP ABAP Report - Changeover of Logical <-> Physical File Name







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CXMF - Changeover to Physical File Names


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 FICFMG00. "Basic submit
SUBMIT FICFMG00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICFMG00 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 .
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


INCLUDES used within this REPORT FICFMG00

INCLUDE FICFMG0D.
INCLUDE FICFMG0S.


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



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