I_EffectiveInterestMethod

DDL: I_EFFECTIVEINTERESTMETHOD Type: view_entity BASIC Package: FTTR_CORE

Effective Interest Method

I_EffectiveInterestMethod is a Basic CDS View that provides data about "Effective Interest Method" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TrsyEffctvIntrstMethod. 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_EffectiveInterestMethodTxt _Text $projection.TrsyEffctvIntrstMethod = _Text.TrsyEffctvIntrstMethod

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Effective Interest Method view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey TrsyEffctvIntrstMethod view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrsyEffctvIntrstMethod
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Effective Interest Method'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel :{ 
  usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
  }, 
  dataCategory: #VALUE_HELP,
  representativeKey:'TrsyEffctvIntrstMethod' 
}
@ObjectModel.resultSet.sizeCategory: #XS
@VDM.viewType: #BASIC
define view entity I_EffectiveInterestMethod
  as select from dd07l
  association [0..*] to I_EffectiveInterestMethodTxt as _Text on $projection.TrsyEffctvIntrstMethod = _Text.TrsyEffctvIntrstMethod

{
      @ObjectModel.text.association: '_Text'
      @Consumption.valueHelpDefault.binding.usage: #FILTER_AND_RESULT
  key cast( dd07l.domvalue_l as trsy_eff_intrst_meth) as TrsyEffctvIntrstMethod,

      _Text

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