I_ProdEWMKitQtyCorrlnText
Basic View - Quantity Correlation Text
I_ProdEWMKitQtyCorrlnText is a Basic CDS View that provides data about "Basic View - Quantity Correlation Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, EWMKitQuantityCorrelation. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProdEWMKitQtyCorrln | _EWMKitQuantityCorrelation | $projection.EWMKitQuantityCorrelation = _EWMKitQuantityCorrelation.EWMKitQuantityCorrelation |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_EWM_KitQtyCorrlnTypeText | view | |
| AbapCatalog.sqlViewName | IPRDEWMQTYCORTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Basic View - Quantity Correlation Text | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | EWMKitQuantityCorrelation | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | EWMKitQuantityCorrelation | |||
| DomainValue | domvalue_l | |||
| EWMKitQuantityCorrelationText | ||||
| _Language | _Language | |||
| _EWMKitQuantityCorrelation | _EWMKitQuantityCorrelation |
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_EWM_KitQtyCorrlnTypeText'
@AbapCatalog.sqlViewName: 'IPRDEWMQTYCORTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View - Quantity Correlation Text'
@Search.searchable: true
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'EWMKitQuantityCorrelation'
@ObjectModel: {
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
define view I_ProdEWMKitQtyCorrlnText
as select from dd07t
association [0..1] to I_ProdEWMKitQtyCorrln as _EWMKitQuantityCorrelation on $projection.EWMKitQuantityCorrelation = _EWMKitQuantityCorrelation.EWMKitQuantityCorrelation
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key cast( ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_EWMKitQuantityCorrelation'
key cast ( domvalue_l as /scwm/de_kit_fixed_quan_prod ) as EWMKitQuantityCorrelation,
@Consumption.hidden: true
domvalue_l as DomainValue,
@Semantics.text
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
cast ( ddtext as ewmkitquantitycorrelationdesc preserving type ) as EWMKitQuantityCorrelationText, //name
_Language,
_EWMKitQuantityCorrelation
}
where
domname = '/SCWM/DO_KIT_FIXED_QUAN_PROD'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PRODEWMKITQTYCORRLN"
],
"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