I_ProdBackflushType

DDL: I_PRODBACKFLUSHTYPE SQL: IPRODBACKFLUSH Type: view BASIC Package: VDM_MD_PRODUCT_DDIC

Basic View for Product Backflush

I_ProdBackflushType is a Basic CDS View (Dimension) that provides data about "Basic View for Product Backflush" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field MatlCompIsMarkedForBackflush. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_DDIC.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdBackflushTypeText _Text $projection.MatlCompIsMarkedForBackflush = _Text.MatlCompIsMarkedForBackflush

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IPRODBACKFLUSH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Basic View for Product Backflush view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey MatlCompIsMarkedForBackflush view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MatlCompIsMarkedForBackflush
DomainValue domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IPRODBACKFLUSH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View for Product Backflush'
@ObjectModel: {
  usageType : {
    serviceQuality: #A,
    sizeCategory : #S,
    dataClass: #MASTER
    },
  resultSet.sizeCategory: #XS,
  representativeKey: 'MatlCompIsMarkedForBackflush',
  dataCategory: #VALUE_HELP
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true 
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL

define view I_ProdBackflushType
  as select from dd07l
  association [0..*] to I_ProdBackflushTypeText as _Text on $projection.MatlCompIsMarkedForBackflush = _Text.MatlCompIsMarkedForBackflush
{  
       @ObjectModel.text.association: '_Text'
  key  cast ( domvalue_l as rgekm ) as MatlCompIsMarkedForBackflush,
       @Search: {
         defaultSearchElement: true,
         fuzzinessThreshold: 0.8,
         ranking: #HIGH
       }
       @Consumption.hidden: true
       domvalue_l                   as DomainValue,
       _Text
}
where
      dd07l.domname  = 'RGEKM'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'