C_JITOutbPlantVH
Value help for Plant
C_JITOutbPlantVH is a Consumption CDS View (Dimension) that provides data about "Value help for Plant" in SAP S/4HANA. It reads from 1 data source (t001w) and exposes 2 fields with key field Plant. It is exposed through 1 OData service (UI_JITMANAGEOUTBSEQUENCECALL). Part of development package NJIT_MODEL_O.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t001w | t001w | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CJITOBDPLANTVH | 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.representativeKey | Plant | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Value help for Plant | view | |
| Metadata.allowExtensions | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_JITMANAGEOUTBSEQUENCECALL | UI_JITMANAGEOUTBSEQUENCECALL | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | werks | ||
| PlantName |
@AbapCatalog.sqlViewName: 'CJITOBDPLANTVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.representativeKey: 'Plant'
@ObjectModel.dataCategory:#VALUE_HELP
@Search: {
searchable: true
}
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value help for Plant'
@Metadata.allowExtensions:true
@Analytics.dataCategory: #DIMENSION
@Consumption.ranked: true
define view C_JITOutbPlantVH
as select from t001w
{
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@EndUserText.quickInfo: 'Plant'
@ObjectModel.text.element: ['PlantName']
key werks as Plant,
@Semantics.text:true
@EndUserText: { label : 'Plant Name',
quickInfo : 'Plant Name'}
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
cast(name1 as werks_name) as PlantName
}
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