E_ProjectDemand

DDL: E_PROJECTDEMAND SQL: EPRJDMND Type: view_entity EXTENSION

Project Demand - Extension

E_ProjectDemand is a Extension CDS View that provides data about "Project Demand - Extension" in SAP S/4HANA. It reads from 1 data source (projectdemand) and exposes 1 field with key field ProjectDemandUUID.

Data Sources (1)

SourceAliasJoin Type
projectdemand Persistence from

Annotations (11)

NameValueLevelField
VDM.viewType #EXTENSION view
EndUserText.label Project Demand - Extension view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix PDM view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 300 view
AbapCatalog.extensibility.quota.maximumBytes 45000 view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProjectDemandUUID projectdemand projectdemanduuid
//@AbapCatalog.sqlViewName: 'EPRJDMND'

//@AbapCatalog.compiler.compareFilter:true

@VDM.viewType: #EXTENSION
@EndUserText.label: 'Project Demand - Extension'
@AccessControl.authorizationCheck:#PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL

@AbapCatalog.extensibility: {
  extensible: true,
  elementSuffix: 'PDM',
  allowNewDatasources: false,
  dataSources: ['Persistence'],
  quota: {
    maximumFields: 300,
    maximumBytes: 45000
  }
}

define view entity E_ProjectDemand as select from projectdemand as Persistence {
  key Persistence.projectdemanduuid as ProjectDemandUUID
}