A_ProcurementProjectPlant
Plant
A_ProcurementProjectPlant is a Consumption CDS View that provides data about "Plant" in SAP S/4HANA. It reads from 1 data source (R_ProcurementProjectPlantTP) and exposes 10 fields with key field ProcmtProjectPlantUUID. It is exposed through 1 OData service (API_PROCUREMENTPROJECT). Part of development package ODATA_MM_PUR_PROCMTPROJ_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProcurementProjectPlantTP | R_ProcurementProjectPlantTP | projection |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.representativeKey | ProcmtProjectPlantUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Plant | view | |
| OData.entityType.name | ProcurementProjectPlant_Type | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.elementSuffix | PPP | view | |
| AbapCatalog.extensibility.quota.maximumFields | 204 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 4080 | view | |
| AbapCatalog.extensibility.allowNewCompositions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PROCUREMENTPROJECT | API_PROCUREMENTPROJECT | V4 | C2 | Deprecated |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcmtProjectPlantUUID | ProcmtProjectPlantUUID | ||
| ProcurementProjectPlant | ProcurementProjectPlant | |||
| ProductionStartDate | ProductionStartDate | |||
| ProductionEndDate | ProductionEndDate | |||
| ProcurementProjectUUID | ProcurementProjectUUID | |||
| CompanyCode | CompanyCode | |||
| ProcurementHubSourceSystem | ProcurementHubSourceSystem | |||
| ProcmtHubPlantUniqueID | ProcmtHubPlantUniqueID | |||
| SourcingOrigin | SourcingOrigin | |||
| SourcingScenario | SourcingScenario |
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations:true
@VDM: { viewType: #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE] }
@ObjectModel: { representativeKey: 'ProcmtProjectPlantUUID',
semanticKey: ['ProcurementProjectPlant'],
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #C,
usageType.sizeCategory: #L }
@EndUserText.label: 'Plant'
@OData.entityType.name: 'ProcurementProjectPlant_Type'
@AbapCatalog.extensibility: {
extensible: true,
dataSources: ['ProcurementProjectPlantTP'],
allowNewDatasources: false,
elementSuffix: 'PPP',
quota: { maximumFields: 204,
maximumBytes: 4080 },
allowNewCompositions: true }
define view entity A_ProcurementProjectPlant
as projection on R_ProcurementProjectPlantTP as ProcurementProjectPlantTP
{
key ProcmtProjectPlantUUID,
ProcurementProjectPlant,
ProductionStartDate,
ProductionEndDate,
ProcurementProjectUUID,
@ObjectModel.sapObjectNodeTypeReference: 'CompanyCode'
CompanyCode,
ProcurementHubSourceSystem,
ProcmtHubPlantUniqueID,
@ObjectModel.sapObjectNodeTypeReference: 'SourcingOrigin'
SourcingOrigin,
@ObjectModel.sapObjectNodeTypeReference: 'SourcingScenario'
SourcingScenario,
_ProcurementProject : redirected to parent A_ProcurementProject
}
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