DMC_MONITOR 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_MONITOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DMCMON - MWB: Transfer Monitor
MWBMON - MWB: Transfer Monitor
IUUC_DATA_TRANSFER - data load
DTLMON - MWB: Transfer monitor
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: S_TABS = Table name
Selection Text: S_STAT = D Activity Status
Selection Text: S_ORG = D Org ID
Selection Text: S_INV = D Invocation Type
Selection Text: S_EXTID = D External Identific.
Selection Text: S_ADDIN = D Char20
Selection Text: S_ACT = D Activity Type
Selection Text: R_TABLES = Table name (optional)
Selection Text: P_SPROJ = D Subproject
Selection Text: P_PROJ = D Project
Selection Text: P_MT_ID = Mass Transfer ID
Selection Text: P_MT_ACS = Access Plan ID
Selection Text: P_FILTER = Display Filter
Selection Text: P_APPL = D Application Name
Title: MWB: Administration of transfers
Text Symbol: 303 = although flag DEF was not set
Text Symbol: 302 = GUID was entered
Text Symbol: 301 = Check of Entry
Text Symbol: 234 = Error during processing
Text Symbol: 233 = Table is in process
Text Symbol: 232 = Data transf. is finished
Text Symbol: 231 = Calcul. Status of Access Plans
Text Symbol: 230 = Conversion Objects Created
Text Symbol: 229 = Runtime Objects Generated
Text Symbol: 228 = Target tab.
Text Symbol: 227 = Deviating Target Table
Text Symbol: 226 = Behavior
Text Symbol: 225 = DelivClass
Text Symbol: 224 = Table name
Text Symbol: 223 = No. of tables not loaded
Text Symbol: 222 = Not loaded
Text Symbol: 221 = No. of tables loaded
Text Symbol: 220 = Loaded
Text Symbol: 219 = No. of tables not calculated
Text Symbol: 218 = Not calculated
Text Symbol: 217 = No. of tables calculated
Text Symbol: 216 = Calculatd
Text Symbol: 215 = No. of tables not generated
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EDITOR_PROGRAM CALL FUNCTION 'EDITOR_PROGRAM' EXPORTING appid = 'PG' display = true program = l_program EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'ID' IMPORTING dfies_wa = field_wa.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'DESCR' IMPORTING dfies_wa = field_wa.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' dynpprog = dyname dynpnr = dynum dynprofield = 'P_MT_ID' window_title = text-f01 value_org = 'S' TABLES value_tab = value_tab field_tab = field_tab.
DMCMON_START_SETTINGS CALL FUNCTION 'DMCMON_START_SETTINGS' IMPORTING ex_mon_start = g_monitor_start. "TS000067
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = g_restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'DMC_INV_TYPE' value = gv_domval IMPORTING dd07v_wa = g_dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'DMC_ACTION_TYPE' value = gv_domval IMPORTING dd07v_wa = g_dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
DMCMON_MAINTAIN_MASS_TRANSFER CALL FUNCTION 'DMCMON_MAINTAIN_MASS_TRANSFER'.
DMCMON_START_SETTINGS CALL FUNCTION 'DMCMON_START_SETTINGS' "TS000067 EXPORTING "TS000067 im_edit = true "TS000067 IMPORTING "TS000067 ex_mon_start = g_monitor_start. "TS000067
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DMC_MT_TABLES' CHANGING ct_fieldcat = lt_fcat.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = g_strucname CHANGING ct_fieldcat = lt_fcat.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = g_strucname CHANGING ct_fieldcat = lt_fcat.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = g_strucname CHANGING ct_fieldcat = lt_fcat.
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = gv_log_filter IMPORTING e_t_log_header = gt_balhdr EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = gt_balhdr IMPORTING e_t_log_handle = gt_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.
BAL_DB_RELOAD CALL FUNCTION 'BAL_DB_RELOAD' EXPORTING i_t_log_handle = gt_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 OTHERS = 3.
BAL_DSP_OUTPUT_SET_DATA CALL FUNCTION 'BAL_DSP_OUTPUT_SET_DATA' EXPORTING i_t_log_handle = gt_log_handle i_s_msg_filter = gv_msg_filter EXCEPTIONS OTHERS = 1.
DMCMON_MAINTAIN_MASS_TRANSFER CALL FUNCTION 'DMCMON_MAINTAIN_MASS_TRANSFER' EXPORTING im_wmode = cl_dmc_const=>co_wmode_change im_mt_id = p_mt_id. "TS000038
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'ID' IMPORTING dfies_wa = field_wa.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'DESCR' IMPORTING dfies_wa = field_wa.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' dynpprog = dyname dynpnr = dynum dynprofield = 'G_MT_HEAD-ID' window_title = text-f01 value_org = 'S' TABLES value_tab = value_tab field_tab = field_tab return_tab = return_tab.
BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = gv_alog_selection-object i_subobject = gv_alog_selection-subobject i_extnumber = gv_alog_selection-extnumber i_aldate_from = gv_alog_selection-aldate i_aldate_to = gv_alog_selection-aldate_h i_altime_from = gv_alog_selection-altime i_altime_to = gv_alog_selection-altime_h i_aluser = gv_alog_selection-aluser i_almode = gv_alog_selection-almode i_probclass_to = gv_alog_selection-probclass "TS000031 IMPORTING e_s_log_filter = gv_log_filter.
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = gv_log_filter IMPORTING e_t_log_header = gt_balhdr EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = gt_balhdr IMPORTING e_t_log_handle = gt_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.
BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = gv_disp_profile.
BAL_DSP_OUTPUT_SET_DATA CALL FUNCTION 'BAL_DSP_OUTPUT_SET_DATA' EXPORTING i_t_log_handle = gt_log_handle i_s_msg_filter = gv_msg_filter EXCEPTIONS OTHERS = 1.
BAL_DSP_OUTPUT_SET_DATA CALL FUNCTION 'BAL_DSP_OUTPUT_SET_DATA' EXPORTING i_t_log_handle = gt_log_handle i_s_msg_filter = gv_msg_filter EXCEPTIONS OTHERS = 1.
BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXCEPTIONS not_authorized = 1 OTHERS = 2.
BAL_DSP_OUTPUT_FREE CALL FUNCTION 'BAL_DSP_OUTPUT_FREE'.
BAL_DSP_OUTPUT_FREE CALL FUNCTION 'BAL_DSP_OUTPUT_FREE'.
BAL_DSP_OUTPUT_INIT CALL FUNCTION 'BAL_DSP_OUTPUT_INIT' EXPORTING i_s_display_profile = gv_disp_profile EXCEPTIONS OTHERS = 1.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'DMC_RTO_BEHAVIOUR' value = gv_domval IMPORTING dd07v_wa = g_dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'CONTFLAG' value = gv_domval IMPORTING dd07v_wa = g_dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-600 diagnose_object = 'DMC_MT_DATA_CHANGED' text_question = text-601 IMPORTING answer = l_answer EXCEPTIONS OTHERS = 1.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = lt_servlist.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-400 txt1 = icon_green_light txt2 = text-401.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-400 txt1 = icon_message_critical txt2 = text-402 txt3 = text-403.
DMCMON_DOCU_SHOW CALL FUNCTION 'DMCMON_DOCU_SHOW' EXPORTING im_object = lv_object im_id = lv_id.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'DMC_INV_TYPE' value = gv_domval IMPORTING dd07v_wa = g_dd07v EXCEPTIONS OTHERS = 0.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'DMC_ACTION_TYPE' value = gv_domval IMPORTING dd07v_wa = g_dd07v EXCEPTIONS OTHERS = 0.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = g_strucname CHANGING ct_fieldcat = lt_fcat.
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 DMC_MONITOR or its description.
DMC_MONITOR - MWB: Administration of transfers DMC_MONITOR - MWB: Administration of transfers DMC_MDS_VERIFY_MASKING_0100 - Include DMC_MDS_VERIFY_MASKING_0100 DMC_MDS_VERIFY_MASKING - Report DMC_MDS_VERIFY_MASKING DMC_MDS_VERIFY_MASKING - Report DMC_MDS_VERIFY_MASKING DMC_MDS_VERIFY_ALV - Include DMC_MDS_VERIFY_ALV