RSXMB_CHECK_HISTORY 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_CHECK_HISTORY 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.
Selection Text: TEST = Test (No Deletion)
Title: Check History Entries for Processed XML Messages
Text Symbol: 001 = Number of Checked Entries
Text Symbol: 002 = Number of Entries Deleted
Text Symbol: 003 = Number of Entries to be Deleted
Text Symbol: 004 = Table SXMSDCONF: Switch Procedure is Running
Text Symbol: 005 = Inactive Container is not Empty
Text Symbol: 006 = Read:
Text Symbol: 007 = Deleted
Text Symbol: 008 = To Delete
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SXMB_GET_CONFIG CALL FUNCTION 'SXMB_GET_CONFIG' EXPORTING im_area = if_xms_config=>co_area_deletion im_param = if_xms_config=>co_param_persist_duration_unit im_subparam = if_xms_config=>co_subparam_hist IMPORTING ex_value = lv_value EXCEPTIONS parameter_not_found = 1 OTHERS = 2.
SXMB_GET_CONFIG CALL FUNCTION 'SXMB_GET_CONFIG' EXPORTING im_area = if_xms_config=>co_area_deletion im_param = if_xms_config=>co_param_persist_duration im_subparam = if_xms_config=>co_subparam_hist IMPORTING ex_value = lv_value EXCEPTIONS parameter_not_found = 1 OTHERS = 2.
ENQUEUE_E_SXMSSWITCH CALL FUNCTION 'ENQUEUE_E_SXMSSWITCH' EXPORTING runmode = 'C' _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_SXMSSWITCH CALL FUNCTION 'DEQUEUE_E_SXMSSWITCH' EXPORTING runmode = 'C'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_outline.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
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_CHECK_HISTORY - Check History Entries for Processed XML Messages RSXMB_CHECK_HISTORY - Check History Entries for Processed XML Messages RSXMB_CHECK_ENCKEY_USAGE_STO01 - Include RSXMB_CHECK_ENCKEY_USAGE_STO01 RSXMB_CHECK_ENCKEY_USAGE - Check use of key for DB encryption RSXMB_CHECK_ENCKEY_USAGE - Check use of key for DB encryption RSXMB_CANCEL_NO_COMMIT_MSG - Cancel Message Processing for Messages Without Commit