C_ProjectDemandWorkTP
Project Demand Work Consumption TP view
C_ProjectDemandWorkTP is a Consumption CDS View that provides data about "Project Demand Work Consumption TP view" in SAP S/4HANA. It reads from 1 data source (I_ProjectDemandWorkTP) and exposes 11 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 (8)
| Name | Value | Level | Field |
|---|---|---|---|
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Project Demand Work Consumption TP view | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectDemandWorkUUID | ProjectDemandWorkUUID | ||
| ProjectDemandUUID | ProjectDemandUUID | |||
| CostCenter | CostCenter | |||
| CostCenterName | ||||
| ActivityType | ActivityType | |||
| CostCtrActivityTypeName | ||||
| ReferencedObjectUUID | _Root | ReferencedObjectUUID | ||
| _CostCenter | _CostCenter | |||
| _CostCenterText | _CostCenterText | |||
| _CostCenterActType | _CostCenterActType | |||
| _ActivityTypeText | _ActivityTypeText |
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Project Demand Work Consumption TP view'
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel: {
usageType: {
sizeCategory: #XL,
dataClass: #TRANSACTIONAL,
serviceQuality: #C
},
// alternativeKey: [
// 'ProjectDemandUUID'
// ],
// representativeKey: 'ProjectDemandWorkUUID',
semanticKey: [
'ActivityType'
]
}
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #CHECK
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity C_ProjectDemandWorkTP
as projection on I_ProjectDemandWorkTP
{
key ProjectDemandWorkUUID,
ProjectDemandUUID,
@ObjectModel: { text.element: ['CostCenterName']}
@UI.textArrangement: #TEXT_FIRST
@Consumption.valueHelpDefinition: [
{
entity: {
element: 'CostCenter',
name: 'C_ProjDemandCostCenterVH'
}
}
]
CostCenter,
_CostCenterText[1:Language = $session.system_language].CostCenterName as CostCenterName,
@ObjectModel: { text.element: ['CostCtrActivityTypeName']}
@UI.textArrangement: #TEXT_FIRST
@UI.fieldGroup: [
{
label: 'Activity Type'
}
]
@Consumption.valueHelpDefinition: [
{
entity: {
element: 'CostCtrActivityType',
name: 'C_ProjDemandActivityTypeVH'
}
}
]
ActivityType,
_ActivityTypeText[1:Language = $session.system_language].CostCtrActivityTypeName as CostCtrActivityTypeName,
_Root.ReferencedObjectUUID as ReferencedObjectUUID, /* Associations */
_Root: redirected to parent C_MngProjectDemandWorkTP,
_ResourceAssignment: redirected to composition child C_ProjDmndResourceAssignmentTP, // @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