SAP Reports / Programs

SRT_SEQUENCE_MONI_EXEC SAP ABAP Report - Web Service Utilities: Sequence Monitor







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


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





Text Symbol: 034 = Creation Time
Text Symbol: 035 = Last Activity Date
Text Symbol: 036 = Last Activity Time
Text Symbol: 037 = Created by
Text Symbol: 038 = Location
Text Symbol: 039 = Sequence Mode
Text Symbol: 040 = Sequence Status
Text Symbol: 041 = Sequence ID


INCLUDES used within this REPORT SRT_SEQUENCE_MONI_EXEC

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 = 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.



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