P_LstMiBillDocumentToDelivery

DDL: P_LSTMIBILLDOCUMENTTODELIVERY SQL: PLMBDTODEL Type: view COMPOSITE

P_LstMiBillDocumentToDelivery is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentItem) and exposes 2 fields with key fields BillingDocument, Delivery.

Data Sources (1)

SourceAliasJoin Type
I_BillingDocumentItem I_BillingDocumentItem from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PLMBDTODEL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BillingDocument BillingDocument
KEY Delivery ReferenceSDDocument
@AbapCatalog.sqlViewName: 'PLMBDTODEL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel:   {   usageType:          { serviceQuality: #C,
                                          sizeCategory:   #XL,
                                          dataClass:      #TRANSACTIONAL}
                }
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_LstMiBillDocumentToDelivery as select from I_BillingDocumentItem {
  
  key BillingDocument, 
  key ReferenceSDDocument as Delivery  
  
} 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLINGDOCUMENTITEM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/