I_IN_PlantStdVH

DDL: I_IN_PLANTSTDVH SQL: INPLANTSTDVH Type: view BASIC

Value Help for Plant

I_IN_PlantStdVH is a Basic CDS View that provides data about "Value Help for Plant" in SAP S/4HANA. It reads from 1 data source (t001w) and exposes 5 fields with key field Plant.

Data Sources (1)

SourceAliasJoin Type
t001w t001w from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName INPLANTSTDVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Value Help for Plant view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
VDM.viewType #BASIC view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Plant werks Plant
PlantName2 name2 Plant Name
Country land1 Country
Supplier lifnr
BusinessPlace I_BR_Plant BusinessPlace
@AbapCatalog.sqlViewName: 'INPLANTSTDVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Value Help for Plant'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@VDM.viewType: #BASIC
@AccessControl.personalData.blocking : #REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_IN_PlantStdVH as select from t001w
association [0..1] to I_BR_Plant on $projection.Plant = I_BR_Plant.Plant {
  //I_Plant 

      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Plant'
      key werks as Plant,
      @EndUserText.label: 'Plant Name'
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
      name2 as PlantName2,
      @EndUserText.label: 'Country'
      land1 as Country,
      @Search.defaultSearchElement: true
      lifnr as Supplier,
      I_BR_Plant.BusinessPlace
}where land1 = 'IN'

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