MDG_GN_REGENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generated programs are deleted during a system upgrade using repository switch...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter MDG_GN_REGENERATE 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: FORCE = Force Generation
Selection Text: PR_ONLY = Generate Programs Only
Selection Text: APPL = D .
Selection Text: CLIENT = D .
Selection Text: GT_BPR = D .
Selection Text: GT_KEYR = D .
Selection Text: GT_OBJR = D .
Title: Executing building plans (regeneration of high-level objects)
Text Symbol: PI1 = Building plan &1 is executed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_msg EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_prog_percentage text = l_prog_text.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_msg EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MDG_GN_REGENERATE - Executing building plans (regeneration of high-level objects) MDG_GN_REGENERATE - Executing building plans (regeneration of high-level objects) MDG_GN_MACROS - Makrodefinitionen für den Generator MDG_GN_DISPLAY_CATALOG - Test Classes MDG_GN_DISPLAY_CATALOG - Test Classes MDG_GN_CUSTOMIZING - Display IMG for Transport Tool