I_PLANTPURCHASINGORGANIZATION
Responsible Purg Org for Plant
I_PLANTPURCHASINGORGANIZATION is a CDS View in S/4HANA. Responsible Purg Org for Plant. It contains 2 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PurgOrgPlantAssignmentDP | view_entity | from | CONSUMPTION | Purchasing Organization Plant Assignment |
| I_DigitalVehPlantPurchaseOrg | view_entity | from | BASIC | Digital Vehicle Plant Purchasing Org |
| I_TranspPurgOrgCoCodeAssgmt | view_entity | union | COMPOSITE | Purchasing Org Company Code Assignment |
| P_PlantPurgOrgByReference | view | from | COMPOSITE | Outline Agreement Purchasing Organization |
| P_PlantPurgOrgByReference | view | union_all | COMPOSITE | Outline Agreement Purchasing Organization |
| P_PlntCompanyCodePurchasingOrg | view | inner | COMPOSITE | Plant Company Code |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Plant | Plant | 2 |
| KEY | PurchasingOrganization | ekorg,PurchasingOrganization | 2 |
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'IMMORGPLANT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics.dataExtraction.enabled: true
@Analytics.dataCategory:#FACT
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.sapObjectNodeType.name:'PurgOrgPlantAssignment'
//@ObjectModel.representativeKey: 'PurchasingOrganization'
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE,#EXTRACTION_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@EndUserText.label: 'Responsible Purg Org for Plant'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_FACT
define view I_PlantPurchasingOrganization
as select from t024w
association [1..1] to I_PurchasingOrganization as _PurchasingOrganization on $projection.PurchasingOrganization = _PurchasingOrganization.PurchasingOrganization
association [1..1] to I_Plant as _Plant on $projection.Plant = _Plant.Plant
{
@ObjectModel.foreignKey.association: '_PurchasingOrganization'
key ekorg as PurchasingOrganization,
@ObjectModel.foreignKey.association: '_Plant'
key werks as Plant,
_PurchasingOrganization,
_Plant
}