I_ProjDmndResourceRequestTP
Resource Request for Resource Dmnd - TP
I_ProjDmndResourceRequestTP is a Transactional CDS View that provides data about "Resource Request for Resource Dmnd - TP" in SAP S/4HANA. It reads from 1 data source (R_ProjDmndResourceRequestTP) and exposes 18 fields with key field ProjDmndResourceRequestUUID. Part of development package PS_DMND_VDM_WORK.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProjDmndResourceRequestTP | R_ProjDmndResourceRequestTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.representativeKey | ProjDmndResourceRequestUUID | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Resource Request for Resource Dmnd - TP | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjDmndResourceRequestUUID | ProjDmndResourceRequestUUID | ||
| ProjectDemandWorkUUID | ProjectDemandWorkUUID | |||
| ProjectDemandUUID | ProjectDemandUUID | |||
| ProjectUUID | ProjectUUID | |||
| ReferencedObjectUUID | ReferencedObjectUUID | |||
| ProjectDemandRequestedResource | ProjectDemandRequestedResource | |||
| ProjDmndStfngInstructionText | ProjDmndStfngInstructionText | |||
| ProjDmndRsceReqWorkAssgmtOID | ProjDmndRsceReqWorkAssgmtOID | |||
| ProjDmndRsceReqWrkfrcPersonOID | ProjDmndRsceReqWrkfrcPersonOID | |||
| ProjDmndRsceReqStartDate | ProjDmndRsceReqStartDate | |||
| ProjDmndRsceReqEndDate | ProjDmndRsceReqEndDate | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _RootredirectedtoI_ProjectDemandTP_2 | ||||
| _EnterpriseProject | _EnterpriseProject | |||
| _PersonWorkAgrmt | _PersonWorkAgrmt |
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ObjectModel: { modelingPattern : #TRANSACTIONAL_INTERFACE,
representativeKey : 'ProjDmndResourceRequestUUID',
supportedCapabilities : [#TRANSACTIONAL_PROVIDER],
usageType : { serviceQuality : #A,
dataClass : #TRANSACTIONAL,
sizeCategory : #XL } }
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Resource Request for Resource Dmnd - TP'
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity I_ProjDmndResourceRequestTP
as projection on R_ProjDmndResourceRequestTP as DemandResourceRequest
{
key ProjDmndResourceRequestUUID,
ProjectDemandWorkUUID,
ProjectDemandUUID,
ProjectUUID,
ReferencedObjectUUID,
ProjectDemandRequestedResource,
ProjDmndStfngInstructionText,
ProjDmndRsceReqWorkAssgmtOID,
ProjDmndRsceReqWrkfrcPersonOID,
ProjDmndRsceReqStartDate,
ProjDmndRsceReqEndDate,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_Root : redirected to I_ProjectDemandTP_2,
_Work : redirected to parent I_ProjectDemandResourceTP,
_ProjDmndRsceReqDistr : redirected to composition child I_ProjDmndRsceReqDistrTP,
/* External Associations */
_EnterpriseProject,
_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