I_REFullDistributionRule

DDL: I_REFULLDISTRIBUTIONRULE SQL: IREFLDISTRULE Type: view BASIC Package: VDM_RE_CD

Full Distribution Rule

I_REFullDistributionRule is a Basic CDS View (Dimension) that provides data about "Full Distribution Rule" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field REFullDistributionRule. It has 1 association to related views. Part of development package VDM_RE_CD.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_REFullDistributionRuleText _Text

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IREFLDISTRULE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey REFullDistributionRule view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Full Distribution Rule view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY REFullDistributionRule
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IREFLDISTRULE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'REFullDistributionRule'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Full Distribution Rule'
define root view I_REFullDistributionRule 
    as select from dd07l 
    composition [0..*] of I_REFullDistributionRuleText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as recddistcomplete ) as REFullDistributionRule,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                   as DomainValue,
      _Text
}
where
      dd07l.domname  = 'RECDDISTCOMPLETE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'