A_ProjectDemandResourceRequest
Resource Request
A_ProjectDemandResourceRequest is a Composite CDS View that provides data about "Resource Request" in SAP S/4HANA. It reads from 1 data source (R_ProjDmndResourceRequestTP) and exposes 15 fields with key field ProjDmndResourceRequestUUID. 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 |
|---|---|---|
| R_ProjDmndResourceRequestTP | R_ProjDmndResourceRequestTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Resource Request | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | 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_ProjectDemandResourceRequest_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PROJECTDEMAND | API_PROJECTDEMAND | V2 | C2 | C1 |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjDmndResourceRequestUUID | ProjDmndResourceRequestUUID | ||
| ProjectDemandWorkUUID | ProjectDemandWorkUUID | |||
| ProjectDemandUUID | ProjectDemandUUID | |||
| ProjectDemandRequestedResource | ProjectDemandRequestedResource | |||
| ProjDmndStfngInstructionText | ProjDmndStfngInstructionText | |||
| ProjDmndRsceReqWorkAssgmtOID | ProjDmndRsceReqWorkAssgmtOID | |||
| ProjDmndRsceReqWrkfrcPersonOID | ProjDmndRsceReqWrkfrcPersonOID | |||
| ProjDmndRsceReqStartDate | ProjDmndRsceReqStartDate | |||
| ProjDmndRsceReqEndDate | ProjDmndRsceReqEndDate | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _RootredirectedtoA_ProjectDemand | ||||
| _PersonWorkAgrmt | _PersonWorkAgrmt |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Resource Request'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@OData.entityType.name: 'A_ProjectDemandResourceRequest_Type'
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity A_ProjectDemandResourceRequest as projection on R_ProjDmndResourceRequestTP
{
key ProjDmndResourceRequestUUID,
ProjectDemandWorkUUID,
ProjectDemandUUID,
// @ObjectModel.sapObjectNodeTypeReference: 'WorkAssignment'
ProjectDemandRequestedResource,
ProjDmndStfngInstructionText,
ProjDmndRsceReqWorkAssgmtOID,
ProjDmndRsceReqWrkfrcPersonOID,
ProjDmndRsceReqStartDate,
ProjDmndRsceReqEndDate,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_Work: redirected to parent A_ProjectDemandResource,
_Root: redirected to A_ProjectDemand,
_ProjDmndRsceReqDistr: redirected to composition child A_ProjDmndRsceReqDistribution,
@Consumption.hidden: true
_PersonWorkAgrmt
}
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