SRT_SEQUENCE_DETAILS 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_DETAILS 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: Program SRT_SEQUENCE_DETAILS
Text Symbol: 027 = New
Text Symbol: 028 = In process
Text Symbol: 029 = Stopped by admin
Text Symbol: 030 = Stopped by Error
Text Symbol: 031 = Open
Text Symbol: 032 = Soft termination req
Text Symbol: 033 = Hard termination requested
Text Symbol: 034 = Soft Terminated
Text Symbol: 035 = Hard Terminated
Text Symbol: 036 = Set to failure
Text Symbol: 037 = Retry up to Max retry
Text Symbol: 038 = unknown
Text Symbol: 039 = closed
Text Symbol: 040 = Alert condition red
Text Symbol: 041 = Alert condition yellow
Text Symbol: 042 = Alert condition green
Text Symbol: 043 = no retry mode
Text Symbol: A01 = none
Text Symbol: F01 = Terminate soft
Text Symbol: F02 = Terminate hard
Text Symbol: F03 = Open Sequence
Text Symbol: F04 = Clear retry
Text Symbol: F05 = Stop by admin
Text Symbol: F06 = Stop by Error
Text Symbol: F07 = ReStart Sequence
Text Symbol: 001 = Sequence
Text Symbol: 002 = created by user
Text Symbol: 003 = at
Text Symbol: 004 = Location
Text Symbol: 005 = Service domain
Text Symbol: 006 = Sequence type
Text Symbol: 007 = Process state
Text Symbol: 008 = Health state
Text Symbol: 009 = Assigned queue
Text Symbol: 010 = Queue state
Text Symbol: 011 = Former queues
Text Symbol: 012 = Assigned WSRM
INCLUDE SRT_SEQUENCE_DETAILS_STATUSO01.
INCLUDE SRT_SEQUENCE_DETAILS_USER_CI01.
INCLUDE SRT_SEQUENCE_DETAILS_LIST_0O01.
INCLUDE SRT_SEQUENCE_DETAILS_LISTI01.
INCLUDE SRT_SEQUENCE_DETAILS_STATUSO02.
INCLUDE SRT_SEQUENCE_DETAILS_USER_CI02.
INCLUDE SRT_SEQUENCE_DETAILS_OUTPUTO01.
INCLUDE SRT_SEQUENCE_DETAILS_SELECTF01.
INCLUDE SRT_SEQUENCE_DETAILS_OUTPUTF01.
INCLUDE SRT_SEQUENCE_DETAILS_USER_CI03.
INCLUDE SRT_SEQUENCE_DETAILS_SEQUENF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_DETAILS - Program SRT_SEQUENCE_DETAILS SRT_SEQUENCE_DETAILS - Program SRT_SEQUENCE_DETAILS SRT_SEQMON_SELDATA - Extract Excerpt of Selection Data SRT_SEQMON_SELDATA - Extract Excerpt of Selection Data SRT_SEQMON_REJECT_SEQUENCE - Reject Sequence (Hard) SRT_SEQMON_REJECT_SEQUENCE - Reject Sequence (Hard)