RSXMB_MON_MSG_INDEX_ADMIN 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_ADMIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SXMS_ADMI_IND - Configuration XI Message Indexing
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: STAT_ON = Activate Statistics
Selection Text: STAT_OFF = Deactivate Statistics
Selection Text: STAT_NAM = Statistics Name
Selection Text: STAT_DIS = Display Statistics Data
Selection Text: STAT_DES = Statistics Short Text
Selection Text: STAT_CON = Aggregate Statistics Data
Selection Text: R_PERIOD = Retention Time (Days)
Selection Text: Q_PERIOD = Time Period Queue Start (Mins)
Selection Text: Q_MSIZE = No. Documents Queue Start
Selection Text: P_MSIZE = Maximum Package Size (KB)
Selection Text: P_COUNT = Messages per Package
Selection Text: LOG_LEV = Log Level
Selection Text: I_PERIOD = Indexing Period (Mins)
Selection Text: IND_DEL = Deactivate Indexing
Selection Text: IND_CRE = Activate Indexing
Selection Text: INDINIT = Start Initial Indexing
Selection Text: INDDEL = Delete Index
Title: SAP XI Monitoring: Manage TREX Index for XI Messages
Text Symbol: L08 = Data Saved
Text Symbol: L07 = Deactivating Indexing. Delete Entire Index?
Text Symbol: L06 = Activating Indexing. Start Initial Indexing?
Text Symbol: L05 = Save Customizing
Text Symbol: L04 = Data has been changed; save changes first
Text Symbol: L03 = End Customizing
Text Symbol: L02 = Inactv.
Text Symbol: L01 = Actv.
INCLUDE RSXMB_MON_INDEX_CONST.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = 'SXMSMSGINDCUS' varkey = lv_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = 'SXMSMSGINDCUS' varkey = lv_varkey.
SXMB_MON_MSG_INDEX_DEST_READ CALL FUNCTION 'SXMB_MON_MSG_INDEX_DEST_READ' IMPORTING e_rfc_destination = lv_rfcdest.
RFC_READ_DESTINATION_TYPE CALL FUNCTION 'RFC_READ_DESTINATION_TYPE' EXPORTING destination = lv_rfcdest authority_check = ' ' IMPORTING rfctype = lv_rfctype EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title * DIAGNOSE_OBJECT = ' ' text_question = lv_textline * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
SXMB_MSG_INDEX_CUST_READ CALL FUNCTION 'SXMB_MSG_INDEX_CUST_READ' IMPORTING index_cust_data = gs_msgind_cust index_msg_filter_t = gt_index_msg_filter_t.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title * DIAGNOSE_OBJECT = ' ' text_question = lv_textline * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title * DIAGNOSE_OBJECT = ' ' text_question = lv_textline default_button = '2' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
SXMB_MSG_INDEX_CUST_READ CALL FUNCTION 'SXMB_MSG_INDEX_CUST_READ' IMPORTING index_msg_filter_t = lt_index_msg_filter_t.
SXMB_MSG_INDEX_CUST_SAVE CALL FUNCTION 'SXMB_MSG_INDEX_CUST_SAVE' EXPORTING index_cust_data = ls_msgind_cust index_msg_filter_t = lt_index_msg_filter_t EXCEPTIONS cust_data_initial = 1 index_id_not_uniqe = 2 enqueue_error = 3 trex_dest_error = 4 trex_server_error = 5 internal_error = 6 OTHERS = 7.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = lv_action * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'SXMSMSGFILTER' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' * CHECK_DDIC_MAINFLAG = ' ' * SUPPRESS_WA_POPUP = ' ' TABLES dba_sellist = lt_sellist excl_cua_funct = lt_excl_cua_funct EXCEPTIONS * CLIENT_REFERENCE = 1 * FOREIGN_LOCK = 2 * INVALID_ACTION = 3 * NO_CLIENTINDEPENDENT_AUTH = 4 * NO_DATABASE_FUNCTION = 5 * NO_EDITOR_FUNCTION = 6 * NO_SHOW_AUTH = 7 * NO_TVDIR_ENTRY = 8 * NO_UPD_AUTH = 9 * ONLY_SHOW_ALLOWED = 10 * SYSTEM_FAILURE = 11 * UNKNOWN_FIELD_IN_DBA_SELLIST = 12 * VIEW_NOT_FOUND = 13 * MAINTENANCE_PROHIBITED = 14 OTHERS = 15.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSXMB_MON_MSG_INDEX_ADMIN - SAP XI Monitoring: Manage TREX Index for XI Messages RSXMB_MON_MSG_INDEX_ADMIN - SAP XI Monitoring: Manage TREX Index for XI Messages RSXMB_MON_INDEX_CONST - RSXMBMONINDEXCONST RSXMB_MON_ALERT_CONST - RSXMBMONALERTCONST RSXMB_MET_REORG_SCHEDULE - Report RSXMB_MET_REORG_SCHEDULE RSXMB_MET_REORG_SCHEDULE - Report RSXMB_MET_REORG_SCHEDULE