SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | WebServices ABAP Runtime(BC-ESI-WS-ABA-RT) SAP BC

SRT_UTIL_SHOW_MESSAGES SAP ABAP Report - Web Service Utilities: Message Processing Status







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


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





Text Symbol: 005 = Error Log
Text Symbol: 006 = Child Messages
Text Symbol: 007 = Re-Select
Text Symbol: 008 = Download as XML
Text Symbol: 009 = Mark an entry in the list
Text Symbol: 011 = Number
Text Symbol: 012 = Client
Text Symbol: 013 = User
Text Symbol: 014 = Creation Date
Text Symbol: 015 = Creation Time
Text Symbol: 016 = Execution Date
Text Symbol: 017 = Execution Time
Text Symbol: 018 = Role
Text Symbol: 020 = Queue Status
Text Symbol: 021 = Message Status
Text Symbol: 022 = Sequence ID
Text Symbol: 023 = Queue Name
Text Symbol: 025 = Message ID
Text Symbol: 026 = Technical Sequence ID
Text Symbol: 027 = Parent Message ID
Text Symbol: 028 = Task Watcher Status
Text Symbol: 029 = Task Watcher ID
Text Symbol: 030 = Sequence Status
Text Symbol: 031 = Check Result
Text Symbol: 033 = Processing Status
Text Symbol: 034 = Status
Text Symbol: 036 = PAF Status
Text Symbol: 037 = Unit ID
Text Symbol: 038 = Adapter Type
Text Symbol: 043 = Sender Interface Namespace
Text Symbol: 044 = Sender Interface Name
Text Symbol: 045 = Receiver Interface Namespace
Text Symbol: 046 = Receiver Interface Name
Text Symbol: 051 = Sender Component


INCLUDES used within this REPORT SRT_UTIL_SHOW_MESSAGES

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:

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.



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