The BEH_D_QUEUE table in SAP ERP or S/4HANA stores Event Queue Table data. There are total 13 fields in BEH_D_QUEUE table. The Event Queue Table table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of BEH_D_QUEUE table. It is in Business Event Handling Outbound Server (BEH_OUTBOUND) ABAP package and is part of the Business Event Handling (CA-GTF-BEH) module.
SAP BEH_D_QUEUE Table Fields
Following is the list of fields that are available in SAP BEH_D_QUEUE table. The primary key fields of the table are MANDT (Client), EVENT_GUID (GUID of an Event).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| EVENT_GUID | GUID of an Event | BEH_EVENT_GUID | RAW (16) | |
| BO_TYPE | Business Object Type (SOA Number) | BEH_BOTYPE_SOA | CHAR (5) | |
| BO_TASK | Business Object Task Type ID | BEH_BO_TASK | CHAR (4) | |
| SUBSCRIBER | Subscriber ID | BEH_SUBSCRIBER | CHAR (4) | |
| KEY1 | Business Object Key 1 | BEH_KEY1 | CHAR (40) | |
| KEY2 | Business Object Key 2 | BEH_KEY2 | CHAR (40) | |
| KEY3 | Business Object Key 3 | BEH_KEY3 | CHAR (40) | |
| KEY4 | Business Object Key 4 | BEH_KEY4 | CHAR (40) | |
| KEY5 | Business Object Key 5 | BEH_KEY5 | CHAR (40) | |
| KEY6 | Business Object Key 6 | BEH_KEY6 | CHAR (40) | |
| PRIORITY | Subscription priority | BEH_SUB_PRIORITY | INT1 (3) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | BEH_TIMESTAMP | DEC (15) |


