P_BusEvtLogEntityAssoc
Business Event Log Entity Association
P_BusEvtLogEntityAssoc is a Basic CDS View that provides data about "Business Event Log Entity Association" in SAP S/4HANA. It reads from 1 data source (dd08b) and exposes 2 fields with key fields CDSView, CDSViewName. Part of development package BEL_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd08b | dd08b | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CDSView | strucobjn | ||
| KEY | CDSViewName | strucobjn_t |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view entity P_BusEvtLogEntityAssoc
as select from dd08b
{
key strucobjn as CDSView,
key strucobjn_t as CDSViewName
}
where
as4local = 'A'
and ( associationkind = 1 or associationkind = 2)
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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