I_RECndnDistributionRuleInt

DDL: I_RECNDNDISTRIBUTIONRULEINT SQL: IREDISTRULEINT Type: view BASIC Package: VDM_RE_CD

Internal Distribution Formula

I_RECndnDistributionRuleInt is a Basic CDS View (Dimension) that provides data about "Internal Distribution Formula" in SAP S/4HANA. It reads from 1 data source (tivcddistint) and exposes 2 fields with key field REInternalDistributionRule. It has 1 association to related views. Part of development package VDM_RE_CD.

Data Sources (1)

SourceAliasJoin Type
tivcddistint tivcddistint from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RECndnDistrRuleIntText _Text $projection.REInternalDistributionRule = _Text.REInternalDistributionRule

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IREDISTRULEINT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Internal Distribution Formula view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY REInternalDistributionRule distruleint
_Text _Text
@AbapCatalog.sqlViewName: 'IREDISTRULEINT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName:#LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Internal Distribution Formula'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.representativeKey: ['REInternalDistributionRule']
@ObjectModel.semanticKey: ['REInternalDistributionRule']
@VDM.viewType: #BASIC
define view I_RECndnDistributionRuleInt 
    as select from tivcddistint
    association [0..*] to I_RECndnDistrRuleIntText as _Text on $projection.REInternalDistributionRule = _Text.REInternalDistributionRule
{
        @ObjectModel.text.association: '_Text'
    key distruleint     as REInternalDistributionRule,

        _Text
}