I_StatisticalKeyFigureCat

DDL: I_STATISTICALKEYFIGURECAT SQL: IFISTSTKFIGCAT Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_StatisticalKeyFigureCatText _Text $projection.StstcKeyFigCategory = _Text.StstcKeyFigCategory

Annotations (18)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'

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';