SAP table SRT_SEQ_DEL_QUE (bgrfc queues that can be deleted because of seq termination)
SAP table SRT_SEQ_DEL_QUE has 3 primary key fields being MANDT,DESTINATION,QUEUE.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MANDT | Client ID | CLNT | 3 | 0 | * | SYMANDT | |||||||
DESTINATION | Name of Destination in Inbound Case | CHAR | 32 | 0 | * | BGRFC_DEST_NAME_INBOUND | |||||||
QUEUE | Queue Name for Background RFC | CHAR | 40 | 0 | QRFC_QUEUE_NAME | ||||||||
TYPE_OF_FAILED | type of queuedeletion error | CHAR | 1 | 0 | SRT_SEQ_DEL_QUEUE_FAILED_TYPE |
|