SAP Reports / Programs | Basis Components | Exchange Infrastructure | Integration Engine(BC-XI-IS-IEN) SAP BC

RSXMB_SWITCH_DEL_OLD_ENTRIES SAP ABAP Report - Program RSXMB_SWITCH_DEL_OLD_ENTRIES







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


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_SWITCH_DEL_OLD_ENTRIES. "Basic submit
SUBMIT RSXMB_SWITCH_DEL_OLD_ENTRIES AND RETURN. "Return to original report after report execution complete
SUBMIT RSXMB_SWITCH_DEL_OLD_ENTRIES 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: 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


INCLUDES used within this REPORT RSXMB_SWITCH_DEL_OLD_ENTRIES

No INCLUDES are used within this REPORT code!


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:

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.



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