R_StatisticalKeyFigureEvent

DDL: R_STATISTICALKEYFIGUREEVENT Type: view_entity TRANSACTIONAL

Statistical Key Figure Business Event

R_StatisticalKeyFigureEvent is a Transactional CDS View that provides data about "Statistical Key Figure Business Event" in SAP S/4HANA. It reads from 1 data source (I_StatisticalKeyFigure) and exposes 13 fields with key fields StatisticalKeyFigure, ControllingArea.

Data Sources (1)

SourceAliasJoin Type
I_StatisticalKeyFigure I_StatisticalKeyFigure from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Statistical Key Figure Business Event view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.sapObjectNodeType.name StatisticalKeyFigure view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY StatisticalKeyFigure StatisticalKeyFigure
KEY ControllingArea ControllingArea
StstcKeyFigQuantityUnit StstcKeyFigQuantityUnit
StstcKeyFigCategory StstcKeyFigCategory
StstclKeyFigureOrigin StstclKeyFigureOrigin
StstclKeyFigureIsCurrency StstclKeyFigureIsCurrency
StstclKeyFigProcgPlndValType StstclKeyFigProcgPlndValType
StstclKeyFigProcgActlValType StstclKeyFigProcgActlValType
_ControllingArea _ControllingArea
_StatisticalKeyFigureCat _StatisticalKeyFigureCat
_StstclKeyFigureHierNode _StstclKeyFigureHierNode
_Text _Text
_UnitOfMeasure _UnitOfMeasure
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Statistical Key Figure Business Event'

@VDM.viewType: #TRANSACTIONAL

@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.sapObjectNodeType.name: 'StatisticalKeyFigure'

@VDM.lifecycle.contract.type:#SAP_INTERNAL_API

define root view entity R_StatisticalKeyFigureEvent as select from I_StatisticalKeyFigure
{
  
  key StatisticalKeyFigure,
  key ControllingArea,
  StstcKeyFigQuantityUnit,
  StstcKeyFigCategory,
  StstclKeyFigureOrigin,
  StstclKeyFigureIsCurrency,
  StstclKeyFigProcgPlndValType,
  StstclKeyFigProcgActlValType,
  /* Associations */
  _ControllingArea,
  _StatisticalKeyFigureCat,
  _StstclKeyFigureHierNode,
  _Text,
  _UnitOfMeasure
  
}