C_PurgOrgPlantAssignmentDP
Purchasing Organization Plant Assignment
C_PurgOrgPlantAssignmentDP is a Consumption CDS View that provides data about "Purchasing Organization Plant Assignment" in SAP S/4HANA. It reads from 1 data source (I_PlantPurchasingOrganization) and exposes 4 fields with key fields PurchasingOrganization, Plant. It has 2 associations to related views. It is exposed through 1 OData service (DP_PROCMTCONFIGURATIONDATA). Part of development package MM_PUR_MASTER_DATA_BDC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PlantPurchasingOrganization | I_PlantPurchasingOrganization | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_PurchasingOrganization | _PurchasingOrganization | $projection.PurchasingOrganization = _PurchasingOrganization.PurchasingOrganization |
| [1..1] | I_Plant | _Plant | $projection.Plant = _Plant.Plant |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| Metadata.allowExtensions | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Purchasing Organization Plant Assignment | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #EXTERNAL_DATA_PROVIDER | view | |
| ObjectModel.sapObjectNodeType.name | PurgOrgPlantAssignment | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| DP_PROCMTCONFIGURATIONDATA | DP_PROCMTCONFIGURATIONDATA | C2 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingOrganization | PurchasingOrganization | ||
| KEY | Plant | Plant | ||
| _PurchasingOrganization | _PurchasingOrganization | |||
| _Plant | _Plant |
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purchasing Organization Plant Assignment'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #EXTERNAL_DATA_PROVIDER
@ObjectModel.sapObjectNodeType.name: 'PurgOrgPlantAssignment'
@ObjectModel.supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #CONSUMPTION
define root view entity C_PurgOrgPlantAssignmentDP
as select from I_PlantPurchasingOrganization
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'
@ObjectModel.sapObjectNodeTypeReference: 'PurchasingOrganization'
key PurchasingOrganization,
@ObjectModel.foreignKey.association: '_Plant'
@ObjectModel.sapObjectNodeTypeReference: 'Plant'
key Plant,
_PurchasingOrganization,
_Plant
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA