A_StatisticalKeyFigure
Statistical Key Figure
A_StatisticalKeyFigure is a Basic CDS View that provides data about "Statistical Key Figure" in SAP S/4HANA. It reads from 1 data source (I_StatisticalKeyFigure) and exposes 5 fields with key fields StatisticalKeyFigure, ControllingArea. It has 1 association to related views. Part of development package ODATA_STA_KEY_FIGURE_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StatisticalKeyFigure | I_StatisticalKeyFigure | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_StatisticalKeyFigureText | _Text | $projection.ControllingArea = _Text.ControllingArea and $projection.StatisticalKeyFigure = _Text.StatisticalKeyFigure |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | AFISTSTCKEYFIG | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Statistical Key Figure | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StatisticalKeyFigure | StatisticalKeyFigure | ||
| KEY | ControllingArea | ControllingArea | ||
| StstcKeyFigQuantityUnit | StstcKeyFigQuantityUnit | |||
| StstcKeyFigCategory | StstcKeyFigCategory | |||
| _Text | _Text |
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'AFISTSTCKEYFIG'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Statistical Key Figure'
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ObjectModel.createEnabled:true
@ObjectModel.updateEnabled:true
@ObjectModel.deleteEnabled:true
define view A_StatisticalKeyFigure
as select from I_StatisticalKeyFigure
association [0..*] to A_StatisticalKeyFigureText as _Text on $projection.ControllingArea = _Text.ControllingArea
and $projection.StatisticalKeyFigure = _Text.StatisticalKeyFigure
{
key StatisticalKeyFigure,
key ControllingArea,
StstcKeyFigQuantityUnit,
StstcKeyFigCategory,
_Text
}
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