P_BusEvtLogEntityAssoc

DDL: P_BUSEVTLOGENTITYASSOC Type: view_entity BASIC Package: BEL_CDS

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)

SourceAliasJoin Type
dd08b dd08b from

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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)