P_STATISTICALKEYFIGURE

CDS View

Statistical Key Figure

P_STATISTICALKEYFIGURE is a CDS View in S/4HANA. Statistical Key Figure. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_StatisticalKeyFigureTP view from TRANSACTIONAL Statistical Key Figure Master Record
@AbapCatalog.sqlViewName: 'PFISTATKEYFIG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.algorithm: #SESSION_VARIABLE

define view P_StatisticalKeyFigure as select from I_StatisticalKeyFigure {
  //I_StatisticalKeyFigure 

  key StatisticalKeyFigure, 
  key ControllingArea, 
  @Semantics.unitOfMeasure  
  cast (StstcKeyFigQuantityUnit as fis_ui_seinh preserving type ) as StstcKeyFigQuantityUnit, 
  cast (StstcKeyFigCategory as fis_ui_grtyp preserving type) as StstcKeyFigCategory, 
  StstclKeyFigureOrigin, 
  cast ( LogsInformationSystemTable as fco_gstru preserving type ) as LogsInformationSystemTable, 
  LogsInfoSystemKeyFigure, 
  StstclKeyFigureIsCurrency, 
  StstclKeyFigProcgPlndValType, 
  StstclKeyFigProcgActlValType, 
  _ControllingArea.ControllingAreaName,
  cast(_Text[1:Language = $session.system_language].StatisticalKeyFigureName as fis_ui_stagr_text) as StatisticalKeyFigureName,
  _StatisticalKeyFigureCat._Text[1:Language = $session.system_language].StstcKeyFigCategoryDesc,
  _UnitOfMeasure._Text[1:Language = $session.system_language].UnitOfMeasureLongName,
  /* Associations */ 
  //I_StatisticalKeyFigure 

  _ControllingArea, 
  _StatisticalKeyFigureCat, 
  _Text, 
  _UnitOfMeasure
}