I_EWM_RlvnceTwoStepPickingText
Relevance for Two Step Picking - Text
I_EWM_RlvnceTwoStepPickingText is a Basic CDS View that provides data about "Relevance for Two Step Picking - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, EWMProdTwoStepPickingRelevant. 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_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_EWM_RelevanceTwoStepPicking | _RelevanceTwoStepPicking | $projection.EWMProdTwoStepPickingRelevant = _RelevanceTwoStepPicking.EWMProdTwoStepPickingRelevant |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| Analytics.technicalName | IEWMRLVNTSTPKTXT | view | |
| EndUserText.label | Relevance for Two Step Picking - Text | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | EWMProdTwoStepPickingRelevant | 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 | EWMProdTwoStepPickingRelevant | |||
| DomainValue | domvalue_l | |||
| ProdIsRlvtForTwoStpPickingText | ||||
| _Language | _Language | |||
| _RelevanceTwoStepPicking | _RelevanceTwoStepPicking |
@Analytics.technicalName: 'IEWMRLVNTSTPKTXT'
@EndUserText.label: 'Relevance for Two Step Picking - Text'
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'EWMProdTwoStepPickingRelevant'
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
define view entity I_EWM_RlvnceTwoStepPickingText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_EWM_RelevanceTwoStepPicking as _RelevanceTwoStepPicking on $projection.EWMProdTwoStepPickingRelevant = _RelevanceTwoStepPicking.EWMProdTwoStepPickingRelevant
{
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key cast( ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_RelevanceTwoStepPicking'
key cast ( domvalue_l as /scwm/de_l2skr ) as EWMProdTwoStepPickingRelevant,
@Consumption.hidden: true
domvalue_l as DomainValue,
@Semantics.text
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #LOW
}
cast ( ddtext as val_text ) as ProdIsRlvtForTwoStpPickingText,
_Language,
_RelevanceTwoStepPicking
}
where
domname = '/SCWM/DO_L2SKR'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_EWM_RELEVANCETWOSTEPPICKING",
"I_LANGUAGE"
],
"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