I_FinCndnInterestCalcType

DDL: I_FINCNDNINTERESTCALCTYPE Type: view_entity BASIC Package: FTTR_CORE

Fin Condition Interest Calculation Type

I_FinCndnInterestCalcType is a Basic CDS View that provides data about "Fin Condition Interest Calculation Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InterestCalculationType. It has 1 association to related views. Part of development package FTTR_CORE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinCndnInterestCalcTypeText _Text $projection.InterestCalculationType = _Text.InterestCalculationType

Annotations (10)

NameValueLevelField
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Fin Condition Interest Calculation Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InterestCalculationType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InterestCalculationType
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fin Condition Interest Calculation Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  representativeKey: 'InterestCalculationType',
  usageType: { dataClass: #MASTER,
               serviceQuality: #A,
               sizeCategory: #S
  },
  resultSet.sizeCategory:#XS
}
@Search.searchable: true
define view entity I_FinCndnInterestCalcType
  as select from dd07l
  association [0..*] to I_FinCndnInterestCalcTypeText as _Text on $projection.InterestCalculationType = _Text.InterestCalculationType
{

      @ObjectModel.text.association: '_Text'
      @Consumption.valueHelpDefault.binding.usage: #FILTER_AND_RESULT
      @Search: {
          defaultSearchElement: true,
          ranking: #HIGH,
          fuzzinessThreshold: 0.9
      }
  key cast(dd07l.domvalue_l as tfmsintcalc) as InterestCalculationType,

      _Text

}
where
      dd07l.domname  = 'TFMSINTCALC'
  and dd07l.as4local = 'A'