//GENERATED:001:GlBfhyFV7jUzaDT}MP9DVm
@AbapCatalog.sqlViewName : 'IFISKF__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey : 'StatisticalKeyFigure'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #VALUE_HELP_PROVIDER ]
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@EndUserText.label : 'Statistical Key Figure'
define view I_StatisticalKeyFigureStdVH as select from I_StatisticalKeyFigure {
@Search: { defaultSearchElement: true , ranking: #HIGH, fuzzinessThreshold: 0.9 }
@ObjectModel.text.association : '_Text'
key StatisticalKeyFigure,
@ObjectModel.foreignKey.association : '_ControllingArea'
key ControllingArea,
cast (StstcKeyFigCategory as fis_ui_grtyp preserving type) as StstcKeyFigCategory,
@Search: { defaultSearchElement: true , ranking: #HIGH, fuzzinessThreshold: 0.8 }
@Semantics.text
_StatisticalKeyFigureCat._Text[1:Language = $session.system_language].StstcKeyFigCategoryDesc,
_Text,
@Consumption.hidden: true
_ControllingArea
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_STATISTICALKEYFIGURE",
"I_STATISTICALKEYFIGURECAT",
"I_STATISTICALKEYFIGURECATTEXT"
],
"ASSOCIATED":
[
"I_CONTROLLINGAREA",
"I_STATISTICALKEYFIGURETEXT"
],
"BASE":
[
"I_STATISTICALKEYFIGURE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_StatisticalKeyFigureStdVH view