I_RECndnDistrRuleExtText
External Distribution Formula Text
I_RECndnDistrRuleExtText is a Basic CDS View that provides data about "External Distribution Formula Text" in SAP S/4HANA. It reads from 1 data source (tivcddistextt) and exposes 5 fields with key fields Language, REDistributionRule. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivcddistextt | tivcddistextt | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_RECndnDistributionRuleExt | _RECndnDistributionRuleExt | $projection.REDistributionRule = _RECndnDistributionRuleExt.REDistributionRule |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IREDISTRULEEXTT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | External Distribution Formula Text | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | REDistributionRule | distruleext | ||
| REDistributionRuleName | xldistrule | |||
| _RECndnDistributionRuleExt | _RECndnDistributionRuleExt | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IREDISTRULEEXTT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'External Distribution Formula Text'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory:#TEXT
@ObjectModel.representativeKey: ['REDistributionRule']
@ObjectModel.semanticKey: ['REDistributionRule']
@Search.searchable: true
@VDM.viewType:#BASIC
define view I_RECndnDistrRuleExtText
as select from tivcddistextt
association [0..1] to I_RECndnDistributionRuleExt as _RECndnDistributionRuleExt on $projection.REDistributionRule = _RECndnDistributionRuleExt.REDistributionRule
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@ObjectModel.foreignKey.association: '_RECndnDistributionRuleExt'
key distruleext as REDistributionRule,
@Semantics.text: true
@Search.fuzzinessThreshold: 0.8
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
xldistrule as REDistributionRuleName,
_RECndnDistributionRuleExt,
_Language
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA