I_BUSEVTLOGEVENTBINDINGPRODR

CDS View

Event Binding Producer

I_BUSEVTLOGEVENTBINDINGPRODR is a CDS View in S/4HANA. Event Binding Producer. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_BusEventLogSAPObjectType view union COMPOSITE Business Event Log SAP Object Type
@AbapCatalog.sqlViewName: 'IBELEVTBNPRD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@ObjectModel: {
   representativeKey: 'BusEvtLogEventBinding',
   usageType: {
     dataClass:      #MIXED,
     serviceQuality: #X,
     sizeCategory:   #S
   }
}

@EndUserText.label: 'Event Binding Producer'
define view I_BusEvtLogEventBindingProdr
  as select from evtb_producer
{
  key evtb_name    as BusEvtLogEventBinding,
      bo_name      as SAPObjectType,
      bo_operation as BusEvtLogEventOperationType,
      producer_namespace as EventProducerNamespace
}
where
  version = 'A'