C_BusEvtLogObjectNodeAnlys
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)
| Source | Alias | Join Type |
|---|---|---|
| P_BusEvtLogObjectNodeAnlys | P_BusEvtLogObjectNodeAnlys | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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