C_WhereUsedStatKeyFigStdVH

DDL: C_WHEREUSEDSTATKEYFIGSTDVH Type: view CONSUMPTION Package: ODATA_WHERE_USED_STAT_KEY_FIG

Where Used List Statistical Key Figures Value Help

C_WhereUsedStatKeyFigStdVH is a Consumption CDS View that provides data about "Where Used List Statistical Key Figures Value Help" in SAP S/4HANA. It reads from 1 data source (I_StatisticalKeyFigure) and exposes 3 fields with key fields StatisticalKeyFigure, ControllingArea. Part of development package ODATA_WHERE_USED_STAT_KEY_FIG.

Data Sources (1)

SourceAliasJoin Type
I_StatisticalKeyFigure I_StatisticalKeyFigure from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CWUSKFSTDVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey StatisticalKeyFigure view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
VDM.viewType #CONSUMPTION view
EndUserText.label Where Used List Statistical Key Figures Value Help view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY StatisticalKeyFigure StatisticalKeyFigure
KEY ControllingArea ControllingArea
StatisticalKeyFigureName
@AbapCatalog: {
  sqlViewName: 'CWUSKFSTDVH',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl: {
  authorizationCheck: #CHECK
}
@ClientHandling: {
  type: #CLIENT_DEPENDENT,
  algorithm: #SESSION_VARIABLE
}
@Consumption.ranked: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  representativeKey: 'StatisticalKeyFigure',
  usageType: {
    serviceQuality: #A,
    sizeCategory: #M,
    dataClass: #MASTER
  }
}

//@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true
@VDM.viewType: #CONSUMPTION

@EndUserText.label: 'Where Used List Statistical Key Figures Value Help'
define view C_WhereUsedStatKeyFigStdVH
  as select from I_StatisticalKeyFigure

{
  @ObjectModel.text.element: 'StatisticalKeyFigureName'  
  @Search: {
    defaultSearchElement: true,
    fuzzinessThreshold: 0.8,
    ranking: #HIGH
  }
  key StatisticalKeyFigure,
  key ControllingArea,

  @Search: {
    defaultSearchElement: true,
    fuzzinessThreshold: 0.8,
    ranking: #LOW
  }
  @Semantics.text: true
  _Text[1: Language = $session.system_language ].StatisticalKeyFigureName
}