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

USMD_DATA_MODEL SAP ABAP Report - List of Generated Tables







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MDG_DATA_MODEL - MDG Data Model: Generated Tables


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_DATA_MODEL. "Basic submit
SUBMIT USMD_DATA_MODEL AND RETURN. "Return to original report after report execution complete
SUBMIT USMD_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: 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


INCLUDES used within this REPORT USMD_DATA_MODEL

No INCLUDES are used within this REPORT code!


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:

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.



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