C_BusEvtLogObjectNodeRelshpDEX

DDL: C_BUSEVTLOGOBJECTNODERELSHPDEX SQL: CBELNODERELDX Type: view CONSUMPTION Package: BEL_CDS

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)

SourceAliasJoin Type
I_BusEvtLogObjectNodeRelshp I_BusEvtLogObjectNodeRelshp from

Annotations (15)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
;