SAP Reports / Programs

SRT_SEQUENCE_DETAILS SAP ABAP Report - Program SRT_SEQUENCE_DETAILS







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


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


Text pool values


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





Text Symbol: 013 = WSRM state
Text Symbol: 014 = Former WSRM's
Text Symbol: 015 = Retry mode
Text Symbol: 016 = Act retry count
Text Symbol: 017 = Max retry count
Text Symbol: 018 = tRFC ID
Text Symbol: 019 = Termination state
Text Symbol: 020 = Queue termination state
Text Symbol: 021 = WSRM termination state
Text Symbol: 022 = WSRM backword relation
Text Symbol: 023 = WSRM backword rel. prov.
Text Symbol: 024 = Provider sequence
Text Symbol: 025 = Transient
Text Symbol: 026 = Persistent


INCLUDES used within this REPORT SRT_SEQUENCE_DETAILS

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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