FAC_FUNCTIONALAREAVH

DDL: FAC_FUNCTIONALAREAVH SQL: FACFUNCTAREA Type: view

Value help for functional area

FAC_FUNCTIONALAREAVH is a CDS View that provides data about "Value help for functional area" in SAP S/4HANA. It reads from 1 data source (I_FunctionalArea) and exposes 2 fields with key field FunctionalArea.

Data Sources (1)

SourceAliasJoin Type
I_FunctionalArea I_FunctionalArea from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName FACFUNCTAREA view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value help for functional area view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FunctionalArea FunctionalArea
FunctionalAreaName
@AbapCatalog.sqlViewName: 'FACFUNCTAREA'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value help for functional area'
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@Search.searchable: true
define view FAC_FUNCTIONALAREAVH
  as select from I_FunctionalArea
{
      @ObjectModel.text.element:  [ 'FunctionalAreaName' ]
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key FunctionalArea,
  
      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      _Text[1: Language = $session.system_language].FunctionalAreaName
  }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FUNCTIONALAREA",
"I_FUNCTIONALAREATEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/