I_ProdnVersMRPDistrKeyText
MRP Distribution Key Text
I_ProdnVersMRPDistrKeyText is a Basic CDS View that provides data about "MRP Distribution Key Text" in SAP S/4HANA. It reads from 1 data source (t437w) and exposes 5 fields with key fields DistributionKey, Plant, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t437w | t437w | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Plant | _Plant | $projection.Plant = _Plant.Plant |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPVDISTRKEYTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | MRP Distribution Key Text | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | DistributionKey | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_MRPQuantityDistrKeyText | view |
@AbapCatalog.sqlViewName: 'IPVDISTRKEYTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'MRP Distribution Key Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'DistributionKey'
@ObjectModel.usageType:{serviceQuality: #A, sizeCategory : #M, dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_MRPQuantityDistrKeyText'
define view I_ProdnVersMRPDistrKeyText as select from t437w
association [0..1] to I_Plant as _Plant on $projection.Plant = _Plant.Plant
{
key t437w.vertl as DistributionKey,
@ObjectModel.foreignKey.association: '_Plant'
key t437w.werks as Plant,
@Semantics.language: true
key t437w.spras as Language,
@Semantics.text: true
t437w.text1 as DistributionKeyText,
_Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T437W"
],
"ASSOCIATED":
[
"I_PLANT"
],
"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