RSXMB_SWITCH_DEL_OLD_ENTRIES 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_SWITCH_DEL_OLD_ENTRIES 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: ACTIV_C = Active Container
Selection Text: COP_MSG = Messages Already Copied
Selection Text: DEL_MSG = Logically Deleted Messages
Selection Text: INACT_C = Inactive Container
Selection Text: ROWS = Number of Lines per Loop
Selection Text: SEA_MSG = Mark as Logically Deleted
Title: Program RSXMB_SWITCH_DEL_OLD_ENTRIES
Text Symbol: C01 = Table Container
Text Symbol: DO1 = Delete Messages from Database
Text Symbol: DO2 = Delete Messages Logically
Text Symbol: DO3 = Execution Time of Message
Text Symbol: E01 = Select at Least One Radio Button
Text Symbol: E02 = Number of Lines Must Be Greater Than 0 (Zero)
Text Symbol: S01 = Messages Were Deleted
Text Symbol: S02 = Messages Deleted Until Now:
Text Symbol: SLS = /
Text Symbol: T01 = End of Execution From
Text Symbol: T02 = End of Execution Until
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_SXMSSWITCH CALL FUNCTION 'ENQUEUE_E_SXMSSWITCH' EXPORTING mode_sxmsjinfo = 'U' runmode = 'C' _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_SXMSSWITCH CALL FUNCTION 'ENQUEUE_E_SXMSSWITCH' EXPORTING mode_sxmsjinfo = 'S' runmode = 'R' _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
SXMB_GET_CONFIG CALL FUNCTION 'SXMB_GET_CONFIG' EXPORTING im_area = if_xms_config=>co_area_deletion im_param = if_xms_config=>co_param_related_objects im_subparam = if_xms_config=>co_subparam_async IMPORTING ex_value = lv_sxmsvalue EXCEPTIONS parameter_not_found = 1 OTHERS = 2.
SXMB_GET_PERIODS_INC_UNITS CALL FUNCTION 'SXMB_GET_PERIODS_INC_UNITS' IMPORTING delperiod = delperiod syncerrper = syncerrper syncperiod = syncperiod delperiodu = async_unit syncerrperu = sync_err_unit syncperiodu = sync_unit EXCEPTIONS no_info_found = 1 OTHERS = 2.
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_SWITCH_DEL_OLD_ENTRIES - Program RSXMB_SWITCH_DEL_OLD_ENTRIES RSXMB_SWITCH_DEL_OLD_ENTRIES - Program RSXMB_SWITCH_DEL_OLD_ENTRIES RSXMB_SWITCH_ARCHIVE_VERSIONS - Define versions for archiving later RSXMB_SWITCH_ARCHIVE_VERSIONS - Define versions for archiving later RSXMB_SUPPORT_RESTART - Support: Restart Message RSXMB_SUPPORT_RESTART - Support: Restart Message