E_ProjectDemand
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. Part of development package PS_DMND_VDM_ROOT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| projectdemand | Persistence | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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