I_CnsldtnProjectVH
Consolidation Project
I_CnsldtnProjectVH is a Composite CDS View that provides data about "Consolidation Project" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnProject) and exposes 2 fields with key field Project. Part of development package FIN_CS_MD_PROJECT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnProject | _Source | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.representativeKey | Project | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| EndUserText.label | Consolidation Project | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Project | I_CnsldtnProject | Project | |
| ProjectDescription |
@AccessControl:{
authorizationCheck: #MANDATORY
}
@Metadata:{
allowExtensions: true,
ignorePropagatedAnnotations: true
}
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #L
},
representativeKey: 'Project',
semanticKey: ['Project'],
dataCategory: #VALUE_HELP,
modelingPattern: #VALUE_HELP_PROVIDER,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER ]
}
@VDM:{
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@EndUserText.label: 'Consolidation Project'
define view entity I_CnsldtnProjectVH
as select from I_CnsldtnProject as _Source
{
@ObjectModel.text.element: ['ProjectDescription']
key _Source.Project,
@Semantics.text
_Source._Text[1: Language=$session.system_language].AdditionalMasterDataText as ProjectDescription
}
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