P_CNTRLPURCHASECONTRACTPARTNER
P_CNTRLPURCHASECONTRACTPARTNER is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CntrlPurchaseContractPartner | view | from | BASIC | Basic View for Partners in Central Contract Distribution |
@AbapCatalog.sqlViewName: 'PCPCPARTNER'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_CntrlPurchaseContractPartner as select from mmprc_distr_ptnr {
key purchasingdocument ,
key purchasingdocumentitem ,
key distributionnumber ,
key partnercounter ,
cast( partnerfunction as parvw_unv ) as partnerfunction,
extplantforpurg ,
suppliersubrange ,
supplier ,
purchasingorganization
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMPRC_DISTR_PTNR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/