A_CnsldtnDimension
Consolidation Dimension
A_CnsldtnDimension is a Composite CDS View that provides data about "Consolidation Dimension" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnDimension) and exposes 1 field with key field ConsolidationDimension.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnDimension | I_CnsldtnDimension | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACSDIMENSION | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | ConsolidationDimension | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Consolidation Dimension | view | |
| OData.entitySet.name | ConsolidationDimension | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationDimension | ConsolidationDimension |
@AbapCatalog:{
sqlViewName: 'ACSDIMENSION',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S},
representativeKey: 'ConsolidationDimension'
}
@Metadata.ignorePropagatedAnnotations: true
@VDM:{
lifecycle.contract.type: #PUBLIC_REMOTE_API,
viewType: #COMPOSITE
}
@EndUserText.label: 'Consolidation Dimension'
@OData.entitySet.name: 'ConsolidationDimension'
define view A_CnsldtnDimension
as select from I_CnsldtnDimension
{
key ConsolidationDimension
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNDIMENSION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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