SRT_SEQ_OVERVIEW_DISPLAY SAP (Sequence Overview) Structure details

Dictionary Type: Structure
Description: Sequence Overview




ABAP Code to SELECT data from SRT_SEQ_OVERVIEW_DISPLAY
Related tables to SRT_SEQ_OVERVIEW_DISPLAY
Access table SRT_SEQ_OVERVIEW_DISPLAY




Structure field list including key, data, relationships and ABAP select examples

SRT_SEQ_OVERVIEW_DISPLAY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Sequence Overview" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SRT_SEQ_OVERVIEW_DISPLAY TYPE SRT_SEQ_OVERVIEW_DISPLAY.

The SRT_SEQ_OVERVIEW_DISPLAY table consists of various fields, each holding specific information or linking keys about Sequence Overview data available in SAP. These include LOCATION_DISPLAY (Char 20), LOCATION (Location client / provider), SEQ_ID (Soap Sequence Id), SEQ_CREA_USER (Soap Sequence user of seqqunence creation).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_SEQ_OVERVIEW_DISPLAY structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SEQ_PROC_STATE_ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
LOCATION_DISPLAYChar 20 CHAR20CHAR20CHAR20
LOCATIONLocation client / provider SRT_LOCATIONCHAR1SRT_LOCATION
SEQ_IDSoap Sequence Id SRT_SEQ_IDCHAR32CHAR32
SEQ_CREA_USERSoap Sequence user of seqqunence creation SRT_SEQ_CREATION_USERCHAR12UNAME
SEQ_CREA_TSTMPChar 20 CHAR20CHAR20CHAR20
SEQ_PROC_STATESoap sequence process status SRT_SEQ_PROCESS_STATECHAR1SRT_SEQ_PROCESS_STATE
QUEUE_NAMEqueuename SRT_SEQ_QUEUENAMECHAR40SRT_SEQ_QUEUENAME
QUEUE_STATETransactional tRFC queue status QRFCSTATECHAR8QRFCSTATE
CX_TEXTexception error text SRT_SEQ_CX_TEXTCHAR60
SHORTCUTCharacter Field Length = 10 CHAR10CHAR10CHAR10
ERROR_TYPE_DISPLAYChar 20 CHAR20CHAR20CHAR20
ERROR_TYPEtype of error, message based or not. SRT_SEQ_ERROR_TYPECHAR1SRT_SEQ_ERROR_TYPE
CX_XSTRINGsequence error SRT_SEQ_CXRSTR0
SEQ_CHG_TSTMPChar 20 CHAR20CHAR20CHAR20
MSG_IDCharacter field, length 32 CHAR32CHAR32CHAR32
MSG_STATEIntegration Engine: Message Status SXMSPMSTATNUMC3Assigned to domainSXMSPMSTAT
MSG_STATE_ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
RUNTIME_USERUser Name SYUNAMECHAR12SYCHAR12
WSRM_SEQ_IDAny URI ANYURISSTR255ANYURI
PERSIST_IDWSRM: Persistent Identifier WSRM_PERSIST_IDCHAR32SYSUUID_C
IF_NAMEOutbound Interface Name RM_OIFNAMECHAR120AIT_INTF
IF_NAMESPACEOutbound Interface Namespace RM_OIFNSCHAR255SAI_NSPCE
IF_NAMESPACEOutbound Interface Namespace RM_OIFNSCHAR255SAI_NSPCE
SEQ_EXPIRE_TSTMPChar 20 CHAR20CHAR20CHAR20
SEQ_TERMINATIONChar 20 CHAR20CHAR20CHAR20
TERM_DATEChar 20 CHAR20CHAR20CHAR20
TERM_USERChar 20 CHAR20CHAR20CHAR20
TERM_PROGRAM30 Characters CHAR30CHAR30CHAR30
PARENT_SEQ_IDSoap Sequence Id SRT_SEQ_IDCHAR32CHAR32

Key field Non-key field



How do I retrieve data from SAP structure SRT_SEQ_OVERVIEW_DISPLAY using ABAP code?

As SRT_SEQ_OVERVIEW_DISPLAY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SRT_SEQ_OVERVIEW_DISPLAY as there is no data to select.

How to access SAP table SRT_SEQ_OVERVIEW_DISPLAY

Within an ECC or HANA version of SAP you can also view further information about SRT_SEQ_OVERVIEW_DISPLAY and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!