A_StatisticalKeyFigure

DDL: A_STATISTICALKEYFIGURE SQL: AFISTSTCKEYFIG Type: view BASIC

Statistical Key Figure

A_StatisticalKeyFigure is a Basic CDS View that provides data about "Statistical Key Figure" in SAP S/4HANA. It reads from 1 data source (I_StatisticalKeyFigure) and exposes 5 fields with key fields StatisticalKeyFigure, ControllingArea. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_StatisticalKeyFigure I_StatisticalKeyFigure from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_StatisticalKeyFigureText _Text $projection.ControllingArea = _Text.ControllingArea and $projection.StatisticalKeyFigure = _Text.StatisticalKeyFigure

Annotations (14)

NameValueLevelField
VDM.viewType #BASIC view
AbapCatalog.sqlViewName AFISTSTCKEYFIG view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Statistical Key Figure view
Metadata.ignorePropagatedAnnotations 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 StatisticalKeyFigure StatisticalKeyFigure
KEY ControllingArea ControllingArea
StstcKeyFigQuantityUnit StstcKeyFigQuantityUnit
StstcKeyFigCategory StstcKeyFigCategory
_Text _Text
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'AFISTSTCKEYFIG'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Statistical Key Figure'
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API

@ObjectModel.createEnabled:true
@ObjectModel.updateEnabled:true
@ObjectModel.deleteEnabled:true


define view A_StatisticalKeyFigure
  as select from I_StatisticalKeyFigure

  association [0..*] to A_StatisticalKeyFigureText as _Text on  $projection.ControllingArea      = _Text.ControllingArea
                                                            and $projection.StatisticalKeyFigure = _Text.StatisticalKeyFigure

{
  key StatisticalKeyFigure,
  key ControllingArea,
      StstcKeyFigQuantityUnit,
      StstcKeyFigCategory,
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STATISTICALKEYFIGURE"
],
"ASSOCIATED":
[
"A_STATISTICALKEYFIGURETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/