SAP Reports / Programs | Basis Components | Exchange Infrastructure | Runtime Workbench/Monitoring(BC-XI-IS-WKB) SAP BC

RSXMB_MON_MSG_INDEX_SERV_EXEC SAP ABAP Report - SAP XI Monitoring: Execute Service to Index Messages







RSXMB_MON_MSG_INDEX_SERV_EXEC 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 RSXMB_MON_MSG_INDEX_SERV_EXEC into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSXMB_MON_MSG_INDEX_SERV_EXEC. "Basic submit
SUBMIT RSXMB_MON_MSG_INDEX_SERV_EXEC AND RETURN. "Return to original report after report execution complete
SUBMIT RSXMB_MON_MSG_INDEX_SERV_EXEC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: INDEX_ID = Index ID
Selection Text: SERV_ID = Service ID
Title: SAP XI Monitoring: Execute Service to Index Messages
Text Symbol: 001 = No authorization to execute this program
Text Symbol: 002 = Date
Text Symbol: 003 = Time
Text Symbol: 004 = Index ID:
Text Symbol: 005 = Service ID:
Text Symbol: L01 = Start Indexing Service for SAP XI Messages:
Text Symbol: L02 = Selection Messages from Timestamp:
Text Symbol: L03 = Selection Messages to Timestamp:
Text Symbol: L04 = No. of Messages Transferred for Indexing:
Text Symbol: L05 = No. of Successfully Indexed Messages:
Text Symbol: L06 = Number of Messages with Indexing Errors:
Text Symbol: L07 = Indexing Service Completed with Return Code:
Text Symbol: L08 = Indexing Service Completed with Return Text:
Text Symbol: L09 = End of Indexing Service for SAP XI Messages:


INCLUDES used within this REPORT RSXMB_MON_MSG_INDEX_SERV_EXEC

INCLUDE RSXMB_MON_INDEX_CONST.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SXMB_MSG_INDEX_CUST_READ CALL FUNCTION 'SXMB_MSG_INDEX_CUST_READ' IMPORTING index_cust_data = ls_msgind_cust.

SXMB_MSG_INDEX_SERVICE_READ CALL FUNCTION 'SXMB_MSG_INDEX_SERVICE_READ' EXPORTING index_id = ls_msgind_cust-index_id service_id = serv_id IMPORTING e_msgind_service = ls_msgindsrv EXCEPTIONS index_id_not_found = 1 service_id_not_found = 2 OTHERS = 3.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle EXCEPTIONS OTHERS = 1.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = l_s_mdef EXCEPTIONS OTHERS = 0.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = lv_jobcount jobname = lv_jobname EXCEPTIONS no_runtime_info = 1 OTHERS = 2.

SXMB_MSG_INDEX_SERVICE_START CALL FUNCTION 'SXMB_MSG_INDEX_SERVICE_START' EXPORTING index_id = ls_msgindsrv-index_id service_id = ls_msgindsrv-service_id jobinfo = ls_msgindsrv-jobinfo IMPORTING return_code = lv_return_code return_text = lv_return_text exetimest_beg = lv_tstmp_beg exetimest_end = lv_tstmp_end count_msg_sel = lv_count_sel count_msg_ok = lv_count_ok count_msg_err = lv_count_err EXCEPTIONS index_id_not_found = 1 service_id_not_found = 2 service_id_not_active = 3 service_already_running = 4 index_cust_resetted = 5 index_cust_reset_error = 6 OTHERS = 9.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_save_all = 'X' EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = p_log_handle i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

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 RSXMB_MON_MSG_INDEX_SERV_EXEC or its description.