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
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_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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.