USMD_DELETE_DATA_MODEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program deletes the active version of a data model, including all dependent data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter USMD_DELETE_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_DELETE_MODEL - Delete Active Version of a 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: P_MOD = D .
Title: Delete Active Version of Data Model
Text Symbol: 002 = Display Deletion Logs Regarding Deletions of Data Models
Text Symbol: 003 = Evaluate Deletion Logs Regarding Deletions of Data Models
Text Symbol: 004 = Deletion run terminated
Text Symbol: 005 = Deletion run completed with errors
Text Symbol: 006 = Deletion run completed with warnings
Text Symbol: 007 = Deletion run completed successfully
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SUBMIT_INFO call function 'RS_SUBMIT_INFO' importing p_submit_info = ls_submit_info.
RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'BUTTONS' tables p_exclude = lt_exclude.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = cl_usmd_appl_log=>gc_object_fmdm subobject = cl_usmd_appl_log=>gc_subobj_cleanup * external_number = space object_attribute = 1 subobject_attribute = 1 external_number_attribute = 2 title_list_screen = l_title_list column_selection = ls_column_selection suppress_selection_dialog = 'X' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_S_DISPLAY_PROFILE = I_S_DISPLAY_PROFILE * I_VARIANT_REPORT = ' ' i_srt_by_timstmp = 'X' importing number_of_protocols = l_number_protocols exceptions no_authority = 1 others = 2.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = cl_usmd_appl_log=>gc_object_fmdm subobject = cl_usmd_appl_log=>gc_subobj_cleanup external_number = '*' object_attribute = 1 subobject_attribute = 1 external_number_attribute = 0 title_selection_screen = l_title_select title_list_screen = l_title_list column_selection = ls_column_selection * SUPPRESS_SELECTION_DIALOG = ' ' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_S_DISPLAY_PROFILE = I_S_DISPLAY_PROFILE * I_VARIANT_REPORT = ' ' i_srt_by_timstmp = 'X' exceptions no_authority = 1 others = 2.
HELP_START call function 'HELP_START' exporting help_infos = ls_help_infos tables dynpselect = lt_dynpselect dynpvaluetab = lt_dynpvaluetab.
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_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 USMD_DEBUG_PRICING - Testing of Measurement Function Module for Master Data Governance USMD_DEBUG_PRICING - Testing of Measurement Function Module for Master Data Governance