A_ProjectDemandResource
Resource Demand
A_ProjectDemandResource is a Composite CDS View that provides data about "Resource Demand" in SAP S/4HANA. It reads from 1 data source (I_ProjectDemandWorkTP) and exposes 9 fields with key field ProjectDemandWorkUUID. It is exposed through 1 OData service (API_PROJECTDEMAND).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectDemandWorkTP | I_ProjectDemandWorkTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| EndUserText.label | Resource Demand | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | 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_ProjectDemandResource_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PROJECTDEMAND | API_PROJECTDEMAND | V2 | C2 | C1 |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectDemandWorkUUID | ProjectDemandWorkUUID | ||
| ProjectDemandUUID | ProjectDemandUUID | |||
| CostCenter | CostCenter | |||
| ActivityType | ActivityType | |||
| ProjDmndAssgmtStatus | ProjDmndAssgmtStatus | |||
| ProjectElementWorkItem | ProjectElementWorkItem | |||
| ProjDmndBillingControlCategory | ProjDmndBillingControlCategory | |||
| ProjDmndRequestedDeliveryOrg | ProjDmndRequestedDeliveryOrg | |||
| _RootredirectedtoparentA_ProjectDemand |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@EndUserText.label: 'Resource Demand'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@OData.entityType.name: 'A_ProjectDemandResource_Type'
define view entity A_ProjectDemandResource as projection on I_ProjectDemandWorkTP
{
key ProjectDemandWorkUUID,
ProjectDemandUUID,
// @ObjectModel.sapObjectNodeTypeReference: 'CostCenter'
CostCenter,
// @ObjectModel.sapObjectNodeTypeReference: 'CostCenterActivityType'
ActivityType,
@ObjectModel.sapObjectNodeTypeReference: 'ProjectDemandAssignmentStatus'
ProjDmndAssgmtStatus,
ProjectElementWorkItem,
@ObjectModel.sapObjectNodeTypeReference: 'BillingControlCategory'
ProjDmndBillingControlCategory,
ProjDmndRequestedDeliveryOrg,
/* Associations */
_Root: redirected to parent A_ProjectDemand,
_ResourceAssignment: redirected to composition child A_ProjDmndResourceAssignment,
_ResourceRequest: redirected to composition child A_ProjectDemandResourceRequest
}
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