C_RecipeFinderPlantValueHelp

DDL: C_RECIPEFINDERPLANTVALUEHELP SQL: CRCPFINPLANTVH Type: view CONSUMPTION

Recipe Finder Plant Value Help

C_RecipeFinderPlantValueHelp is a Consumption CDS View that provides data about "Recipe Finder Plant Value Help" in SAP S/4HANA. It reads from 1 data source (I_Plant) and exposes 2 fields with key field Plant.

Data Sources (1)

SourceAliasJoin Type
I_Plant Plant from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CRCPFINPLANTVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey Plant view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
VDM.viewType #CONSUMPTION view
EndUserText.label Recipe Finder Plant Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Plant Plant
PlantName PlantName
@AbapCatalog.sqlViewName: 'CRCPFINPLANTVH'
@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

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

@Search.searchable: true

@VDM.viewType: #CONSUMPTION

@EndUserText.label: 'Recipe Finder Plant Value Help'
define view C_RecipeFinderPlantValueHelp
  as select from I_Plant as Plant
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @ObjectModel.text.element:  [ 'PlantName' ]
  key Plant     as Plant,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      PlantName as PlantName

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/