A_ProjectDemandServiceSupply

DDL: A_PROJECTDEMANDSERVICESUPPLY Type: view_entity COMPOSITE Package: ODATA_PS_DMND_COMMON_API

Service Supply Data

A_ProjectDemandServiceSupply is a Composite CDS View that provides data about "Service Supply Data" in SAP S/4HANA. It reads from 1 data source (I_ProjectDemandServiceSupplyTP) and exposes 6 fields with key field ProjectDemandServiceSupplyUUID. It is exposed through 1 OData service (API_PROJECTDEMAND). Part of development package ODATA_PS_DMND_COMMON_API.

Data Sources (1)

SourceAliasJoin Type
I_ProjectDemandServiceSupplyTP I_ProjectDemandServiceSupplyTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Service Supply Data view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B 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_ProjectDemandServiceSupply_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PROJECTDEMAND API_PROJECTDEMAND V2 C2 C1

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY ProjectDemandServiceSupplyUUID ProjectDemandServiceSupplyUUID
ProjectDemandServiceUUID ProjectDemandServiceUUID
ProjectDemandUUID ProjectDemandUUID
PurchaseRequisition PurchaseRequisition
PurchaseRequisitionItem PurchaseRequisitionItem
_RootredirectedtoA_ProjectDemand

@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Service Supply Data'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@OData.entityType.name: 'A_ProjectDemandServiceSupply_Type'
define view entity A_ProjectDemandServiceSupply as projection on I_ProjectDemandServiceSupplyTP {
  key ProjectDemandServiceSupplyUUID,
  ProjectDemandServiceUUID,
  ProjectDemandUUID,
  PurchaseRequisition,
  PurchaseRequisitionItem,
  /* Associations */
  _Root: redirected to A_ProjectDemand,
  _Service: redirected to parent A_ProjectDemandService
}