I_ProdEWMBackflushMethText

DDL: I_PRODEWMBACKFLUSHMETHTEXT SQL: IPRDEWMBKFLSHTXT Type: view BASIC

Basic View - Backflush Withdrawal Text

I_ProdEWMBackflushMethText is a Basic CDS View that provides data about "Basic View - Backflush Withdrawal Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, EWMProdBackflushWthdrwlMethod. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_ProdEWMBackflushMethod _EWMProdBackflushWthdrwlMethod $projection.EWMProdBackflushWthdrwlMethod = _EWMProdBackflushWthdrwlMethod.EWMProdBackflushWthdrwlMethod
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_EWM_BackflushMethodText view
AbapCatalog.sqlViewName IPRDEWMBKFLSHTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Basic View - Backflush Withdrawal Text view
Search.searchable true view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey EWMProdBackflushWthdrwlMethod view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY EWMProdBackflushWthdrwlMethod
DomainValue domvalue_l
EWMProdBackflushWthdrwlMethTxt
_EWMProdBackflushWthdrwlMethod _EWMProdBackflushWthdrwlMethod
_Language _Language
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_EWM_BackflushMethodText'

@AbapCatalog.sqlViewName: 'IPRDEWMBKFLSHTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View - Backflush Withdrawal Text'
@Search.searchable: true
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'EWMProdBackflushWthdrwlMethod'
@ObjectModel: {
    usageType: {
      serviceQuality: #A,
      sizeCategory: #S,
      dataClass: #CUSTOMIZING
    }
}

define view I_ProdEWMBackflushMethText
  as select from dd07t

  association [0..1] to I_ProdEWMBackflushMethod as _EWMProdBackflushWthdrwlMethod on $projection.EWMProdBackflushWthdrwlMethod = _EWMProdBackflushWthdrwlMethod.EWMProdBackflushWthdrwlMethod
  association [0..1] to I_Language               as _Language                      on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language
  key cast( ddlanguage as spras preserving type )                    as Language,

      @ObjectModel.foreignKey.association: '_EWMProdBackflushWthdrwlMethod'
  key cast ( domvalue_l as ewmprodbackflushwthdrwl )                 as EWMProdBackflushWthdrwlMethod,
      @Consumption.hidden: true
      domvalue_l                                                     as DomainValue,
      @Semantics.text
      @Search: {
      defaultSearchElement: true,
      fuzzinessThreshold: 0.8,
      ranking: #HIGH
      }
      cast ( ddtext as ewmprodbackflushwthdrwldesc preserving type ) as EWMProdBackflushWthdrwlMethTxt, //name


      _EWMProdBackflushWthdrwlMethod,
      _Language

}
where
      domname  = '/SCWM/DO_BACKFLUSH_PROD'
  and as4local = 'A'