C_BusEvtLogObjectNodeAnlys

DDL: C_BUSEVTLOGOBJECTNODEANLYS Type: view_entity CONSUMPTION

Business Process Analysis Consumption

C_BusEvtLogObjectNodeAnlys is a Consumption CDS View (Fact) that provides data about "Business Process Analysis Consumption" in SAP S/4HANA. It reads from 1 data source (P_BusEvtLogObjectNodeAnlys) and exposes 40 fields with key field BusEvtLogObjectNodeID. It is used in 1 Fiori application: Display Business Events by Business Object.

Data Sources (1)

SourceAliasJoin Type
P_BusEvtLogObjectNodeAnlys P_BusEvtLogObjectNodeAnlys projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Business Process Analysis Consumption view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey BusEvtLogObjectNodeID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
OData.publish true view
Analytics.dataCategory #FACT view
Search.searchable true view
Metadata.allowExtensions true view

Fiori Apps (1)

App IDApp NameTypeDescription
F6035 Display Business Events by Business Object Analytical With this app, you can display all logged business events grouped by Object Node instances. The sequences of business events are represented as process variants.

Display Business Events by Business Object

Business Role: Business Process Specialist

With this feature you can capture and log business events locally within the SAP S/4HANA Cloud system. This version includes:A predefined list of SAP business object types that can be monitored Local persistence of events raised by selected objects, connectivity to ILM, and UI apps to locally monitor the event log including specific field changes CDS Views to enable the external consumption of event logs

Fields (40)

KeyFieldSource TableSource FieldDescription
KEY BusEvtLogObjectNodeID BusEvtLogObjectNodeID
SAPObjectType SAPObjectType SOT Name
BusinessObject BusinessObject Business Object
SAPObjectNodeType SAPObjectNodeType SONT Name
BusEvtLogSAPBusObjNodeKey BusEvtLogSAPBusObjNodeKey
SAPObjectNodeCharacterKey1 SAPObjectNodeCharacterKey1
SAPBusinessObjectNodeKey1 SAPBusinessObjectNodeKey1
SAPBusinessObjectNodeKey2 SAPBusinessObjectNodeKey2
SAPBusinessObjectNodeKey3 SAPBusinessObjectNodeKey3
SAPBusinessObjectNodeKey4 SAPBusinessObjectNodeKey4
SAPBusinessObjectNodeKey5 SAPBusinessObjectNodeKey5
SAPBusinessObjectNodeKey6 SAPBusinessObjectNodeKey6
SAPBusinessObjectNodeKey7 SAPBusinessObjectNodeKey7
SAPBusinessObjectNodeKey8 SAPBusinessObjectNodeKey8
YearWeek YearWeek Year and Calendar Week
StartingBusinessEventUUID StartingBusinessEventUUID
BusEvtLogStartEvtTskTypeName BusEvtLogStartEvtTskTypeName
BusEvtLogCreationDateTime BusEvtLogCreationDateTime
BusEvtLogCreationDate BusEvtLogCreationDate
BusEvtLogCreationTime BusEvtLogCreationTime
BusEvtLogProcessVariant BusEvtLogProcessVariant
LastBusinessEventUUID LastBusinessEventUUID
BusEvtLogLastEvtTskTypeName BusEvtLogLastEvtTskTypeName
BusEvtLogLastEventDateTime BusEvtLogLastEventDateTime
BusEvtLogLastEventDate BusEvtLogLastEventDate
BusEvtLogLastEventTime BusEvtLogLastEventTime
BuEvLgNodeLastChangedDateTime BuEvLgNodeLastChangedDateTime
BusEvtLogNumberOfEvents BusEvtLogNumberOfEvents
BuEvLgObjNodeCycTmeInSeconds BuEvLgObjNodeCycTmeInSeconds
UnitOfMeasure UnitOfMeasure Unit Protected Qty
BusEvtLogNumberOfProcess BusEvtLogNumberOfProcess
BusEvtLogNumberOfVariants BusEvtLogNumberOfVariants
BusEvtLogProcVariantLength BusEvtLogProcVariantLength
BusEvtLogProcVariantStepText BusEvtLogProcVariantStepText
SAPObjectTypeDescription SAPObjectTypeDescription
SAPObjectNodeTypeDescription SAPObjectNodeTypeDescription
BuEvLgCnctntdSONTAndKey BuEvLgCnctntdSONTAndKey Concatenated Node Type and Key
_BusinessEvent _BusinessEvent
_ObjectNodeOutboundRelshp _ObjectNodeOutboundRelshp
_ObjectNodeInboundRelshp _ObjectNodeInboundRelshp

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_BusEvtLogObjectNodeAnlys.
-- 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 C_BusEvtLogObjectNodeAnlys AS
SELECT
  BusEvtLogObjectNodeID,
  SAPObjectType,
  BusinessObject,
  SAPObjectNodeType,
  BusEvtLogSAPBusObjNodeKey,
  SAPObjectNodeCharacterKey1,
  SAPBusinessObjectNodeKey1,
  SAPBusinessObjectNodeKey2,
  SAPBusinessObjectNodeKey3,
  SAPBusinessObjectNodeKey4,
  SAPBusinessObjectNodeKey5,
  SAPBusinessObjectNodeKey6,
  SAPBusinessObjectNodeKey7,
  SAPBusinessObjectNodeKey8,
  YearWeek,
  StartingBusinessEventUUID,
  BusEvtLogStartEvtTskTypeName,
  BusEvtLogCreationDateTime,
  BusEvtLogCreationDate,
  BusEvtLogCreationTime,
  BusEvtLogProcessVariant,
  LastBusinessEventUUID,
  BusEvtLogLastEvtTskTypeName,
  BusEvtLogLastEventDateTime,
  BusEvtLogLastEventDate,
  BusEvtLogLastEventTime,
  BuEvLgNodeLastChangedDateTime,
  BusEvtLogNumberOfEvents,
  BuEvLgObjNodeCycTmeInSeconds,
  UnitOfMeasure,
  BusEvtLogNumberOfProcess,
  BusEvtLogNumberOfVariants,
  BusEvtLogProcVariantLength,
  BusEvtLogProcVariantStepText,
  SAPObjectTypeDescription,
  SAPObjectNodeTypeDescription,
  BuEvLgCnctntdSONTAndKey
FROM P_BusEvtLogObjectNodeAnlys
;