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

MDG_TR_DISPLAY_CONTAINER SAP ABAP dialog Program - Display of Transport Container







MDG_TR_DISPLAY_CONTAINER is a standard Module pool for a dialog screen ABAP Program 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_TR_DISPLAY_CONTAINER 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

MDG_TR_DISPLAY - Transport Container Display


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_TR_DISPLAY_CONTAINER. "Basic submit
SUBMIT MDG_TR_DISPLAY_CONTAINER AND RETURN. "Return to original report after report execution complete
SUBMIT MDG_TR_DISPLAY_CONTAINER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Display of Transport Container
Text Symbol: I08 = Check the entries using the error log
Text Symbol: I07 = Entries are not yet consistent
Text Symbol: I06 = Entry Error
Text Symbol: E03 = 'Error when Changing'
Text Symbol: E02 = 'Error when Inserting'
Text Symbol: E01 = Error when Deleting
Text Symbol: 060 = Import Objects of Request & ...
Text Symbol: 050 = Do you want to save transport object?
Text Symbol: 040 = Save Transport Object
Text Symbol: 034 = Continue?
Text Symbol: 033 = With DB Update
Text Symbol: 032 = Without DB Update - Test Mode
Text Symbol: 031 = Call Up Import Postprocessing (Without DB Update)?
Text Symbol: 030 = Debugging switch found for at least one transport object. Schedule anyway?
Text Symbol: 029 = Debugging
Text Symbol: 028 = No
Text Symbol: 027 = Yes
Text Symbol: 026 = Offset(DDIC)
Text Symbol: 024 = Import Postprocessing
Text Symbol: 023 = In Client:
Text Symbol: 022 = Call Up Import Postprocessing?
Text Symbol: 021 = Texts in Generic Text Table
Text Symbol: 020 = Translation in Text Table
Text Symbol: 019 = Translation
Text Symbol: 018 = Text Table Functions
Text Symbol: 017 = Text Tables
Text Symbol: 015 = Translate
Text Symbol: 013 = Import Postprocessing
Text Symbol: 012 = Call Up Import Postprocessing?
Text Symbol: 011 = Export Preprocessing
Text Symbol: 010 = Call Up Export Preprocessing?
Text Symbol: 009 = Data Export
Text Symbol: 008 = Really write?
Text Symbol: 007 = Data Info Does Not Yet Exist
Text Symbol: 006 = Structure Does Not Yet Exist
Text Symbol: 005 = Transport Object
Text Symbol: 004 = Switch Transport Object





Text Symbol: 003 = Structure Export
Text Symbol: 002 = Really Write Structure?


INCLUDES used within this REPORT MDG_TR_DISPLAY_CONTAINER

INCLUDE MDG_TR_DSP_CONTTOP . "
INCLUDE MDG_TR_DSP_CONTO01 .
INCLUDE MDG_TR_DSP_CONTI01 .
INCLUDE MDG_TR_DSP_CONTF01 .
INCLUDE MDG_TR_DSP_CONTF02 .
INCLUDE MDG_TR_DSP_CONTIMP .


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:

No SAP FUNCTION MODULES are executed within this report code!



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