SAP Reports / Programs

USMD_DISPLAY_DATA_MODEL SAP ABAP Report - Display of Data Model







USMD_DISPLAY_DATA_MODEL 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 USMD_DISPLAY_DATA_MODEL 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_DISPLAY_MODEL - Display Data Model


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 USMD_DISPLAY_DATA_MODEL. "Basic submit
SUBMIT USMD_DISPLAY_DATA_MODEL AND RETURN. "Return to original report after report execution complete
SUBMIT USMD_DISPLAY_DATA_MODEL 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_RS = Enabled Elements Only
Selection Text: PA_MODEL = D .
Selection Text: PA_ACT = Active Version
Title: Display of Data Model
Text Symbol: 206 = Inactive Version
Text Symbol: 205 = Active Version
Text Symbol: 204 = All Elements
Text Symbol: 203 = Enabled Elements Only
Text Symbol: 202 = Overview
Text Symbol: 201 = Detail View
Text Symbol: 200 = Entity Type
Text Symbol: 199 = Data Model
Text Symbol: 198 = Nothing found
Text Symbol: 013 = Governance Status
Text Symbol: 012 = Inherited Key Attribute
Text Symbol: 011 = Key Attribute
Text Symbol: 010 = Entity Type with Storage and Use Type 1
Text Symbol: 009 = Referenced Entity Type
Text Symbol: 008 = Attribute
Text Symbol: 007 = Qualifying Entity Type
Text Symbol: 006 = Leading Entity Type
Text Symbol: 005 = Entity Type Itself
Text Symbol: 004 = Data Element
Text Symbol: 003 = Storage and Use Type 1
Text Symbol: 002 = Field Type
Text Symbol: 001 = Name


INCLUDES used within this REPORT USMD_DISPLAY_DATA_MODEL

INCLUDE USMD_DISPLAY_DATA_MODELTOP.
INCLUDE USMD_DISPLAY_DATA_MODEL_F01.
INCLUDE USMD_DISPLAY_DATA_MODEL_O01.
INCLUDE USMD_DISPLAY_DATA_MODEL_I02.
INCLUDE USMD_DISPLAY_DATA_MODEL_F02.
INCLUDE USMD_DISPLAY_DATA_MODEL_F03.


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:

USMD_READ_PERSONALIZATION_DATA call function 'USMD_READ_PERSONALIZATION_DATA' exporting i_user_name = sy-uname importing ed_default_model = pa_model.



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