P_BusEventLogEventEnhcd

DDL: P_BUSEVENTLOGEVENTENHCD Type: view_entity CONSUMPTION Package: BEL_CDS

Business Event Log Enhanced Event

P_BusEventLogEventEnhcd is a Consumption CDS View that provides data about "Business Event Log Enhanced Event" in SAP S/4HANA. It reads from 1 data source (I_BusEventLogEventEnhcd) and exposes 55 fields with key field BusinessEventUUID. Part of development package BEL_CDS.

Data Sources (1)

SourceAliasJoin Type
I_BusEventLogEventEnhcd I_BusEventLogEventEnhcd from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
VDM.private true view
ObjectModel.representativeKey BusinessEventUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view

Fields (55)

KeyFieldSource TableSource FieldDescription
KEY BusinessEventUUID BusinessEventUUID
SAPObjectType SAPObjectType SOT Name
BusinessObject BusinessObject Business Object
SAPObjectNodeType SAPObjectNodeType SONT Name
EventOperation EventOperation
BusEvtLogObjectNodeID BusEvtLogObjectNodeID
BusEvtLogNumberOfEvents BusEvtLogNumberOfEvents
BusEvtLogSAPBusObjNodeKey BusEvtLogSAPBusObjNodeKey
SAPObjectNodeCharacterKey1 SAPObjectNodeCharacterKey1
BusEvtLogReferenceEventUUID BusEvtLogReferenceEventUUID
SAPBusinessObjectNodeKey1 SAPBusinessObjectNodeKey1
SAPBusinessObjectNodeKey2 SAPBusinessObjectNodeKey2
SAPBusinessObjectNodeKey3 SAPBusinessObjectNodeKey3
SAPBusinessObjectNodeKey4 SAPBusinessObjectNodeKey4
SAPBusinessObjectNodeKey5 SAPBusinessObjectNodeKey5
SAPBusinessObjectNodeKey6 SAPBusinessObjectNodeKey6
SAPBusinessObjectNodeKey7 SAPBusinessObjectNodeKey7
SAPBusinessObjectNodeKey8 SAPBusinessObjectNodeKey8
FullName FullName Name
CreatedByUser CreatedByUser User Name
BusEvtLogCreationDateTime BusEvtLogCreationDateTime
BusEvtLogCreationDate BusEvtLogCreationDate
BusEvtLogCreationTime BusEvtLogCreationTime
YearWeek YearWeek Year and Calendar Week
PredecessorBusinessEventUUID PredecessorBusinessEventUUID
BuEvLgTimeSinceLastEvent BuEvLgTimeSinceLastEvent
UnitOfMeasure UnitOfMeasure Unit Protected Qty
BusinessEventLogLogicalSystem BusinessEventLogLogicalSystem
BusEvtLogIsDeleted BusEvtLogIsDeleted
BusEvtLogTransactionID BusEvtLogTransactionID
BusEvtLogLastChangedDateTime BusEvtLogLastChangedDateTime
BusEvtLogBusinessActivity BusEvtLogBusinessActivity
BusEvtLogEventHasFullPayload BusEvtLogEventHasFullPayload
BuEvLgEvtBindgContr2RelState BuEvLgEvtBindgContr2RelState
BuEvLgEvtBdgContr2RelStateText BuEvLgEvtBdgContr2RelStateText
BuEvLgEvtRelStateCriticality BuEvLgEvtRelStateCriticality
BusinessEventLogSource BusinessEventLogSource
BusinessEventLogSourceText BusinessEventLogSourceText
BusEvtLogEventBinding BusEvtLogEventBinding
BusinessEventLogEventVersion BusinessEventLogEventVersion
EventProducerNamespace EventProducerNamespace
BuEvLgNodeLastChangedDateTime BuEvLgNodeLastChangedDateTime
SAPObjectTypeDescription SAPObjectTypeDescription
SAPObjectNodeTypeDescription SAPObjectNodeTypeDescription
BusEvtLogUserInteractionType BusEvtLogUserInteractionType
BusEvtLgUsrIntactnTypeValue BusEvtLgUsrIntactnTypeValue
ChangeDocument ChangeDocument Document Number
ChangeDocItemChangeType ChangeDocItemChangeType
BuEvLgCnctntdSONTAndKey Concatenated Node Type and Key
_BusEventLogEventQualifier _BusEventLogEventQualifier
_BusEvtLogFieldChange _BusEvtLogFieldChange
_BusinessEventLogPayloadJSON _BusinessEventLogPayloadJSON
_ContactCard _ContactCard
_SAPObjectNodeType_2 _SAPObjectNodeType_2
_SAPObjectType_2 _SAPObjectType_2

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 P_BusEventLogEventEnhcd.
-- 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.

CREATE VIEW P_BusEventLogEventEnhcd AS
SELECT
  BusinessEventUUID,
  SAPObjectType,
  BusinessObject,
  SAPObjectNodeType,
  EventOperation,
  BusEvtLogObjectNodeID,
  BusEvtLogNumberOfEvents,
  BusEvtLogSAPBusObjNodeKey,
  SAPObjectNodeCharacterKey1,
  BusEvtLogReferenceEventUUID,
  SAPBusinessObjectNodeKey1,
  SAPBusinessObjectNodeKey2,
  SAPBusinessObjectNodeKey3,
  SAPBusinessObjectNodeKey4,
  SAPBusinessObjectNodeKey5,
  SAPBusinessObjectNodeKey6,
  SAPBusinessObjectNodeKey7,
  SAPBusinessObjectNodeKey8,
  FullName,
  CreatedByUser,
  BusEvtLogCreationDateTime,
  BusEvtLogCreationDate,
  BusEvtLogCreationTime,
  YearWeek,
  PredecessorBusinessEventUUID,
  BuEvLgTimeSinceLastEvent,
  UnitOfMeasure,
  BusinessEventLogLogicalSystem,
  BusEvtLogIsDeleted,
  BusEvtLogTransactionID,
  BusEvtLogLastChangedDateTime,
  BusEvtLogBusinessActivity,
  BusEvtLogEventHasFullPayload,
  BuEvLgEvtBindgContr2RelState,
  BuEvLgEvtBdgContr2RelStateText,
  BuEvLgEvtRelStateCriticality,
  BusinessEventLogSource,
  BusinessEventLogSourceText,
  BusEvtLogEventBinding,
  BusinessEventLogEventVersion,
  EventProducerNamespace,
  BuEvLgNodeLastChangedDateTime,
  SAPObjectTypeDescription,
  SAPObjectNodeTypeDescription,
  BusEvtLogUserInteractionType,
  BusEvtLgUsrIntactnTypeValue,
  ChangeDocument,
  ChangeDocItemChangeType,
  concat_with_space( sapobjectnodetypedescription, concat_with_space( '|', sapobjectnodeconcatenatedkey, 1), 1 ) AS BuEvLgCnctntdSONTAndKey
FROM I_BusEventLogEventEnhcd
;