RSXMB_CANCEL_NO_COMMIT_MSG 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_CANCEL_NO_COMMIT_MSG 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.
Title: Cancel Message Processing for Messages Without Commit
Text Symbol: 075 = Display Log
Text Symbol: 074 = Test Run
Text Symbol: 073 = No Test Run
Text Symbol: 072 = and
Text Symbol: 071 = Not in interval
Text Symbol: 070 = In interval
Text Symbol: 069 = Greater or equal
Text Symbol: 068 = Less than or equal
Text Symbol: 067 = >
Text Symbol: 066 = <
Text Symbol: 065 = Unequal
Text Symbol: 064 = Equal
Text Symbol: 063 = Exclude from selection
Text Symbol: 062 = Select
Text Symbol: 061 = Unable to cancel message processing
Text Symbol: 060 = No history entry found
Text Symbol: 059 = History changed
Text Symbol: 058 = Message processing canceled
Text Symbol: 057 = Pipeline ID:
Text Symbol: 056 = Message ID:
Text Symbol: 055 = Execution canceled
Text Symbol: 054 = Are you sure you want to cancel processing of selected messages?
Text Symbol: 053 = Cancel Message Processing
Text Symbol: 052 = To Execution End:
Text Symbol: 051 = From Execution End:
Text Symbol: 017 = Display Log
Text Symbol: 016 = Test Run
Text Symbol: 015 = /
Text Symbol: 014 = To Execution End
Text Symbol: 013 = From Execution End
Text Symbol: 012 = Pipeline ID
Text Symbol: 011 = Message ID
Text Symbol: 003 = Optional
Text Symbol: 002 = Date/Time
Text Symbol: 001 = Messages
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' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_SXMSSWITCH CALL FUNCTION 'ENQUEUE_E_SXMSSWITCH' EXPORTING mode_sxmsjinfo = 'S' runmode = 'R'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Cancel Message processing'(053) text_question = 'Really cancel processing for selected Messages?'(054) display_cancel_button = '' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
SXMB_GET_CONFIG CALL FUNCTION 'SXMB_GET_CONFIG' EXPORTING im_area = 'ARCHIVE' im_param = 'PERSIST_ARCH_MANUAL_CHANGES' im_subparam = '' IMPORTING ex_value = lv_value EXCEPTIONS parameter_not_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_CANCEL_NO_COMMIT_MSG - Cancel Message Processing for Messages Without Commit RSXMB_CANCEL_NO_COMMIT_MSG - Cancel Message Processing for Messages Without Commit RSXMB_CANCEL_NOT_REST_MESSAGES - Cancel XI Messages With Errors That Cannot Be Restarted RSXMB_CANCEL_NOT_REST_MESSAGES - Cancel XI Messages With Errors That Cannot Be Restarted RSXMB_CANCEL_MESSAGES - Cancel Messages with Errors RSXMB_CANCEL_MESSAGES - Cancel Messages with Errors