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

SRT_MESSAGE_MONI_CHECK SAP ABAP Report - Web Service Utilities: Check Consistency







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


Text pool values


Title: Web Service Utilities: Check Consistency
Text Symbol: 103 = Time of next retry
Text Symbol: 102 = Date of next retry
Text Symbol: 101 = Max. Retry Counter
Text Symbol: 100 = Error Counter
Text Symbol: 099 = Runtime specific
Text Symbol: 098 = Message specific
Text Symbol: 097 = Migrated from XI Persistency
Text Symbol: 096 = Changed by
Text Symbol: 094 = Changed at
Text Symbol: 093 = Created at
Text Symbol: 091 = Retry Counter
Text Symbol: 090 = HTTP Transport and Protocol (msec)
Text Symbol: 089 = LUW Messages
Text Symbol: 088 = SOAP Runtime (msec)
Text Symbol: 087 = Provider Application or System (msec)
Text Symbol: 086 = Wait for Scheduler (msec)
Text Symbol: 085 = Create - Commit (msec)
Text Symbol: 084 = Processing Time (msec)
Text Symbol: 083 = Messages reconciled
Text Symbol: 082 = Queue Units (Provider only)
Text Symbol: 081 = Incomplete messages (Provider only)
Text Symbol: 080 = Check Result
Text Symbol: 076 = Processing Status
Text Symbol: 075 = Transaction ID
Text Symbol: 074 = Root Context ID
Text Symbol: 073 = Communication Type
Text Symbol: 072 = Status Code
Text Symbol: 104 = IDoc Request ID
Text Symbol: IUP = Wait for Update Task
Text Symbol: ITW = Wait for Task Watcher
Text Symbol: IRD = Reconciled
Text Symbol: IRC = Reconcilable
Text Symbol: IRA = Recommended action
Text Symbol: IOK = Successfully processed
Text Symbol: IER = Undeliverable
Text Symbol: I01 = No parent message found
Text Symbol: EMT = No inconsistency found





Text Symbol: ELG = No Error Log found
Text Symbol: E11 = Invalid time range
Text Symbol: E10 = Invalid date range
Text Symbol: E09 = Invalid User
Text Symbol: E08 = Reconciliation failed
Text Symbol: E07 = Invalid Transaction ID
Text Symbol: E06 = Invalid Root Context ID
Text Symbol: E05 = Invalid Sequence ID
Text Symbol: E04 = Invalid Persistence ID
Text Symbol: E03 = Invalid Message ID
Text Symbol: E01 = No authority to cancel messages
Text Symbol: D02 = Reconcile message before cancel necessary
Text Symbol: 119 = Queue Monitor
Text Symbol: 109 = Context specific
Text Symbol: 108 = Operation Type
Text Symbol: 107 = Message Size
Text Symbol: 106 = Last Error Version
Text Symbol: 105 = IDoc Response ID
Text Symbol: 071 = Status Group
Text Symbol: 042 = PAF Status
Text Symbol: 041 = Sequence Status
Text Symbol: 040 = Queue Status
Text Symbol: 039 = Message Status
Text Symbol: 038 = User
Text Symbol: 037 = Execution Time
Text Symbol: 036 = Execution Date
Text Symbol: 035 = Creation Time
Text Symbol: 034 = Creation Date
Text Symbol: 033 = Long Text
Text Symbol: 032 = Status
Text Symbol: 031 = Number
Text Symbol: 030 = Client
Text Symbol: 022 = Do you really want to cancel the marked messages?
Text Symbol: 021 = Do you really want to reconcile the marked messages?
Text Symbol: 020 = Reconcile Messages
Text Symbol: 018 = Sequence Monitor
Text Symbol: 012 = Parent Messages
Text Symbol: 011 = Child Messages
Text Symbol: 010 = Sequence Messages





Text Symbol: 009 = Mark at least one entry in the list
Text Symbol: 008 = Runtime Errors
Text Symbol: 007 = Reconcile
Text Symbol: 006 = Cancel Messages
Text Symbol: 005 = Related Messages
Text Symbol: 004 = Error Log
Text Symbol: 003 = Action Log
Text Symbol: 002 = Download as XML
Text Symbol: 070 = Location
Text Symbol: 069 = Retention Category
Text Symbol: 068 = Expiry Date
Text Symbol: 067 = Persistency Type
Text Symbol: 066 = Attachments
Text Symbol: 065 = Adapter Type
Text Symbol: 064 = Receiver Operation
Text Symbol: 063 = Receiver Interface Name
Text Symbol: 062 = Receiver Interface Namespace
Text Symbol: 061 = Receiver Component
Text Symbol: 060 = Receiver Party
Text Symbol: 059 = Sender Operation
Text Symbol: 058 = Sender Interface Name
Text Symbol: 057 = Sender Interface Namespace
Text Symbol: 056 = Sender Component
Text Symbol: 055 = Sender Party
Text Symbol: 054 = Parent Message ID
Text Symbol: 053 = Task Watcher ID
Text Symbol: 052 = WSRM Version
Text Symbol: 051 = Technical Sequence ID
Text Symbol: 050 = Unit Type
Text Symbol: 049 = Unit ID
Text Symbol: 048 = Persistence ID
Text Symbol: 047 = Message ID
Text Symbol: 046 = Queue Name
Text Symbol: 045 = Sequence ID
Text Symbol: 044 = Error Text
Text Symbol: 043 = Task Watcher Status


INCLUDES used within this REPORT SRT_MESSAGE_MONI_CHECK

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 = 'Reconcile Messages'(020) text_question = 'Do you really want to reconcile the marked messages?'(021) IMPORTING answer = m_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Cancel Messages'(006) text_question = 'Do you really want to cancel the marked messages?'(022) IMPORTING answer = m_answer.

DOCU_OBJECT_NAME_CONCATENATE CALL FUNCTION 'DOCU_OBJECT_NAME_CONCATENATE' EXPORTING docu_id = 'NA' element = ls_result-t100_area addition = ls_result-t100_msgno IMPORTING object = l_docobj EXCEPTIONS OTHERS = 0.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING id = 'NA' object = l_docobj displ = 'X' displ_mode = '2' langu = sy-langu use_sec_langu = 'X' typ = 'E'.



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