I_JITOutbCallCompGrpMatlVH

DDL: I_JITOUTBCALLCOMPGRPMATLVH Type: view_entity BASIC

JIT Outbound Component Group

I_JITOutbCallCompGrpMatlVH is a Basic CDS View that provides data about "JIT Outbound Component Group" in SAP S/4HANA. It reads from 1 data source (I_JITControlCycle) and exposes 4 fields with key fields Material, Plant.

Data Sources (1)

SourceAliasJoin Type
I_JITControlCycle I_JITControlCycle from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label JIT Outbound Component Group view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Material view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY Plant Plant
ProductName
_Product _Product
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'JIT Outbound Component Group'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #XL,
  dataClass: #ORGANIZATIONAL
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Material'
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked:true
define view entity I_JITOutbCallCompGrpMatlVH as select from I_JITControlCycle
{
 key Material,
 key Plant,
 @Semantics.text: true
 @Search:{ defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
 _Product._Text[1:Language = $session.system_language].ProductName,

 //Associations

 _Product
}