DMC_PROTOCOL_001 is a standard ABAP INCLUDE 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_PROTOCOL_001 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: include DMC_PROTOCOL_001
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_LC_PROJECT_REGISTER *\ CALL FUNCTION 'CNV_MBT_LC_PROJECT_REGISTER' *\ EXPORTING *\ register_pack_proj = 'X' *\ pack_proj_id = i_project_guid *\ scenario = i_scenario *\ EXCEPTIONS *\ missing_parameters = 1 *\ OTHERS = 2.
CNV_MBT_LC_PROJECT_REGISTER *\ CALL FUNCTION 'CNV_MBT_LC_PROJECT_REGISTER' *\ EXPORTING *\ pack_proj_id = i_project_guid *\ check_registration = 'X' *\ dest_to_instnr = i_sender_rfc *\ no_dialog = 'X' *\ EXCEPTIONS *\ missing_parameters = 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_PROTOCOL_001 - include DMC_PROTOCOL_001 DMC_PERF_COMPARE - Comparison of two data transfers DMC_PERF_COMPARE - Comparison of two data transfers DMC_PERF_ANALYSIS - MWB: Analysis of Runtimes and Performance DMC_PERF_ANALYSIS - MWB: Analysis of Runtimes and Performance DMC_OBJECT_COPY_SP - Copy MWB objects in background