P_PLNTCOMPANYCODEPURCHASINGORG

CDS View

P_PLNTCOMPANYCODEPURCHASINGORG is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_SuplrCoCodePurgOrganization view inner COMPOSITE
@AbapCatalog.sqlViewName: 'PCOCODEPURORPLNT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel: {
   usageType.serviceQuality: #C,
   usageType.sizeCategory: #S,
   usageType.dataClass: #MIXED
}
define view P_PlntCompanyCodePurchasingOrg
  //t001k

  as select from I_Purreqvaluationarea         as _PlantCoCode
  //t024w

    inner join   I_PlantPurchasingOrganization as _PlantPurchasingOrg on _PlantCoCode.ValuationArea = _PlantPurchasingOrg.Plant

{
  key _PlantPurchasingOrg.PurchasingOrganization as PurchasingOrganization,
  key _PlantCoCode.CompanyCode                   as CompanyCode
} 
  group by _PlantPurchasingOrg.PurchasingOrganization, _PlantCoCode.CompanyCode
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANTPURCHASINGORGANIZATION",
"I_PURREQVALUATIONAREA"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/