A_ProjectDemandServiceSupply
Service Supply Data
A_ProjectDemandServiceSupply is a Composite CDS View that provides data about "Service Supply Data" in SAP S/4HANA. It reads from 1 data source (I_ProjectDemandServiceSupplyTP) and exposes 6 fields with key field ProjectDemandServiceSupplyUUID. It is exposed through 1 OData service (API_PROJECTDEMAND). Part of development package ODATA_PS_DMND_COMMON_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectDemandServiceSupplyTP | I_ProjectDemandServiceSupplyTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Service Supply Data | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| OData.entityType.name | A_ProjectDemandServiceSupply_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PROJECTDEMAND | API_PROJECTDEMAND | V2 | C2 | C1 |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectDemandServiceSupplyUUID | ProjectDemandServiceSupplyUUID | ||
| ProjectDemandServiceUUID | ProjectDemandServiceUUID | |||
| ProjectDemandUUID | ProjectDemandUUID | |||
| PurchaseRequisition | PurchaseRequisition | |||
| PurchaseRequisitionItem | PurchaseRequisitionItem | |||
| _RootredirectedtoA_ProjectDemand |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Service Supply Data'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@OData.entityType.name: 'A_ProjectDemandServiceSupply_Type'
define view entity A_ProjectDemandServiceSupply as projection on I_ProjectDemandServiceSupplyTP {
key ProjectDemandServiceSupplyUUID,
ProjectDemandServiceUUID,
ProjectDemandUUID,
PurchaseRequisition,
PurchaseRequisitionItem,
/* Associations */
_Root: redirected to A_ProjectDemand,
_Service: redirected to parent A_ProjectDemandService
}
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