SRT_S_SEQ_BUF_REORG is an SAP Structure so does not store data like a database table does but can be used to process "buffer access to srt_seq_reorg 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_REORG TYPE SRT_S_SEQ_BUF_REORG .
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 |
REORG_LINE | SRT_S_SEQ_REORG | STRU | buffer access to srt_seq_reorg table | |||
SEQ_ID | SRT_SEQ_ID | CHAR | 32 | Soap Sequence Id | ||
LOCATION | SRT_LOCATION | CHAR | 1 | Location client / provider | ||
FOR_INSERT | BOOLEAN | CHAR | 1 | Boolean Variable (X=True, -=False, Space=Unknown) | ||
FOR_DELETE | BOOLEAN | CHAR | 1 | Boolean Variable (X=True, -=False, Space=Unknown) | ||
FOR_UPDATE | BOOLEAN | CHAR | 1 | Boolean Variable (X=True, -=False, Space=Unknown) | ||
FOR_MODIFY | BOOLEAN | CHAR | 1 | Boolean Variable (X=True, -=False, Space=Unknown) |
Key field | |
Non-key field |
SRT_S_SEQ_BUF_REORG - buffer access to srt_seq_reorg table SRT_S_SEQ_BUF_MSG_USR - buffer access to table srt_seq_msg_usr SRT_S_SEQ_BUF_MSG_QUE - buffer access to table srt_seq_msg_que SRT_S_SEQ_BUF_HEADER - buffer access to srt_seq_hdr_stat table SRT_S_SEQUENCE_TXH - Sequence Headers and Sequence Items SRT_S_SEQUENCE_QUEUEING - Sequence Headers and Sequence Items