P_BusEventLogSAPObjectType1
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)
| Source | Alias | Join Type |
|---|---|---|
| I_BusEvtLogConfig | I_BusEvtLogConfig | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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
}
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