RESUPERMONITORING 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 RESUPERMONITORING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMMA_OLD - Monitor mass activity
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: AKTYP = D Mass Activity Type
Selection Text: ALDATE = D Date Executed
Selection Text: ALUSER = D User Name
Selection Text: DELETE = D Delete Mass Run Preparation
Selection Text: LAUFD = D Date ID
Selection Text: LAUFI = D Identification
Selection Text: PREPARE = D Only Prepare Mass Runs
Title: Monitoring Mass Runs
Text Symbol: 026 = Delete Mass Run Online
Text Symbol: 025 = The Selected Mass Run Will Be Deleted from the Database. Do You Want to Continue?
Text Symbol: 024 = Monitor for Mass Run
Text Symbol: 023 = Execution Date
Text Symbol: 022 = Simulation Run
Text Symbol: 021 = User
Text Symbol: 019 = No
Text Symbol: 018 = Yes
Text Symbol: 017 = Mass Run Online Preparation
Text Symbol: 016 = The selected mass run has not yet been prepared for monitoring. The preparation may take some time. Do you want to continue?
Text Symbol: 015 = Interval
Text Symbol: 013 = Run Identification
Text Symbol: 012 = Date ID
Text Symbol: 010 = Mass Run Intervals
Text Symbol: 008 = Enter Mass Activity Type
Text Symbol: 006 = At Least One Mass Activity Type
Text Symbol: 005 = Mass Activity Type
Text Symbol: 027 = Message Search
Text Symbol: OBW = Business Objects with Warnings
Text Symbol: OBE = Incorrect Business Objects
Text Symbol: MSW = Other Warning Messages
Text Symbol: MSS = Search Messages
Text Symbol: MSI = Other Information Messages
Text Symbol: MSE = Other Error Messages
Text Symbol: ITO = To
Text Symbol: IFR = From
Text Symbol: 028 = Prepared Mass Act. Analysis Will Be Prepared Again. Do you Want to Prep. them for Analysis Again?
INCLUDE RESUPERMONITORING_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ESMON_MARUNIDHDR_ALV' i_bypassing_buffer = co_true CHANGING ct_fieldcat = it_fieldcat.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ESMON_MARUNIDINT_ALV' i_bypassing_buffer = co_true CHANGING ct_fieldcat = it_fieldcat1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ESMON_TXTMSG' CHANGING ct_fieldcat = it_fieldcat2.
ISU_ESMON_SELECT_ESMON_MAHDR CALL FUNCTION 'ISU_ESMON_SELECT_ESMON_MAHDR' TABLES it_laufd = laufd it_laufi = laufi it_aktyp = aktyp it_date = aldate it_user = aluser et_output_hdr = gt_output_hdr EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
POPUP_DISPLAY_TEXT_WITH_PARAMS CALL FUNCTION 'POPUP_DISPLAY_TEXT_WITH_PARAMS' EXPORTING language = sy-langu popup_title = text-024 "'EMMA' start_column = 10 start_row = 3 text_object = text_object help_modal = co_false TABLES PARAMETERS = params EXCEPTIONS OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' doklangu = sy-langu dokname = wa_object msg_var_1 = wa_esmon_txtmsg-msgv1 msg_var_2 = wa_esmon_txtmsg-msgv2 msg_var_3 = wa_esmon_txtmsg-msgv3 msg_var_4 = wa_esmon_txtmsg-msgv4 TABLES links = lt_line EXCEPTIONS OTHERS = 0.
ISU_ESMON_DISPLAY_MSG_BUSOBJS CALL FUNCTION 'ISU_ESMON_DISPLAY_MSG_BUSOBJS' EXPORTING iv_msg_class = wa_esmon_txtmsg-msgid iv_msg_number = wa_esmon_txtmsg-msgno iv_var1_value = wa_esmon_txtmsg-msgv1 iv_var2_value = wa_esmon_txtmsg-msgv2 iv_var3_value = wa_esmon_txtmsg-msgv3 iv_var4_value = wa_esmon_txtmsg-msgv4 * IMPORTING * ET_BUS_OBJECTS = EXCEPTIONS no_business_objects_found = 1 no_variable_values = 2 OTHERS = 0.
ISU_ESMON_CALL_BUSOBJ_METHOD CALL FUNCTION 'ISU_ESMON_CALL_BUSOBJ_METHOD' EXPORTING iv_objtype = lv_objtype iv_objkey = lv_objkey iv_method = space EXCEPTIONS busobj_does_not_exist = 1 error_calling_method = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_text1 text_question = lv_text2 text_button_1 = text-018 text_button_2 = text-019 default_button = co_constnum1 display_cancel_button = co_true start_column = 25 start_row = 6 IMPORTING answer = wa_ans EXCEPTIONS OTHERS = 0.
FKK_AKTIV2_RUN_KEY_CONSTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' EXPORTING i_aktyp = wa_output_hdr-aktyp i_laufd = wa_output_hdr-laufd i_laufi = wa_output_hdr-laufi IMPORTING e_runkey = lv_progid.
ISU_DB_ERPL_SELECT CALL FUNCTION 'ISU_DB_ERPL_SELECT' EXPORTING x_laufd = wa_runid-laufd x_laufi = wa_runid-laufi x_aktyp = wa_runid-aktyp TABLES yt_erpl = lt_erpl EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES lognumbers = gt_lognr header_data = gt_header_data header_parameters = gt_header_par messages = gt_messages message_parameters = gt_message_params.
FKK_AKTIV2_RUN_KEY_DESTRUCT * CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_DESTRUCT' * EXPORTING * i_runkey = l_runkey * IMPORTING * e_aktyp = l_aktyp * e_laufd = l_laufd * e_laufi = l_laufi.
ISU_ESMON_PROCESS_LOGMSGS CALL FUNCTION 'ISU_ESMON_PROCESS_LOGMSGS' EXPORTING xs_erpl = wa_erpl TABLES * it_erpl = gt_erpl it_log_header = gt_header_data it_messages = gt_messages it_message_params = gt_message_params et_messages = lit_final et_mesages_params = gt_esmon_msglongtxtpar.
ISU_ESMON_COUNT_BUSOBJ_MSGS CALL FUNCTION 'ISU_ESMON_COUNT_BUSOBJ_MSGS' IMPORTING ev_user = wa_user ev_date = wa_date tables it_messages = lit_final et_msgeo = lt_msgeo et_msgwo = lt_msgwo et_msgso = lt_msgso et_msgim = lt_msgim et_msgwm = lt_msgwm et_msgem = lt_msgem et_output_int = lt_output_int1.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
BAL_DSP_TXT_MSG_READ CALL FUNCTION 'BAL_DSP_TXT_MSG_READ' EXPORTING i_langu = sy-langu i_msgid = wa_esmon_txtmsg-msgid i_msgno = wa_esmon_txtmsg-msgno i_msgv1 = wa_esmon_txtmsg-msgv1 i_msgv2 = wa_esmon_txtmsg-msgv2 i_msgv3 = wa_esmon_txtmsg-msgv3 i_msgv4 = wa_esmon_txtmsg-msgv4 IMPORTING e_message_text = e_message_text.
ISU_ESMON_BUS_OBJECT_TEXT_GET CALL FUNCTION 'ISU_ESMON_BUS_OBJECT_TEXT_GET' EXPORTING x_objtype = wa_esmon_txtmsg-objecttype IMPORTING y_objtext = wa_esmon_txtmsg-objecttext.
CALL FUNCTION 'DOCU_EXIST_CHECK' EXPORTING id = 'NA' langu = sy-langu object = ls_docu_index-object IMPORTING docu_index = ls_docu_index object_not_found = l_not_found EXCEPTIONS OTHERS = 0.
FKK_AKTIV2_RUN_KEY_CONSTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' EXPORTING i_aktyp = wa_output_hdr-aktyp i_laufd = wa_output_hdr-laufd i_laufi = wa_output_hdr-laufi IMPORTING e_runkey = lv_progid.
BAL_DSP_TXT_MSG_READ CALL FUNCTION 'BAL_DSP_TXT_MSG_READ' EXPORTING i_langu = sy-langu i_msgid = wa_esmon_txtmsg-msgid i_msgno = wa_esmon_txtmsg-msgno i_msgv1 = wa_esmon_txtmsg-msgv1 i_msgv2 = wa_esmon_txtmsg-msgv2 i_msgv3 = wa_esmon_txtmsg-msgv3 i_msgv4 = wa_esmon_txtmsg-msgv4 IMPORTING e_message_text = e_message_text.
ISU_ESMON_BUS_OBJECT_TEXT_GET CALL FUNCTION 'ISU_ESMON_BUS_OBJECT_TEXT_GET' EXPORTING x_objtype = wa_esmon_txtmsg-objecttype IMPORTING y_objtext = wa_esmon_txtmsg-objecttext.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ESMON_MARUNIDINT_ALV' i_bypassing_buffer = co_true CHANGING ct_fieldcat = it_fieldcat4.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = text-027 start_column = '5' start_row = '5' IMPORTING returncode = rcode TABLES fields = lt_msgsrch EXCEPTIONS error_in_fields = 1 OTHERS = 2.
BAL_DSP_TXT_MSG_READ CALL FUNCTION 'BAL_DSP_TXT_MSG_READ' EXPORTING i_langu = sy-langu i_msgid = wa_esmon_txtmsg-msgid i_msgno = wa_esmon_txtmsg-msgno i_msgv1 = wa_esmon_txtmsg-msgv1 i_msgv2 = wa_esmon_txtmsg-msgv2 i_msgv3 = wa_esmon_txtmsg-msgv3 i_msgv4 = wa_esmon_txtmsg-msgv4 IMPORTING e_message_text = e_message_text.
ISU_ESMON_BUS_OBJECT_TEXT_GET CALL FUNCTION 'ISU_ESMON_BUS_OBJECT_TEXT_GET' EXPORTING x_objtype = wa_esmon_txtmsg-objecttype IMPORTING y_objtext = wa_esmon_txtmsg-objecttext.
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 RESUPERMONITORING or its description.