C_ProjectDemandWorkAllTP
Manage Resource Demands for All tab
C_ProjectDemandWorkAllTP is a Consumption CDS View that provides data about "Manage Resource Demands for All tab" in SAP S/4HANA. It reads from 1 data source (I_ProjectDemandWorkTP) and exposes 7 fields with key field ProjectDemandWorkUUID. Part of development package ODATA_PS_DMND_MAINTAIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectDemandWorkTP | I_ProjectDemandWorkTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.representativeKey | ProjectDemandWorkUUID | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Manage Resource Demands for All tab | view | |
| AccessControl.authorizationCheck | #CHECK | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectDemandWorkUUID | ProjectDemandWorkUUID | ||
| ProjectDemandUUID | ProjectDemandUUID | |||
| CostCenter | CostCenter | |||
| ActivityType | ActivityType | |||
| ReferencedObjectUUID | _Root | ReferencedObjectUUID | ||
| _CostCenter | _CostCenter | |||
| _CostCenterActType | _CostCenterActType |
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel: {
usageType: {
sizeCategory: #XL,
dataClass: #TRANSACTIONAL,
serviceQuality: #C
},
// alternativeKey: [
// 'ProjectDemandUUID'
// ],
representativeKey: 'ProjectDemandWorkUUID',
semanticKey: [
'ActivityType'
]
}
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Manage Resource Demands for All tab'
@AccessControl.authorizationCheck: #CHECK
define view entity C_ProjectDemandWorkAllTP
as projection on I_ProjectDemandWorkTP
{ // association [0..*] to I_CostCenterText as _CostCenterText on $projection.CostCenter = _CostCenterText.CostCenter
// association [0..*] to I_CostCenterActivityTypeText as _ActivityTypeText on $projection.ActivityType = _ActivityTypeText.CostCtrActivityType
key ProjectDemandWorkUUID,
ProjectDemandUUID,
@Consumption.valueHelpDefinition: [
{
entity: {
element: 'CostCenter',
name: 'C_ProjDemandCostCenterVH'
}
}
]
// @ObjectModel: { text.association: '_CostCenterText' }
// @UI.textArrangement: #TEXT_FIRST
// @ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CostCenter, // @UI.textArrangement: #TEXT_FIRST
// @ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
@UI.fieldGroup: [
{
label: 'Activity Type'
}
]
@UI.textArrangement: #TEXT_FIRST
@Consumption.valueHelpDefinition: [
{
entity: {
element: 'CostCtrActivityType',
name: 'C_ProjDemandActivityTypeVH'
}
}
]
ActivityType, // @ObjectModel: { text.association: '_ActivityTypeText' }
_Root.ReferencedObjectUUID as ReferencedObjectUUID, /* Associations */
_Root: redirected to parent C_MngProjectDemandTP,
_ResourceAssignment: redirected to composition child C_ProjDmndRsceAssgmtAllTP, // @Consumption.filter.hidden: true
_CostCenter, // _CostCenterText,
_CostCenterActType
} // _ActivityTypeText
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