C_JITPlantValueHelp
Plant
C_JITPlantValueHelp is a Consumption CDS View that provides data about "Plant" in SAP S/4HANA. It reads from 1 data source (I_JITPlant) and exposes 6 fields with key field Plant.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_JITPlant | I_JITPlant | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | C_JITPLANT_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | 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 | |
| ObjectModel.representativeKey | Plant | view | |
| Search.searchable | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Plant | view | |
| Consumption.ranked | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | Plant | ||
| PlantName | PlantName | |||
| SalesOrganization | SalesOrganization | |||
| DistributionChannel | DistributionChannel | |||
| Division | Division | |||
| _JITMaterialValueHelp | _JITMaterialValueHelp |
@AbapCatalog.sqlViewName: 'C_JITPLANT_VH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Plant'
@Search: {
searchable: true
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Plant'
@Consumption.ranked: true
define view C_JITPlantValueHelp
as select from I_JITPlant
association[0..*] to C_JITMaterialValueHelp as _JITMaterialValueHelp on $projection.Plant = _JITMaterialValueHelp.Plant
{
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@EndUserText.quickInfo: 'Plant'
// @ObjectModel.text.element: ['PlantName']
key Plant,
@UI.textArrangement: null
@Semantics.text:true
@EndUserText: { label : 'Description',
quickInfo : 'Description'}
@Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.8 }
PlantName,
@UI.hidden: true
SalesOrganization,
@UI.hidden: true
DistributionChannel,
@UI.hidden: true
Division,
_JITMaterialValueHelp
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_JITPLANT"
],
"ASSOCIATED":
[
"C_JITMATERIALVALUEHELP"
],
"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