I_BUSEVTLOGCONFIG

CDS View

Business Event Log Configuration

I_BUSEVTLOGCONFIG is a CDS View in S/4HANA. Business Event Log Configuration. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BusEventLogSAPObjectType view union 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"BEL_C_SOT_ACTIVE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/