I_RECndnCalcRuleExtText
RE External Calculation Formula - Text
I_RECndnCalcRuleExtText is a Basic CDS View that provides data about "RE External Calculation Formula - Text" in SAP S/4HANA. It reads from 1 data source (tivcdcalcextt) and exposes 5 fields with key fields Language, RECalculationRule. It has 2 associations to related views. Part of development package VDM_RE_CD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivcdcalcextt | tivcdcalcextt | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_RECndnCalculationRuleExt | _RECndnCalculationRuleExt | $projection.RECalculationRule = _RECndnCalculationRuleExt.RECalculationRule |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | RECalculationRule | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.sapObjectNodeType.name | RealEstateCalculationRuleText | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | RE External Calculation Formula - Text | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | RECalculationRule | calcruleext | ||
| REConditionAttributeName | xlcalcrule | |||
| _RECndnCalculationRuleExt | _RECndnCalculationRuleExt | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: { dataExtraction.enabled: true }
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #M
},
dataCategory: #TEXT,
representativeKey: 'RECalculationRule',
semanticKey: ['RECalculationRule'],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY ],
sapObjectNodeType.name: 'RealEstateCalculationRuleText'
}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM.viewType:#BASIC
@EndUserText.label: 'RE External Calculation Formula - Text'
define view entity I_RECndnCalcRuleExtText as select from tivcdcalcextt
association [0..1] to I_RECndnCalculationRuleExt as _RECndnCalculationRuleExt on $projection.RECalculationRule = _RECndnCalculationRuleExt.RECalculationRule
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: '_RECndnCalculationRuleExt'
key calcruleext as RECalculationRule,
@Semantics.text: true
@Search.fuzzinessThreshold: 0.8
@Search.defaultSearchElement: true
@Search.ranking: #LOW
xlcalcrule as REConditionAttributeName,
_RECndnCalculationRuleExt,
_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