SAP Reports / Programs

RSXMB_CANCEL_NO_COMMIT_MSG SAP ABAP Report - Cancel Message Processing for Messages Without Commit







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


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_CANCEL_NO_COMMIT_MSG. "Basic submit
SUBMIT RSXMB_CANCEL_NO_COMMIT_MSG AND RETURN. "Return to original report after report execution complete
SUBMIT RSXMB_CANCEL_NO_COMMIT_MSG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSXMB_CANCEL_NO_COMMIT_MSG

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' 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.



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