A_StatisticalKeyFigureText

DDL: A_STATISTICALKEYFIGURETEXT SQL: AFISTSTCKEYFIGT Type: view BASIC Package: ODATA_STA_KEY_FIGURE_API

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. Part of development package ODATA_STA_KEY_FIGURE_API.

Data Sources (1)

SourceAliasJoin Type
I_StatisticalKeyFigureText I_StatisticalKeyFigureText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_StatisticalKeyFigure _StatisticalKeyFigure $projection.ControllingArea = _StatisticalKeyFigure.ControllingArea and $projection.StatisticalKeyFigure = _StatisticalKeyFigure.StatisticalKeyFigure

Annotations (14)

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

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