I_BUSEVTLOGEVENTBINDINGPRODR
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_BusEventLogSAPObjectType | view | union | COMPOSITE |
@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'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EVTB_PRODUCER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/