SAP Reports / Programs | Cross-Application Components | Master Data Governance | Application Framework(CA-MDG-AF) SAP CA

MDG_MDFTR20 SAP ABAP Report - Correction of a Transport Request







MDG_MDFTR20 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 MDG_MDFTR20 into the relevant SAP transactions such as SE38 or SE80


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 MDG_MDFTR20. "Basic submit
SUBMIT MDG_MDFTR20 AND RETURN. "Return to original report after report execution complete
SUBMIT MDG_MDFTR20 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_TST = Test Run
Selection Text: PA_REQ = D .
Title: Correction of a Transport Request
Text Symbol: 001 = Test Run
Text Symbol: 002 = Upd. Run
Text Symbol: 100 = There is no active state for table &1
Text Symbol: 101 = Entry for table &1 has been replaced by table &2
Text Symbol: 102 = Entries of table &1 have been written to table &2
Text Symbol: 103 = Table &1 does not exist in Data Dict.
Text Symbol: 104 = Structures of tables &1 and &2 are different; table &1 will be deleted
Text Symbol: 105 = Checking of Object:


INCLUDES used within this REPORT MDG_MDFTR20

No INCLUDES are used within this REPORT code!


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:

MDG_TR_NAMETAB_GET CALL FUNCTION 'MDG_TR_NAMETAB_GET' EXPORTING i_tabname = ls_tabkey-tabname IMPORTING et_key_dfies = lt_tabkey_tab_struct EXCEPTIONS error_passed_to_msg = 1 nametab_error = 2 OTHERS = 3.

MDG_TR_NAMETAB_GET CALL FUNCTION 'MDG_TR_NAMETAB_GET' EXPORTING i_tabname = l_new_tabname IMPORTING et_key_dfies = lt_newtab_struct EXCEPTIONS error_passed_to_msg = 1 nametab_error = 2 OTHERS = 3.

TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' IMPORTING ev_selected_request = pa_req.

TR_READ_REQUEST_WITH_TASKS CALL FUNCTION 'TR_READ_REQUEST_WITH_TASKS' EXPORTING iv_trkorr = iv_req IMPORTING et_requests = lt_request EXCEPTIONS invalid_input = 1 OTHERS = 2.



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