A_ProjDmndResourceAssignment
Resource Assignment
A_ProjDmndResourceAssignment is a Composite CDS View that provides data about "Resource Assignment" in SAP S/4HANA. It reads from 1 data source (I_ProjDmndResourceAssignmentTP) and exposes 20 fields with key field ProjDmndRsceAssgmtUUID. 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_ProjDmndResourceAssignmentTP | I_ProjDmndResourceAssignmentTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Resource Assignment | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| OData.entityType.name | A_ProjDmndResourceAssignment_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PROJECTDEMAND | API_PROJECTDEMAND | V2 | C2 | C1 |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjDmndRsceAssgmtUUID | ProjDmndRsceAssgmtUUID | ||
| ProjectDemandWorkUUID | ProjectDemandWorkUUID | |||
| ProjectDemandUUID | ProjectDemandUUID | |||
| ProjDmndRsceAssgmt | ProjDmndRsceAssgmt | |||
| ProjDmndRsceAssgmtQuantity | ProjDmndRsceAssgmtQuantity | |||
| ProjDmndRsceAssgmtQuantityUnit | ProjDmndRsceAssgmtQuantityUnit | |||
| ProjectDemandSupplyIdentifier | ProjectDemandSupplyIdentifier | |||
| ProjectDemandSupplyDeliveryOrg | ProjectDemandSupplyDeliveryOrg | |||
| ProjectDemandSourceOfSupply | ProjectDemandSourceOfSupply | |||
| ProjAssgmtLastUpdateSource | ProjAssgmtLastUpdateSource | |||
| ProjDmndRsceWorkAssgmtOID | ProjDmndRsceWorkAssgmtOID | |||
| ProjDmndRsceWrkfrcPersonOID | ProjDmndRsceWrkfrcPersonOID | |||
| ProjDmndRsceAssgmtStartDate | ProjDmndRsceAssgmtStartDate | |||
| ProjDmndRsceAssgmtEndDate | ProjDmndRsceAssgmtEndDate | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _RootredirectedtoA_ProjectDemand | ||||
| _PersonWorkAgreement | _PersonWorkAgreement |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Resource Assignment'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #XL,
dataClass: #MIXED
}
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@OData.entityType.name: 'A_ProjDmndResourceAssignment_Type'
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity A_ProjDmndResourceAssignment as projection on I_ProjDmndResourceAssignmentTP
{
key ProjDmndRsceAssgmtUUID,
ProjectDemandWorkUUID,
ProjectDemandUUID,
// @ObjectModel.sapObjectNodeTypeReference: 'WorkAssignment'
ProjDmndRsceAssgmt,
@Semantics: { quantity : {unitOfMeasure: 'ProjDmndRsceAssgmtQuantityUnit'} }
ProjDmndRsceAssgmtQuantity,
@ObjectModel.sapObjectNodeTypeReference: 'UnitOfMeasure'
ProjDmndRsceAssgmtQuantityUnit,
ProjectDemandSupplyIdentifier,
ProjectDemandSupplyDeliveryOrg,
@ObjectModel.sapObjectNodeTypeReference: 'ProjectDemandSourceOfSupply'
ProjectDemandSourceOfSupply,
@ObjectModel.sapObjectNodeTypeReference: 'ProjectDemandLastUpdateSource'
ProjAssgmtLastUpdateSource,
ProjDmndRsceWorkAssgmtOID,
ProjDmndRsceWrkfrcPersonOID,
ProjDmndRsceAssgmtStartDate,
ProjDmndRsceAssgmtEndDate,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_Work: redirected to parent A_ProjectDemandResource,
_Root: redirected to A_ProjectDemand,
_AssgmtDistribution: redirected to composition child A_ProjDmndRsceAssgmtDistr,
@Consumption.hidden: true
_PersonWorkAgreement
}
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