I_JITOutbCallCompGrpMatlVH
JIT Outbound Component Group
I_JITOutbCallCompGrpMatlVH is a Basic CDS View that provides data about "JIT Outbound Component Group" in SAP S/4HANA. It reads from 1 data source (I_JITControlCycle) and exposes 4 fields with key fields Material, Plant.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_JITControlCycle | I_JITControlCycle | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | JIT Outbound Component Group | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | Material | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | Material | ||
| KEY | Plant | Plant | ||
| ProductName | ||||
| _Product | _Product |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'JIT Outbound Component Group'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #ORGANIZATIONAL
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Material'
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked:true
define view entity I_JITOutbCallCompGrpMatlVH as select from I_JITControlCycle
{
key Material,
key Plant,
@Semantics.text: true
@Search:{ defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
_Product._Text[1:Language = $session.system_language].ProductName,
//Associations
_Product
}
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