P_BusEventLogSAPObjectType1

DDL: P_BUSEVENTLOGSAPOBJECTTYPE1 SQL: PBUEVLGSOT1 Type: view COMPOSITE Package: BEL_CDS

Business Event Log SAP Object Type (C + A)

P_BusEventLogSAPObjectType1 is a Composite CDS View that provides data about "Business Event Log SAP Object Type (C + A)" in SAP S/4HANA. It reads from 1 data source (I_BusEvtLogConfig). Part of development package BEL_CDS.

Data Sources (1)

SourceAliasJoin Type
I_BusEvtLogConfig I_BusEvtLogConfig from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PBUEVLGSOT1 view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view
VDM.private true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #NOT_REQUIRED view
@AbapCatalog.sqlViewName: 'PBUEVLGSOT1'
@AbapCatalog.compiler.compareFilter: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@VDM.viewType: #COMPOSITE
@VDM.private: true
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #M, dataClass: #MASTER}

@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_BusEventLogSAPObjectType1
  as

  select from I_BusEvtLogConfig // C

{

  key SAPObjectType
}
where
  BusEvtLogSOTIsActive = 'X'

union

select distinct from I_BusinessEventLogEvent // A

{

  key SAPObjectType
}