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