C_JITOutbMaterialVH

DDL: C_JITOUTBMATERIALVH SQL: CJITOBMATVH Type: view CONSUMPTION Package: NJIT_MODEL_O

Value help for Material

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

Data Sources (1)

SourceAliasJoin Type
I_ProductPlant I_ProductPlant from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CJITOBMATVH 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.dataCategory #VALUE_HELP view
Search.searchable true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value help for Material 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 (3)

KeyFieldSource TableSource FieldDescription
KEY Product _Product Product Material
KEY Plant Plant
ProductName Material Name
@AbapCatalog.sqlViewName: 'CJITOBMATVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.representativeKey: ['Product']
@ObjectModel.dataCategory:#VALUE_HELP
@Search: {
    searchable: true
}
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value help for Material'
@Metadata.allowExtensions:true
@Analytics.dataCategory: #DIMENSION
@Consumption.ranked: true
define view C_JITOutbMaterialVH
  as select from I_ProductPlant
{
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @EndUserText.label: 'Material'
      @EndUserText.quickInfo: 'Material'
  key _Product.Product,
      @Consumption.filter.hidden: true
  key Plant,
      @Semantics.text: true
      @EndUserText.label: 'Material Name'
      @Search:{ defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
      _Product._Text[1:Language = $session.system_language].ProductName

}