C_JITMaterialValueHelp
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductPlant | I_ProductPlant | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | C_JITPlantValueHelp | _JITPlantValueHelp | $projection.Plant = _JITPlantValueHelp.Plant |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| NJIT_UI_JITSUPPLYCONTROL |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 */
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA