I_StatisticalKeyFigureCat
Statistical Key Figure Category
I_StatisticalKeyFigureCat is a Basic CDS View (Dimension) that provides data about "Statistical Key Figure Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field StstcKeyFigCategory. It has 1 association to related views. Part of development package FINS_STSTCL_KEY_FIGURE_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_StatisticalKeyFigureCatText | _Text | $projection.StstcKeyFigCategory = _Text.StstcKeyFigCategory |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Statistical Key Figure Category | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IFISTSTKFIGCAT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | StstcKeyFigCategory | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| AbapCatalog.buffering.type | #NONE | view | |
| AbapCatalog.buffering.numberOfKeyFields | 0 | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.sapObjectNodeType.name | StatisticalKeyFigureCategory | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StstcKeyFigCategory | |||
| _Text | _Text |
@EndUserText.label: 'Statistical Key Figure Category'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFISTSTKFIGCAT'
@AccessControl.authorizationCheck: #NOT_REQUIRED //Inserted by VDM CDS Suite Plugin
@ObjectModel.representativeKey: 'StstcKeyFigCategory'
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #META
@AbapCatalog.buffering: {type: #NONE, numberOfKeyFields: 0, status: #NOT_ALLOWED}
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.sapObjectNodeType.name: 'StatisticalKeyFigureCategory'
//@ObjectModel.sapObjectNodeType.name: 'StatisticalKeyFigure'
define view I_StatisticalKeyFigureCat
as select from dd07l
association [0..*] to I_StatisticalKeyFigureCatText as _Text on $projection.StstcKeyFigCategory = _Text.StstcKeyFigCategory
{
@ObjectModel.text.association: '_Text'
key cast( domvalue_l as grtyp ) as StstcKeyFigCategory,
_Text
}
where
dd07l.domname = 'GRTYP'
and dd07l.as4local = 'A';
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