SRT_S_QUEUE_INFO is an SAP Structure so does not store data like a database table does but can be used to process "linetype of SRT_QUEUES_INFO" 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_QUEUE_INFO TYPE SRT_S_QUEUE_INFO .
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 |
QUEUENAME | SRT_SEQ_QUEUENAME | CHAR | 40 | queuename | ||
QUEUE_STATE | INT4 | INT4 | 10 | Natural Number |
Key field | |
Non-key field |
SRT_S_QUEUE_INFO - linetype of SRT_QUEUES_INFO SRT_S_QUEUES_INFO_STATISTIC - bgRFC queues: Statistical information SRT_S_QUEUES_INFO_CLNT - linetype of SRT_QUEUES_INFO SRT_S_QUEUE - linetype of srt_queue_list SRT_S_QUES_INFO_STATISTIC_CLNT - bgRFC queues: Statistical information SRT_S_PHYSICAL_QUEUE_QRFC_OLD - sequences: assining sequence-idents to queuename