I_RAFunctionalAreaVH

DDL: I_RAFUNCTIONALAREAVH SQL: IRAFUNCTAREAVH Type: view COMPOSITE

RA Functional Area Value Help

I_RAFunctionalAreaVH is a Composite CDS View that provides data about "RA Functional Area Value Help" in SAP S/4HANA. It reads from 1 data source (I_FunctionalArea) and exposes 2 fields with key field FunctionalArea. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_FunctionalArea I_FunctionalArea from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_FunctionalAreaText _FunctionalAreaText $projection.FunctionalArea = _FunctionalAreaText.FunctionalArea and _FunctionalAreaText.Language = $session.system_language

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IRAFUNCTAREAVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label RA Functional Area Value Help view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey FunctionalArea view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view
Search.searchable true view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FunctionalArea FunctionalArea
FunctionalAreaName _FunctionalAreaText FunctionalAreaName
@AbapCatalog.sqlViewName: 'IRAFUNCTAREAVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #REQUIRED

@EndUserText.label: 'RA Functional Area Value Help'

@ObjectModel.dataCategory: #VALUE_HELP

@ObjectModel.representativeKey: 'FunctionalArea'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER

@ClientHandling.algorithm: #SESSION_VARIABLE 
@Consumption.ranked: true

@Search.searchable: true

@VDM.viewType: #COMPOSITE

define view I_RAFunctionalAreaVH
  as select from I_FunctionalArea

  association [0..1] to I_FunctionalAreaText as _FunctionalAreaText on  $projection.FunctionalArea   = _FunctionalAreaText.FunctionalArea
                                                                    and _FunctionalAreaText.Language = $session.system_language
{

      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @Search.fuzzinessThreshold: 0.8
  key FunctionalArea,

      @Search: { defaultSearchElement: true, ranking: #LOW }
      @Search.fuzzinessThreshold: 0.8
      _FunctionalAreaText.FunctionalAreaName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FUNCTIONALAREA",
"I_FUNCTIONALAREATEXT"
],
"ASSOCIATED":
[
"I_FUNCTIONALAREATEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/