SRT_S_SEQUENCE_TXH is an SAP Structure so does not store data like a database table does but can be used to process "Sequence Headers and Sequence Items" 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_SEQUENCE_TXH TYPE SRT_S_SEQUENCE_TXH .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
SEQUENCE_ID | ANYURI | SSTRING | 255 | Any URI | ||
DELIVERY_TSTMP | SRT_SEQUENCE_DELIVERY_TSTMP | NUMC | 14 | Schecdule Sequence Timestamp | ||
DELIVERY_USER | SYUNAME | CHAR | 12 | User Name | ||
SERVICE_DOMAIN | CHAR20 | CHAR | 20 | Char 20 | ||
QUEUE_IDENT | CHAR32 | CHAR | 32 | Character field, length 32 | ||
ITEM | SRT_S_SEQUENCEITEM_HEADER | STRU | Sequence Headers and Sequence Items |
Key field | |
Non-key field |
SRT_S_SEQUENCE_TXH - Sequence Headers and Sequence Items SRT_S_SEQUENCE_QUEUEING - Sequence Headers and Sequence Items SRT_S_SEQUENCE_QUEUE - linetype of SRT_SEQUENCE_QUEUE_LIST SRT_S_SEQUENCE_KEY - linetype for SRT_SEQUENCE_LIST SRT_S_SEQUENCE_HEADER - Transfer Structure: Sequence TxH -> SeqSCD Seq Header SRT_S_SEQUENCE_ERROR - linetype for SRT_SEQUENCE_LIST error protocol