I_BUSEVTLOGCONFIG
Business Event Log Configuration
I_BUSEVTLOGCONFIG is a CDS View in S/4HANA. Business Event Log Configuration. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_BusEventLogSAPObjectType | view | from | COMPOSITE | |
| P_BusEventLogSAPObjectType1 | view | from | COMPOSITE |
@AbapCatalog.sqlViewName: 'IBUSEVTLOGCON'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Business Event Log Configuration'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #M
}
}
define view I_BusEvtLogConfig as select from bel_c_sot_active {
key bo_type as SAPObjectType,
is_sot_active as BusEvtLogSOTIsActive
}