I_RECndnCalcRuleExtText

DDL: I_RECNDNCALCRULEEXTTEXT Type: view_entity BASIC Package: VDM_RE_CD

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)

SourceAliasJoin Type
tivcdcalcextt tivcdcalcextt from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_RECndnCalculationRuleExt _RECndnCalculationRuleExt $projection.RECalculationRule = _RECndnCalculationRuleExt.RECalculationRule
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}