C_JITMaterialValueHelp

DDL: C_JITMATERIALVALUEHELP Type: view_entity CONSUMPTION Package: NJIT_CORE

Material

C_JITMaterialValueHelp is a Consumption CDS View that provides data about "Material" in SAP S/4HANA. It reads from 1 data source (I_ProductPlant) and exposes 7 fields with key fields Product, Plant. It has 1 association to related views. It is exposed through 1 OData service (NJIT_UI_JITSUPPLYCONTROL). Part of development package NJIT_CORE.

Data Sources (1)

SourceAliasJoin Type
I_ProductPlant I_ProductPlant from

Associations (1)

CardinalityTargetAliasCondition
[0..1] C_JITPlantValueHelp _JITPlantValueHelp $projection.Plant = _JITPlantValueHelp.Plant

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Consumption.ranked true view
EndUserText.label Material view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Product view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
Search.searchable true view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
NJIT_UI_JITSUPPLYCONTROL

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY Product Product Material
KEY Plant Plant
ProductName Material Name
SerialNumberProfile SerialNumberProfile
_Product _Product
_Plant _Plant
_JITPlantValueHelp _JITPlantValueHelp
@AccessControl.authorizationCheck: #CHECK
@Consumption.ranked: true
@EndUserText.label                          : 'Material'
@Metadata.ignorePropagatedAnnotations       : true
@ObjectModel    :{ dataCategory             : #VALUE_HELP,
                   representativeKey        : 'Product',
                   usageType                : { dataClass               : #MIXED,
                                                serviceQuality          : #C,
                                                sizeCategory            : #XL
                                              }
                 }
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
define view entity C_JITMaterialValueHelp
  as select from I_ProductPlant
  association [0..1] to C_JITPlantValueHelp as _JITPlantValueHelp on $projection.Plant = _JITPlantValueHelp.Plant

{
      /* start suppress warning shlporigin_not_inherited */

      /*====================================================================*/
      //*Technical Key //

      //*--------------------------------------------------------------------*//

      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @EndUserText.label: 'Material'
      @EndUserText.quickInfo: 'Material'
      @ObjectModel.text.element: ['ProductName']
  key Product,
  key Plant,

      /*==========================================================================================*/
      // Fields

      /*------------------------------------------------------------------------------------------*/
      @Semantics.text: true
      @EndUserText.label: 'Material Name'
      @Search:{ defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
      _Product._Text[1:Language = $session.system_language].ProductName,

      @UI.hidden: true
      SerialNumberProfile,

      @UI.hidden: true
      @Consumption.filter :{ hidden : true}
      _Product,
      @UI.hidden: true
      @Consumption.filter :{ hidden : true}
      _Plant,
      _JITPlantValueHelp
      /* end suppress warning shlporigin_not_inherited */
}