BEH_D_QUEUE
Event Queue Table
BEH_D_QUEUE is an SAP database table in S/4HANA. Event Queue Table. It contains 14 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_Queuedata | view | from | BASIC | BEH Queue Data |
Fields (14)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | event_guid | BEH_EVENT_GUID | Event GUID | |||
| bo_type | BEH_BOTYPE_SOA | Business Object Type | ||||
| bo_task | BEH_BO_TASK | BOTaskTypeID | ||||
| subscriber | BEH_SUBSCRIBER | Subscriber ID | ||||
| key1 | BEH_KEY1 | BO Key ID (1) | ||||
| key2 | BEH_KEY2 | BO Key ID (2) | ||||
| key3 | BEH_KEY3 | BO Key ID (3) | ||||
| key4 | BEH_KEY4 | BO Key ID (4) | ||||
| key5 | BEH_KEY5 | BO Key ID (5) | ||||
| key6 | BEH_KEY6 | BO Key ID (6) | ||||
| key7 | BEH_KEY7 | Business Object Key | ||||
| priority | BEH_SUB_PRIORITY | Priority | ||||
| timestamp | BEH_TIMESTAMP | Time Stamp |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Event Queue Table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BEH_D_QUEUE (
MANDT, -- Client [MANDT]
EVENT_GUID, -- Event GUID [BEH_EVENT_GUID]
BO_TYPE, -- Business Object Type [BEH_BOTYPE_SOA]
BO_TASK, -- BOTaskTypeID [BEH_BO_TASK]
SUBSCRIBER, -- Subscriber ID [BEH_SUBSCRIBER]
KEY1, -- BO Key ID (1) [BEH_KEY1]
KEY2, -- BO Key ID (2) [BEH_KEY2]
KEY3, -- BO Key ID (3) [BEH_KEY3]
KEY4, -- BO Key ID (4) [BEH_KEY4]
KEY5, -- BO Key ID (5) [BEH_KEY5]
KEY6, -- BO Key ID (6) [BEH_KEY6]
KEY7, -- Business Object Key [BEH_KEY7]
PRIORITY, -- Priority [BEH_SUB_PRIORITY]
TIMESTAMP, -- Time Stamp [BEH_TIMESTAMP]
PRIMARY KEY (MANDT, EVENT_GUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA