MDG_MSG_DEBUG_MODE 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_MSG_DEBUG_MODE 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: PAMGDB = Store messages in MSG_H.
Selection Text: PA_BRCT = Stop at Context Switch
Selection Text: PA_BRMG = Add stop at message
Selection Text: PA_BRRA = Stop at MDG_MSG_RAISED
Selection Text: PA_COLL = D .
Selection Text: PA_MSGID = D .
Selection Text: PA_MSGNO = D .
Selection Text: PA_MSGTY = D .
Title: Settings for Debug Mode
Text Symbol: FR1 = Stop at Add Message
INCLUDE MDG_MSG_DEFAULT_MACROS.
INCLUDE MDG_MSG_DEFAULT_ADD_MSG_TEST.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_MSG_DEBUG_MODE - Settings for Debug Mode MDG_MSG_DEBUG_MODE - Settings for Debug Mode MDG_MSG_COMBINED_TEST - Unit Test: Fehlersammlung mit Defaulthandler und externem Kontext MDG_MDF_VIEW_I01 - MDG_MDF_VIEW_I01 MDG_MDF_VIEW - View(Cluster) Callup Points MDG_MDF_VIEW - View(Cluster) Callup Points