I_StatisticalKeyFigureCatText

DDL: I_STATISTICALKEYFIGURECATTEXT SQL: IFISTSTKFIGCATT Type: view BASIC Package: FINS_STSTCL_KEY_FIGURE_VDM

Statistical Key Figure Category - Text

I_StatisticalKeyFigureCatText is a Basic CDS View that provides data about "Statistical Key Figure Category - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields StstcKeyFigCategory, Language. It has 1 association to related views. Part of development package FINS_STSTCL_KEY_FIGURE_VDM.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (17)

NameValueLevelField
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey StstcKeyFigCategory view
EndUserText.label Statistical Key Figure Category - Text view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFISTSTKFIGCATT view
AccessControl.authorizationCheck #NOT_REQUIRED 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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY StstcKeyFigCategory
KEY Language
StstcKeyFigCategoryDesc
_Language _Language
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'StstcKeyFigCategory' 
@EndUserText.label: 'Statistical Key Figure Category - Text'
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFISTSTKFIGCATT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@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,#LANGUAGE_DEPENDENT_TEXT]

define view I_StatisticalKeyFigureCatText as select from dd07t 
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    key cast( domvalue_l as grtyp ) as StstcKeyFigCategory, 
    @Semantics.language
@ObjectModel.foreignKey.association: '_Language' //Inserted by VDM CDS Suite Plugin

    key cast( ddlanguage as spras ) as Language, 
    @Semantics.text
    cast(ddtext as fis_grtyp_text) as StstcKeyFigCategoryDesc,
    _Language
}
where domname = 'GRTYP' and as4local = 'A';