BEH_I_EVENT
Event Code and Task Mapping for SAP Object Type
BEH_I_EVENT is an SAP database table in S/4HANA. Event Code and Task Mapping for SAP Object Type. It contains 11 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BusEvtSAPObjectNodeType | view | from | BASIC | Business Event SAP Object Node Type |
| I_SAPObjectTypeEventCode | view | from | BASIC | Evt Code and Tsk Mappg for SAP Obj Type |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | bo_type | SBO_BO_TYPE | SAP Object Type | |||
| KEY | bo_task | SBEH_BO_TASK | SAP Object Task Type | |||
| KEY | bo_event | SBEH_BO_EVENT | SAPObject Event Code | |||
| object_representation_type | SBO_TYPE_REP | SAP Representation Type | ||||
| object_representation | SBO_OBJ_NAME | SAP Obj Rep | ||||
| object_node_type | SBO_NODE_TYPE | SAP Obj Node Type | ||||
| description | SBEH_EVENT_DESC | Event Description | ||||
| event_entity | BEH_EVENT_ENTITY | Abstract Entity | ||||
| producer_id | BEH_PRODUCER_ID | Producer ID | ||||
| last_changed_at | BEH_TIMESTAMP | Time Stamp | ||||
| migrated_entity | BEH_MIG_FLAG | Migrated Flag |
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 Code and Task Mapping for SAP Object Type
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BEH_I_EVENT (
BO_TYPE, -- SAP Object Type [SBO_BO_TYPE]
BO_TASK, -- SAP Object Task Type [SBEH_BO_TASK]
BO_EVENT, -- SAPObject Event Code [SBEH_BO_EVENT]
OBJECT_REPRESENTATION_TYPE, -- SAP Representation Type [SBO_TYPE_REP]
OBJECT_REPRESENTATION, -- SAP Obj Rep [SBO_OBJ_NAME]
OBJECT_NODE_TYPE, -- SAP Obj Node Type [SBO_NODE_TYPE]
DESCRIPTION, -- Event Description [SBEH_EVENT_DESC]
EVENT_ENTITY, -- Abstract Entity [BEH_EVENT_ENTITY]
PRODUCER_ID, -- Producer ID [BEH_PRODUCER_ID]
LAST_CHANGED_AT, -- Time Stamp [BEH_TIMESTAMP]
MIGRATED_ENTITY, -- Migrated Flag [BEH_MIG_FLAG]
PRIMARY KEY (BO_TYPE, BO_TASK, BO_EVENT)
);
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