C_JITOutbMaterialVH
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.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductPlant | I_ProductPlant | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODUCT",
"I_PRODUCTPLANT",
"I_PRODUCTTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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