I_RECndnCalculationRuleExtText

DDL: I_RECNDNCALCULATIONRULEEXTTEXT SQL: IRECALCRULEEXTT Type: view BASIC

External Calculation Formula Text

I_RECndnCalculationRuleExtText is a Basic CDS View that provides data about "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.

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 (12)

NameValueLevelField
AbapCatalog.sqlViewName IRECALCRULEEXTT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label External Calculation 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)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY RECalculationRule calcruleext
REConditionAttributeName xlcalcrule
_RECndnCalculationRuleExt _RECndnCalculationRuleExt
_Language _Language
@AbapCatalog.sqlViewName: 'IRECALCRULEEXTT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'External Calculation Formula Text'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory:#TEXT
@ObjectModel.representativeKey: ['RECalculationRule']
@ObjectModel.semanticKey: ['RECalculationRule']
@Search.searchable: true
@VDM.viewType:#BASIC
define view I_RECndnCalculationRuleExtText 
    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: #HIGH
      xlcalcrule as REConditionAttributeName,

      _RECndnCalculationRuleExt,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TIVCDCALCEXTT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_RECNDNCALCULATIONRULEEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/