C_JITOutbPlantVH

DDL: C_JITOUTBPLANTVH SQL: CJITOBDPLANTVH Type: view CONSUMPTION Package: NJIT_MODEL_O

Value help for Plant

C_JITOutbPlantVH is a Consumption CDS View (Dimension) that provides data about "Value help for Plant" in SAP S/4HANA. It reads from 1 data source (t001w) and exposes 2 fields with key field Plant. It is exposed through 1 OData service (UI_JITMANAGEOUTBSEQUENCECALL). Part of development package NJIT_MODEL_O.

Data Sources (1)

SourceAliasJoin Type
t001w t001w from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CJITOBDPLANTVH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.representativeKey Plant view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value help for Plant view
Metadata.allowExtensions true view
Analytics.dataCategory #DIMENSION view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_JITMANAGEOUTBSEQUENCECALL UI_JITMANAGEOUTBSEQUENCECALL V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Plant werks
PlantName
@AbapCatalog.sqlViewName: 'CJITOBDPLANTVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.representativeKey: 'Plant'
@ObjectModel.dataCategory:#VALUE_HELP
@Search: {
    searchable: true
}
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value help for Plant'
@Metadata.allowExtensions:true
@Analytics.dataCategory: #DIMENSION
@Consumption.ranked: true
define view C_JITOutbPlantVH
  as select from t001w
{
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
      @EndUserText.quickInfo: 'Plant'
      @ObjectModel.text.element: ['PlantName']
  key werks                     as Plant,
      @Semantics.text:true
      @EndUserText: { label : 'Plant Name',
                          quickInfo : 'Plant Name'}
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
      cast(name1 as werks_name) as PlantName

}