E_EnterpriseProjectDraft
Enterprise Project - Extension
E_EnterpriseProjectDraft is a Extension CDS View that provides data about "Enterprise Project - Extension" in SAP S/4HANA. It reads from 1 data source (entproj_d) and exposes 1 field with key field ProjectUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| entproj_d | Persistence | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #EXTENSION | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Enterprise Project - Extension | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | PPH | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.quota.maximumFields | 204 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 2040 | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectUUID | projectuuid |
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck:#PRIVILEGED_ONLY
@EndUserText.label: 'Enterprise Project - Extension'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@AbapCatalog.extensibility: {
extensible: true,
elementSuffix: 'PPH',
allowNewDatasources: false,
dataSources: ['Persistence'],
quota: {
maximumFields: 204,
maximumBytes: 2040
}
}
define view entity E_EnterpriseProjectDraft as select from entproj_d as Persistence
{
key projectuuid as ProjectUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ENTPROJ_D"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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