Deprecated
This CDS view is deprecated in S/4HANA. Use C_BusEvtLogEventDEX_3 instead. View all deprecated CDS views →

C_BusEvtLogEventDEX_2

DDL: C_BUSEVTLOGEVENTDEX_2 Type: view_entity CONSUMPTION

Business Event Header Data (v2)

C_BusEvtLogEventDEX_2 (Consumption)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

BusEvtLogEvent · Cross Applications

C_BusEvtLogEventDEX_2 is a Consumption CDS View (Fact) that provides data about "Business Event Header Data (v2)" in SAP S/4HANA. It reads from 1 data source (I_BusinessEventLogEventDetail) and exposes 28 fields with key fields BusinessEventUUID, SAPObjectType, BusEvtLogCreationDate.

SAP Help Documentation

CategoryCDS Views for Business Event Logging
Data Category@Analytics.dataCategory: #FACT
Purpose
This CDS view is used to extract business event header data. This CDS view provides the data that answers business question: Which business event has been logged? The CDS view supports #EXTRACTION_DATA_SOURCE.

Structure
Important Fields Important fields in this view include the following: Field Name Description EventOperation Event operation, for example: Created, Deleted, Changed, and so on. SAPObjectType The object type, a business object, or a technical object corresponding to the specified SAP object node type, for example: Outbound Delivery for Outbound Delivery Item. SAPObjectNodeType Node type of an object type, for example, for an Outbound Delivery SAP object type, the SAP object node types are Outbound Delivery (header) and Outbound Delivery Item (item). SAPBusinessObjectNodeKey1 First part of the key of an object node instance, for example, in one event for an Outbound Delivery Item, the first part of the key is 80013910 (outbound delivery number). SAPBusinessObjectNodeKey2 Second part of the key of an object node instance, for example, in one event for an Outbound Delivery Item, the second part of the key is 00020 (item number). If an event refers to an SAP object node type with only one key part (such as: Outbound Delivery [header]), then all subsequent key parts are empty. Note There can be many more node keys, depending on how many parts the object key has. For example: SAPBusinessObjectNodeKey3, SAPBusinessObjectNodeKey4, and so on. SAPObjectNodeType and SAPBusinessObjectNodeKey (1-7) identify a node instance of an SAP object. Outbound Delivery Item is an example of an SAP object node. BusEvtLogCreationDateTime Event execution timestamp CreatedByUser Users who created the event EventProducerNamespace Provides the event's namespace. This can either be a Standard or Custom

Data Extraction
Data Extraction Type Full Delta (change data capture) Note Data conversion using the Cloud Data Integration (CDI) channel can be different from that of the other channels (ODATA, ABAP SQL Service, and so on). For example: The timestamps could appear in a different format The IDs might not contain leading zeros Other data can also have formatting changes.

Examples
Example of events include: BillingDocument Billing document cancelled Billing document changed Billing document created For more information on other events, refer to SAP Business Accelerator Hub.

View on SAP Help Portal →

SAP API Hub

StateDeprecated
Line of BusinessCross Applications
Application ComponentCA-GTF-BEL
CapabilitiesData Source for Data Extraction
PackageCross Applications for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view is used to extract business event header data.</p> This CDS view provides the data that answers business question:<ul> <li><p>Which business event has been logged?</p></li> </ul> <p>The CDS view supports #EXTRACTION_DATA_SOURCE.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_BusinessEventLogEventDetail I_BusinessEventLogEventDetail from

Annotations (14)

NameValueLevelField
Analytics.technicalName CBELEVENTDX2 view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataCategory #FACT view
Analytics.dataExtraction.enabled true view
ObjectModel.sapObjectNodeType.name BusEvtLogEvent view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.modelingPattern #NONE view
EndUserText.label Business Event Header Data (v2) view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor C_BusEvtLogEventDEX_3 view

Fields (28)

KeyFieldSource TableSource FieldDescription
KEY BusinessEventUUID BusinessEventUUID Event GUID
KEY SAPObjectType SAPObjectType RAP SOT: SAP Object Type
KEY BusEvtLogCreationDate BusEvtLogCreationDate Action Executed Date
SAPObjectNodeType SAPObjectNodeType RAP SOT: SAP Object Node Type
EventOperation EventOperation Business Event Operation
SAPBusinessObjectNodeKey1 SAPBusinessObjectNodeKey1 Business Object Key Part 1 in Char
SAPBusinessObjectNodeKey2 SAPBusinessObjectNodeKey2 Object Key Part (2)
SAPBusinessObjectNodeKey3 SAPBusinessObjectNodeKey3 Object Key Part (3)
SAPBusinessObjectNodeKey4 SAPBusinessObjectNodeKey4 Object Key Part (4)
SAPBusinessObjectNodeKey5 SAPBusinessObjectNodeKey5 Business Object Key Part 5
SAPBusinessObjectNodeKey6 SAPBusinessObjectNodeKey6 Object Key Part (6)
SAPBusinessObjectNodeKey7 SAPBusinessObjectNodeKey7 Object Key Part (7)
SAPBusinessObjectNodeKey8 SAPBusinessObjectNodeKey8 Object Key Part (8)
CreatedByUser CreatedByUser Users Who Executed the Action
BusEvtLogCreationDateTime BusEvtLogCreationDateTime Action Execution Time Stamp
BusinessEventLogLogicalSystem BusinessEventLogLogicalSystem Logical system
BusEvtLogIsDeleted BusEvtLogIsDeleted Deletion Indicator
BusinessEventLogEventVersion BusinessEventLogEventVersion Business Event Version
BusEvtLogTransactionID BusEvtLogTransactionID Identifies the session in which a business event was created
BusEvtLogLastChangedDateTime BusEvtLogLastChangedDateTime Timestamp of Last Change
IsTechnicalUser IsTechnicalUser Is Technical User
BusinessEventLogSource BusinessEventLogSource Business Event Source
EventProducerNamespace EventProducerNamespace Producer Event Namespace
BusEvtLogEventHasFullPayload BusEvtLogEventHasFullPayload Has All Business Event Data
BusEvtLogUserInteractionType BusEvtLogUserInteractionType Application Type
BusEvtLgUsrIntactnTypeValue BusEvtLgUsrIntactnTypeValue Application ID
ChangeDocument ChangeDocument Number of the Change Document
ChangeDocItemChangeType ChangeDocItemChangeType Change Indicator of Change Document

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_BusEvtLogEventDEX_2.
-- 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_BusEvtLogEventDEX_2 AS
SELECT
  BusinessEventUUID,
  SAPObjectType,
  BusEvtLogCreationDate,
  SAPObjectNodeType,
  EventOperation,
  SAPBusinessObjectNodeKey1,
  SAPBusinessObjectNodeKey2,
  SAPBusinessObjectNodeKey3,
  SAPBusinessObjectNodeKey4,
  SAPBusinessObjectNodeKey5,
  SAPBusinessObjectNodeKey6,
  SAPBusinessObjectNodeKey7,
  SAPBusinessObjectNodeKey8,
  CreatedByUser,
  BusEvtLogCreationDateTime,
  BusinessEventLogLogicalSystem,
  BusEvtLogIsDeleted,
  BusinessEventLogEventVersion,
  BusEvtLogTransactionID,
  BusEvtLogLastChangedDateTime,
  IsTechnicalUser,
  BusinessEventLogSource,
  EventProducerNamespace,
  BusEvtLogEventHasFullPayload,
  BusEvtLogUserInteractionType,
  BusEvtLgUsrIntactnTypeValue,
  ChangeDocument,
  ChangeDocItemChangeType
FROM I_BusinessEventLogEventDetail
;