SRT_SEQUENCE_MONI_EXEC 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_SEQUENCE_MONI_EXEC 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: Sequence Monitor
Text Symbol: 042 = Queue Status
Text Symbol: 043 = Queue Name
Text Symbol: 044 = Parent Sequence ID
Text Symbol: 045 = Created at
Text Symbol: 046 = Changed at
Text Symbol: 047 = Sequence Status Code
Text Symbol: 048 = Sequence Type
Text Symbol: 095 = Fields Description
Text Symbol: ELG = No Error Log found
Text Symbol: I00 = Created
Text Symbol: I01 = Execution Error
Text Symbol: I02 = Blocked
Text Symbol: I03 = Executing
Text Symbol: I04 = Locked
Text Symbol: I05 = Wait for Update
Text Symbol: I06 = Wait for Retry
Text Symbol: I07 = In Use
Text Symbol: I08 = Closed
Text Symbol: I09 = Forwarded Error Handling
Text Symbol: I10 = Isolated
Text Symbol: I11 = Soft termination requested
Text Symbol: I12 = Hard termination requested
Text Symbol: 001 = Error Log
Text Symbol: 002 = Related Sequences
Text Symbol: 003 = Terminate Sequences
Text Symbol: 004 = Message Monitor
Text Symbol: 009 = Mark at least one entry in the list
Text Symbol: 011 = Parent Sequence
Text Symbol: 012 = Child Sequences
Text Symbol: 013 = Soft Termination
Text Symbol: 014 = Hard Termination
Text Symbol: 015 = Do you want to perform a soft termination?
Text Symbol: 016 = Do you want to perform a hard termination?
Text Symbol: 030 = Client
Text Symbol: 031 = Number
Text Symbol: 032 = Status
Text Symbol: 033 = Creation Date
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 = l_titlebar diagnose_object = l_diag_object text_question = l_text_question 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_SEQUENCE_MONI_EXEC - Web Service Utilities: Sequence Monitor SRT_SEQUENCE_MONI_EXEC - Web Service Utilities: Sequence Monitor SRT_SEQUENCE_MONI - Web Service Utilities: Sequence Monitor SRT_SEQUENCE_MONI - Web Service Utilities: Sequence Monitor SRT_SEQUENCE_DETAILS_USER_CI03 - Include SRT_SEQUENCE_DETAILS_USER_CI03 SRT_SEQUENCE_DETAILS_USER_CI02 - Include SRT_SEQUENCE_DETAILS_USER_CI02