SRT_S_SEQ_BUF_HEADER SAP (buffer access to srt_seq_hdr_stat table) Structure details

Dictionary Type: Structure
Description: buffer access to srt_seq_hdr_stat table




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




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

SRT_S_SEQ_BUF_HEADER 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 "buffer access to srt_seq_hdr_stat table" 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_S_SEQ_BUF_HEADER TYPE SRT_S_SEQ_BUF_HEADER.

The SRT_S_SEQ_BUF_HEADER table consists of various fields, each holding specific information or linking keys about buffer access to srt_seq_hdr_stat table data available in SAP. These include MANDT (Client ID), LOCATION (sequence scheduler: enviroment), 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_S_SEQ_BUF_HEADER 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
HDR_LINE 0
MANDTClient ID SYMANDTCLNT3MANDT
LOCATIONsequence scheduler: enviroment SRT_SEQ_ASYNC_BORDER_FTYPECHAR1SRT_SEQ_ASYNC_BORDER_FTYPE
SEQ_IDSoap Sequence Id SRT_SEQ_IDCHAR32CHAR32
SEQ_CREA_USERSoap Sequence user of seqqunence creation SRT_SEQ_CREATION_USERCHAR12UNAME
SEQ_CREA_TSTMPSoap Sequence creation timestamp utc SRT_SEQ_CREATION_TSTMPDEC21(7) TZNTSTMPL
SEQ_SERVICE_DOMAservice_domain SRT_SERVICE_DOMAINCHAR32CHAR32
SEQ_TYPESequence type transient / persistent SRT_SEQUENCE_TYPECHAR1SRT_SEQUENCE_TYPE
SEQ_USECASEsequence usecase standard/shortcut/compensate SRT_SEQUENCE_USECASECHAR1SRT_SEQUENCE_USECASE
VERSIONNatural Number INT4INT410INT4
SEQ_PROCESSMODEsequence process mode , normal 4Q or shortcut SRT_SEQUENCE_PROCESSMODECHAR1SRT_SEQUENCE_PROCESSMODE
SEQ_EXP_DAYSSequence expiary in days SRT_SEQUENCE_EXPIARY_DAYSINT25
SEQ_NEXT_CHKDATESystem Date SYDATUMDATS8SYDATS
SEQ_EXPIRE_TSTMPsequence expiration timestam SRT_SEQ_EXPIRE_TSTMPDEC21(7) TZNTSTMPL
SEQ_PROC_STATESoap sequence process status SRT_SEQ_PROCESS_STATECHAR1SRT_SEQ_PROCESS_STATE
SEQ_HEALTH_STATESoap Sequence Health Status SRT_SEQ_HEALTH_STATUSCHAR1SRT_SEQ_HEALTH_STATUS
SEQ_QUEUE_STATESoap Sequence Queuestate SRT_SEQ_QUEUE_STATECHAR1CHAR1
SEQ_WSRM_STATESoap Sequence WSRM State SRT_SEQ_WSRM_STATECHAR1CHAR1
SEQ_TERMINATIONSoap sequence termination state SRT_SEQ_TERMINATION_STATECHAR1SRT_SEQ_TERMINATION_STATE
SEQ_WSRM_TERMSoap sequence termination state SRT_SEQ_TERMINATION_STATECHAR1SRT_SEQ_TERMINATION_STATE
SEQ_QUEUE_TERMSoap sequence termination state SRT_SEQ_TERMINATION_STATECHAR1SRT_SEQ_TERMINATION_STATE
SEQ_ERROR_TYPEtype of error, message based or not. SRT_SEQ_ERROR_TYPECHAR1SRT_SEQ_ERROR_TYPE
SEQ_RESTART_CNTSequence restart counter SRT_SEQ_RESTART_CNTINT410
QUEUENAMEqueuename SRT_SEQ_QUEUENAMECHAR40SRT_SEQ_QUEUENAME
ARFCIPIDHost ID (IP ID ARFCIPIDCHAR8ARFCIPID
ARFCPIDProcess ID ARFCPIDCHAR4ARFCPID
ARFCTIMETime Stamp ARFCTIMECHAR8ARFCTIME
ARFCTIDCNTTransaction ID (LUW -> COMMIT WORK) ARFCTIDCNTCHAR4ARFCTIDCNT
ACT_RETRY_CNTSoap Sequence retry counter SRT_SEQ_RETRY_CNTINT410
MAX_RETRY_CNTSoap Sequence retry counter SRT_SEQ_RETRY_CNTINT410
RETRY_MODEretry mode SRT_SEQ_RETRY_MODECHAR1SRT_SEQ_RETRY_MODE
PERSIST_IDWSRM: Persistent Identifier WSRM_PERSIST_IDCHAR32SYSUUID_C
RETRY_CONT_MODEMode how to continue after error SRT_SEQ_CONT_MODECHAR1SRT_SEQ_CONT_MODE
MESSAGECharacter field, length 32 CHAR32CHAR32CHAR32
SEQ_DOMAINSequence Domain SRT_SEQUENCE_DOMAINCHAR120SRT_SEQUENCE_DOMAIN
WSRM_VERSIONSingle-Character Indicator CHAR1CHAR1CHAR1
SEQ_LAST_ACTSoap Sequence creation timestamp utc SRT_SEQ_CREATION_TSTMPDEC21(7) TZNTSTMPL
PARENT_SEQ_IDSoap Sequence Id SRT_SEQ_IDCHAR32CHAR32
RFC_DESTINATIONRFC destination SRT_SEQ_RFC_DESTCHAR32RFCDEST
SEQ_IDSoap Sequence Id SRT_SEQ_IDCHAR32CHAR32
LOCATIONsequence scheduler: enviroment SRT_SEQ_ASYNC_BORDER_FTYPECHAR1SRT_SEQ_ASYNC_BORDER_FTYPE
FOR_INSERTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FOR_UPDATEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FOR_MODIFYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FOR_DELETEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

As SRT_S_SEQ_BUF_HEADER 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_S_SEQ_BUF_HEADER as there is no data to select.

How to access SAP table SRT_S_SEQ_BUF_HEADER

Within an ECC or HANA version of SAP you can also view further information about SRT_S_SEQ_BUF_HEADER 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!