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
Below is a list of transaction codes which are relevant to this SAP report
MDG_DISPLAY_MODEL - Display Data Model
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_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
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.
No SAP DATABASE tables are accessed within this REPORT code!
USMD_READ_PERSONALIZATION_DATA call function 'USMD_READ_PERSONALIZATION_DATA' exporting i_user_name = sy-uname importing ed_default_model = pa_model.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
USMD_DISPLAY_DATA_MODEL - Display of Data Model USMD_DISPLAY_DATA_MODEL - Display of Data Model USMD_DELETE_DATA_MODEL - Delete Active Version of Data Model USMD_DELETE_DATA_MODEL - Delete Active Version of Data Model USMD_DELETE_CREQUEST - Delete Change Requests USMD_DELETE_CREQUEST - Delete Change Requests