C_ProcurementProjectPlantTP
Plant in Procurement Project - TP
C_ProcurementProjectPlantTP is a Consumption CDS View that provides data about "Plant in Procurement Project - TP" in SAP S/4HANA. It reads from 1 data source (R_ProcurementProjectPlantTP) and exposes 15 fields with key field ProcmtProjectPlantUUID. It is exposed through 2 OData services (UI_PROCMTPROJECT_MANAGE, UI_PROCMTPROJECT_MANAGE). Part of development package ODATA_MM_PUR_PROCMTPROJ_MNTN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProcurementProjectPlantTP | R_ProcurementProjectPlantTP | projection |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | ProcmtProjectPlantUUID | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Plant in Procurement Project - TP | view | |
| Metadata.allowExtensions | true | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.elementSuffix | PPP | view | |
| AbapCatalog.extensibility.quota.maximumFields | 404 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 40400 | view | |
| AbapCatalog.extensibility.allowNewCompositions | true | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PROCMTPROJECT_MANAGE | UI_PROCMTPROJECT_MANAGE | V4 | C1 | NOT_RELEASED |
| UI_PROCMTPROJECT_MANAGE | UI_PROCMTPROJECTV2_MANAGE | V2 | C1 | NOT_RELEASED |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcmtProjectPlantUUID | ProcmtProjectPlantUUID | ||
| ProcurementProjectPlant | ProcurementProjectPlant | |||
| PlantName | _Plant | PlantName | ||
| ProductionStartDate | ProductionStartDate | |||
| ProductionEndDate | ProductionEndDate | |||
| ProcurementProjectUUID | ProcurementProjectUUID | |||
| ProcmtHubCompanyCode | CompanyCode | |||
| CompanyCodeName | _CompanyCode | CompanyCodeName | ||
| ProcmtHubLogicalSystem | ProcurementHubSourceSystem | |||
| ProcurementHubSourceSystemName | _CompanyCode | ProcurementHubSourceSystemName | ||
| ProcmtHubPlantUniqueID | ProcmtHubPlantUniqueID | |||
| SourcingOrigin | SourcingOrigin | |||
| SrcgProjSourcingOriginTextlocalized | ||||
| SourcingScenario | SourcingScenario | |||
| SrcgProjSourcingScenarioTextlocalized |
@AccessControl.authorizationCheck: #MANDATORY
@VDM: { viewType:#CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE] }
@ObjectModel: { semanticKey: ['ProcurementProjectPlant'],
representativeKey: 'ProcmtProjectPlantUUID',
usageType:{ dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #L }
}
@EndUserText.label: 'Plant in Procurement Project - TP'
@Metadata.allowExtensions: true
@AbapCatalog.extensibility: {
extensible: true,
dataSources: ['ProcurementProjectPlantTP'],
allowNewDatasources: false,
elementSuffix: 'PPP',
quota: { maximumFields: 404,
maximumBytes: 40400 },
allowNewCompositions: true }
define view entity C_ProcurementProjectPlantTP
as projection on R_ProcurementProjectPlantTP as ProcurementProjectPlantTP
{
key ProcmtProjectPlantUUID,
@ObjectModel.text.element: ['PlantName']
ProcurementProjectPlant,
_Plant.PlantName,
ProductionStartDate,
ProductionEndDate,
ProcurementProjectUUID,
@ObjectModel.text.element: ['CompanyCodeName']
CompanyCode as ProcmtHubCompanyCode,
_CompanyCode.CompanyCodeName,
@ObjectModel.text.element: ['ProcurementHubSourceSystemName']
ProcurementHubSourceSystem as ProcmtHubLogicalSystem,
_CompanyCode.ProcurementHubSourceSystemName,
ProcmtHubPlantUniqueID,
@ObjectModel.text.element: ['SrcgProjSourcingOriginText']
SourcingOrigin,
_SrcgProjSourcingOriginText.SrcgProjSourcingOriginText : localized,
@ObjectModel.text.element: ['SrcgProjSourcingScenarioText']
SourcingScenario,
_SrcgProjSourcingScenarioText.SrcgProjSourcingScenarioText : localized,
//composition
_ProcurementProject : redirected to parent C_ProcurementProjectTP
}
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