DMC_MDS_DIVERS_TESTING 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 DMC_MDS_DIVERS_TESTING into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program DMC_MDS_DIVERS_TESTING
Text Symbol: GET = Get
INCLUDE CNV_MBT_SM_CONSTANTS .
INCLUDE CNV_MBT_SM_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02'.
DMC_MDS_END_CALCULATE CALL FUNCTION 'DMC_MDS_END_CALCULATE' EXPORTING iv_timestamp_start = gv_create_timestamp_start iv_no_ok_lines = gv_no_ok_lines iv_no_error_lines = gv_no_error_lines iv_no_todo_lines = gv_no_todo_lines IMPORTING ev_timestamp_end = gv_time_stamp_end EXCEPTIONS no_end_time_calcuated = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_MDS_DIVERS_TESTING - Program DMC_MDS_DIVERS_TESTING DMC_MDS_DIVERS_TESTING - Program DMC_MDS_DIVERS_TESTING DMC_MDS_DISPLAY_LOCKFLAGS - Display lockflags for transport objects DMC_MDS_DISPLAY_LOCKFLAGS - Display lockflags for transport objects DMC_MDS_CREATE_SNAPSHOT_0100 - Include DMC_MDS_CREATE_SNAPSHOT_0100 DMC_MDS_CREATE_SNAPSHOT - Program DMC_MDS_CREATE_SNAPSHOT