USMD_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_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_DATA_MODEL - MDG Data Model: Generated Tables
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: P_CNT = Count Data Records
Selection Text: P_FV = Include Old Versions
Selection Text: P_MOD = D .
Title: List of Generated Tables
Text Symbol: 001 = Data Model - Generated Tables
Text Symbol: 002 = Display
Text Symbol: 003 = Generate
Text Symbol: 004 = Type
Text Symbol: 005 = Subtype
Text Symbol: 006 = Logical Name
Text Symbol: 007 = Physical Name
Text Symbol: 008 = Version
Text Symbol: 009 = Entity Type
Text Symbol: 010 = Included Entity Type
Text Symbol: 011 = Generated Tables
Text Symbol: 012 = Display Generated Tables
Text Symbol: 013 = Data Records
Text Symbol: 014 = Editions
Text Symbol: 015 = Inactive Data Records
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_DD_TABL_EDIT call function 'RS_DD_TABL_EDIT' exporting objname = ls_log_phys_name_new-phys_name edit_mode = 'S' exceptions object_not_specified = 1 others = 2.
USMD_MESSAGE_POPUP call function 'USMD_MESSAGE_POPUP' exporting it_message = lt_message if_save_necessary = space.
USMD_MESSAGE_POPUP call function 'USMD_MESSAGE_POPUP' exporting it_message = lt_message if_save_necessary = space.
DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'USMD_SUBKIND' text = 'X' langu = langu bypass_buffer = 'X' importing rc = rc tables dd07v_tab = t_dom_values.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.