I_BUSEVENTLOGSAPOBJECTTYPE

CDS View

Business Event Log SAP Object Type

I_BUSEVENTLOGSAPOBJECTTYPE is a CDS View in S/4HANA. Business Event Log SAP Object Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BusEventLogSAPObjectType view from COMPOSITE
@AbapCatalog.sqlViewName: 'IBUEVLGSOT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Business Event Log SAP Object Type'

@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #M, dataClass: #MASTER}

define view I_BusEventLogSAPObjectType as select from bel_s_sot_settgs {
  key bo_type as SAPObjectType,
  logging_opt_in as BusEventLoggingIsAllowed
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"BEL_S_SOT_SETTGS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/