A_ProjectDemandResource

DDL: A_PROJECTDEMANDRESOURCE Type: view_entity COMPOSITE

Resource Demand

A_ProjectDemandResource is a Composite CDS View that provides data about "Resource Demand" in SAP S/4HANA. It reads from 1 data source (I_ProjectDemandWorkTP) and exposes 9 fields with key field ProjectDemandWorkUUID. It is exposed through 1 OData service (API_PROJECTDEMAND).

Data Sources (1)

SourceAliasJoin Type
I_ProjectDemandWorkTP I_ProjectDemandWorkTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
EndUserText.label Resource Demand view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X 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_ProjectDemandResource_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PROJECTDEMAND API_PROJECTDEMAND V2 C2 C1

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY ProjectDemandWorkUUID ProjectDemandWorkUUID
ProjectDemandUUID ProjectDemandUUID
CostCenter CostCenter
ActivityType ActivityType
ProjDmndAssgmtStatus ProjDmndAssgmtStatus
ProjectElementWorkItem ProjectElementWorkItem
ProjDmndBillingControlCategory ProjDmndBillingControlCategory
ProjDmndRequestedDeliveryOrg ProjDmndRequestedDeliveryOrg
_RootredirectedtoparentA_ProjectDemand
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@EndUserText.label: 'Resource Demand'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@OData.entityType.name: 'A_ProjectDemandResource_Type'
define view entity A_ProjectDemandResource as projection on I_ProjectDemandWorkTP
 
{
  key ProjectDemandWorkUUID,
      ProjectDemandUUID,
//      @ObjectModel.sapObjectNodeTypeReference: 'CostCenter'

      CostCenter,
//      @ObjectModel.sapObjectNodeTypeReference: 'CostCenterActivityType'      

      ActivityType,
      @ObjectModel.sapObjectNodeTypeReference: 'ProjectDemandAssignmentStatus'
      ProjDmndAssgmtStatus,
      ProjectElementWorkItem,
      @ObjectModel.sapObjectNodeTypeReference: 'BillingControlCategory'
      ProjDmndBillingControlCategory,
      ProjDmndRequestedDeliveryOrg,

      /* Associations */
      _Root: redirected to parent A_ProjectDemand, 
      _ResourceAssignment: redirected to composition child A_ProjDmndResourceAssignment,  
      _ResourceRequest: redirected to composition child A_ProjectDemandResourceRequest
}