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
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: 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
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 = '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'.
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.
SRT_MESSAGE_MONI_CHECK - Web Service Utilities: Check Consistency SRT_MESSAGE_MONI_CHECK - Web Service Utilities: Check Consistency SRT_MESSAGE_MONI - Web Service Utilities: Message Monitor SRT_MESSAGE_MONI - Web Service Utilities: Message Monitor SRT_MASS_CONFIG_WS_ENABLE - Program SRT_MASS_CONFIG_WS_ENABLE SRT_MASS_CONFIG_WS_ENABLE - Program SRT_MASS_CONFIG_WS_ENABLE