C_BusEvtLogObjectNodeRelshpDEX
Bus Evt Log Object Node Relationship
C_BusEvtLogObjectNodeRelshpDEX is a Consumption CDS View (Fact) that provides data about "Bus Evt Log Object Node Relationship" in SAP S/4HANA. It reads from 1 data source (I_BusEvtLogObjectNodeRelshp) and exposes 25 fields with key fields BusEvtLogObjectNodeID, BusEvtLogRelatedObjectNodeID, SAPObjectType, BusEvtLogAssociationName. Part of development package BEL_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusEvtLogObjectNodeRelshp | I_BusEvtLogObjectNodeRelshp | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CBELNODERELDX | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.supportedCapabilities | #EXTRACTION_DATA_SOURCE | view | |
| Analytics.dataCategory | #FACT | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| EndUserText.label | Bus Evt Log Object Node Relationship | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusEvtLogObjectNodeID | BusEvtLogObjectNodeID | BEL Object Node ID | |
| KEY | BusEvtLogRelatedObjectNodeID | BusEvtLogRelatedObjectNodeID | BEL Object Node ID | |
| KEY | SAPObjectType | SAPObjectType | SOT Name | |
| KEY | BusEvtLogAssociationName | BusEvtLogAssociationName | DD: Name of an Association | |
| SAPObjectNodeType | SAPObjectNodeType | SONT Name | ||
| SAPBusinessObjectNodeKey1 | SAPBusinessObjectNodeKey1 | BO Key Part (1) | ||
| SAPBusinessObjectNodeKey2 | SAPBusinessObjectNodeKey2 | BO Key Part (2) | ||
| SAPBusinessObjectNodeKey3 | SAPBusinessObjectNodeKey3 | BO Key Part (3) | ||
| SAPBusinessObjectNodeKey4 | SAPBusinessObjectNodeKey4 | BO Key Part (4) | ||
| SAPBusinessObjectNodeKey5 | SAPBusinessObjectNodeKey5 | BO Key Part (5) | ||
| SAPBusinessObjectNodeKey6 | SAPBusinessObjectNodeKey6 | BO Key Part (6) | ||
| SAPBusinessObjectNodeKey7 | SAPBusinessObjectNodeKey7 | BO Key Part (7) | ||
| SAPBusinessObjectNodeKey8 | SAPBusinessObjectNodeKey8 | BO Key Part (8) | ||
| RelatedSAPObjectType | RelatedSAPObjectType | SAP Object Type | ||
| RelatedSAPObjectNodeType | RelatedSAPObjectNodeType | SAP Obj Node Type | ||
| BuEvLgReltdSAPBusObjNodeKey1 | BuEvLgReltdSAPBusObjNodeKey1 | BO Key Part (1) | ||
| BuEvLgReltdSAPBusObjNodeKey2 | BuEvLgReltdSAPBusObjNodeKey2 | BO Key Part (2) | ||
| BuEvLgReltdSAPBusObjNodeKey3 | BuEvLgReltdSAPBusObjNodeKey3 | BO Key Part (3) | ||
| BuEvLgReltdSAPBusObjNodeKey4 | BuEvLgReltdSAPBusObjNodeKey4 | BO Key Part (4) | ||
| BuEvLgReltdSAPBusObjNodeKey5 | BuEvLgReltdSAPBusObjNodeKey5 | BO Key Part (5) | ||
| BuEvLgReltdSAPBusObjNodeKey6 | BuEvLgReltdSAPBusObjNodeKey6 | BO Key Part (6) | ||
| BuEvLgReltdSAPBusObjNodeKey7 | BuEvLgReltdSAPBusObjNodeKey7 | BO Key Part (7) | ||
| BuEvLgReltdSAPBusObjNodeKey8 | BuEvLgReltdSAPBusObjNodeKey8 | BO Key Part (8) | ||
| BusEvtLogRelatedProcIsOutdated | BusEvtLogRelatedProcIsOutdated | Outdated | ||
| BusEvtLogLastChangedDateTime | BusEvtLogLastChangedDateTime | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_BusEvtLogObjectNodeRelshpDEX.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CBELNODERELDX
CREATE VIEW C_BusEvtLogObjectNodeRelshpDEX AS
SELECT
BusEvtLogObjectNodeID,
BusEvtLogRelatedObjectNodeID,
SAPObjectType,
BusEvtLogAssociationName,
SAPObjectNodeType,
SAPBusinessObjectNodeKey1,
SAPBusinessObjectNodeKey2,
SAPBusinessObjectNodeKey3,
SAPBusinessObjectNodeKey4,
SAPBusinessObjectNodeKey5,
SAPBusinessObjectNodeKey6,
SAPBusinessObjectNodeKey7,
SAPBusinessObjectNodeKey8,
RelatedSAPObjectType,
RelatedSAPObjectNodeType,
BuEvLgReltdSAPBusObjNodeKey1,
BuEvLgReltdSAPBusObjNodeKey2,
BuEvLgReltdSAPBusObjNodeKey3,
BuEvLgReltdSAPBusObjNodeKey4,
BuEvLgReltdSAPBusObjNodeKey5,
BuEvLgReltdSAPBusObjNodeKey6,
BuEvLgReltdSAPBusObjNodeKey7,
BuEvLgReltdSAPBusObjNodeKey8,
BusEvtLogRelatedProcIsOutdated,
BusEvtLogLastChangedDateTime
FROM I_BusEvtLogObjectNodeRelshp
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA