I_ProdEWMTwoStepPicking
Basic view for EWM two step picking
I_ProdEWMTwoStepPicking is a Basic CDS View that provides data about "Basic view for EWM two step picking" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ProdIsRlvtForTwoStepPicking. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProdEWMTwoStpPickingText | _Text | $projection.ProdIsRlvtForTwoStepPicking = _Text.ProdIsRlvtForTwoStepPicking |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_EWM_RelevanceTwoStepPicking | view | |
| AbapCatalog.sqlViewName | IPRDEWMTWOSTEP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Basic view for EWM two step picking | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | ProdIsRlvtForTwoStepPicking | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProdIsRlvtForTwoStepPicking | |||
| DomainValue | domvalue_l | |||
| _Text | _Text |
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_EWM_RelevanceTwoStepPicking'
@AbapCatalog.sqlViewName: 'IPRDEWMTWOSTEP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Basic view for EWM two step picking'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'ProdIsRlvtForTwoStepPicking'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
define view I_ProdEWMTwoStepPicking
as select from dd07l
association [0..*] to I_ProdEWMTwoStpPickingText as _Text on $projection.ProdIsRlvtForTwoStepPicking = _Text.ProdIsRlvtForTwoStepPicking
{
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
@ObjectModel.text.association: '_Text'
key cast ( domvalue_l as /scwm/de_l2skr ) as ProdIsRlvtForTwoStepPicking,
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
domvalue_l as DomainValue,
_Text
}
where
domname = '/SCWM/DO_L2SKR'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRODEWMTWOSTPPICKINGTEXT"
],
"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