P_PurgDocItemPricingKey

DDL: P_PURGDOCITEMPRICINGKEY SQL: PMMPRKEY Type: view BASIC

P_PurgDocItemPricingKey is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocument) and exposes 2 fields with key field PurchasingDocument.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocument PurchasingDocument from

Annotations (7)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName PMMPRKEY view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocument I_PurchasingDocument PurchasingDocument
PurchasingDocumentCondition I_PurchasingDocument PurchasingDocumentCondition
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'PMMPRKEY'
define view P_PurgDocItemPricingKey 
as select from I_PurchasingDocument as PurchasingDocument
    {
    
    key PurchasingDocument.PurchasingDocument,
    PurchasingDocument.PurchasingDocumentCondition
   
} 
                    
  
  
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGDOCUMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/