SRT_UTIL_SHOW_MESSAGES 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 SRT_UTIL_SHOW_MESSAGES 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: MSGID = Message ID
Title: Web Service Utilities: Message Processing Status
Text Symbol: 052 = Sender Party
Text Symbol: 053 = Receiver Component
Text Symbol: 054 = Receiver Party
Text Symbol: 055 = Sender Operation
Text Symbol: 056 = Receiver Operation
Text Symbol: 061 = WSRM Version
Text Symbol: 071 = Restart
Text Symbol: 073 = Cancel
Text Symbol: 075 = Reconcile
Text Symbol: 081 = Restart Messages
Text Symbol: 082 = Do you really want to restart the marked messages?
Text Symbol: 083 = Cancel Messages
Text Symbol: 084 = Do you really want to cancel the marked messages?
Text Symbol: 085 = Reconcile Messages
Text Symbol: 086 = Do you really want to reconcile the marked messages?
Text Symbol: 090 = Related Messages
Text Symbol: 091 = Actions
Text Symbol: 092 = Sequence Messages
Text Symbol: E00 = Invalid from/to Date
Text Symbol: E01 = Invalid User
Text Symbol: E02 = Invalid Message ID
Text Symbol: E04 = Invalid Logical Sequence ID
Text Symbol: E06 = Invalid Queue Name
Text Symbol: E09 = No authority to use Persistence Monitor
Text Symbol: E10 = Only available for messages with error
Text Symbol: E11 = Only available for reconcilable messages
Text Symbol: E12 = Reconcilation failed
Text Symbol: ELG = No Error Log found for this sequence
Text Symbol: I01 = No child message found
Text Symbol: ICA = Cancelled
Text Symbol: IER = Erroneously processed
Text Symbol: IIS = Isolated
Text Symbol: IOK = Successfully processed
Text Symbol: IWA = Waiting
Text Symbol: 001 = Refresh
Text Symbol: 004 = Check Consistency
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Restart Messages'(081) text_question = 'Do you really want to restart the marked messages?'(082) IMPORTING answer = l_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Cancel Messages'(083) text_question = 'Do you really want to cancel the marked messages?'(084) IMPORTING answer = l_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Reconcile Messages'(085) text_question = 'Do you really want to reconcile the marked messages?'(086) IMPORTING answer = l_answer.
DOCU_OBJECT_NAME_CONCATENATE CALL FUNCTION 'DOCU_OBJECT_NAME_CONCATENATE' EXPORTING docu_id = 'NA' element = p_msgid addition = p_msgno IMPORTING object = l_doc_obj EXCEPTIONS OTHERS = 1.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' dokname = l_doc_obj TABLES links = lt_line.
SXMB_MONI_CHECK_AUTHORITY CALL FUNCTION 'SXMB_MONI_CHECK_AUTHORITY' EXPORTING im_activity = '03' IMPORTING ex_authority = m_authority_ok EXCEPTIONS OTHERS = 1.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = ms_restriction.
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 SRT_UTIL_SHOW_MESSAGES or its description.
SRT_UTIL_SHOW_MESSAGES - Web Service Utilities: Message Processing Status SRT_UTIL_SHOW_MESSAGES - Web Service Utilities: Message Processing Status SRT_UTIL_RUNTIME_ERROR_E2E - Web Service Utilities: WS related Runtime Errors - E2E SRT_UTIL_RUNTIME_ERROR_E2E - Web Service Utilities: WS related Runtime Errors - E2E SRT_UTIL_RUNTIME_ERROR - Web Service Utilities: Runtime Errors SRT_UTIL_RUNTIME_ERROR - Web Service Utilities: Runtime Errors