C_StstclKeyFigUnitOfMeasureVH

DDL: C_STSTCLKEYFIGUNITOFMEASUREVH SQL: CSTSKFGRUNTMSRVH Type: view CONSUMPTION Package: ODATA_STATISTICALKEYFIGURE_V2

Unit of Measure Value Help

C_StstclKeyFigUnitOfMeasureVH is a Consumption CDS View that provides data about "Unit of Measure Value Help" in SAP S/4HANA. It reads from 1 data source (I_UnitOfMeasure) and exposes 5 fields with key field UnitOfMeasure. Part of development package ODATA_STATISTICALKEYFIGURE_V2.

Data Sources (1)

SourceAliasJoin Type
I_UnitOfMeasure I_UnitOfMeasure from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CSTSKFGRUNTMSRVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
Search.searchable true view
EndUserText.label Unit of Measure Value Help view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY UnitOfMeasure UnitOfMeasure
UnitOfMeasure_E
UnitOfMeasureLongName
UnitOfMeasureISOCode UnitOfMeasureISOCode
_Text _Text
@AbapCatalog.sqlViewName: 'CSTSKFGRUNTMSRVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.semanticKey:  [ 'UnitOfMeasure' ]
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@EndUserText.label: 'Unit of Measure Value Help'
@Metadata.ignorePropagatedAnnotations: true
define view C_StstclKeyFigUnitOfMeasureVH as select from I_UnitOfMeasure {

@UI.hidden: true
key UnitOfMeasure, 
@ObjectModel.text.element: ['UnitOfMeasureLongName']
@UI.textArrangement: #TEXT_LAST
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
cast( UnitOfMeasure_E as fis_mseh3 preserving type ) as UnitOfMeasure_E, 
@Search.defaultSearchElement: true
cast ( _Text[1:Language = $session.system_language].UnitOfMeasureLongName as fis_msehl preserving type ) as UnitOfMeasureLongName,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
UnitOfMeasureISOCode, 

_Text
  
}