I_ProdEWMTwoStepPicking

DDL: I_PRODEWMTWOSTEPPICKING SQL: IPRDEWMTWOSTEP Type: view BASIC

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)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdEWMTwoStpPickingText _Text $projection.ProdIsRlvtForTwoStepPicking = _Text.ProdIsRlvtForTwoStepPicking

Annotations (14)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/