I_InterestCalculationType

DDL: I_INTERESTCALCULATIONTYPE Type: view BASIC

Interest Calculation Type

I_InterestCalculationType is a Basic CDS View (Dimension) that provides data about "Interest Calculation Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InterestCalculationCategory. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InterestCalculationTypeText _Text $projection.InterestCalculationCategory = _Text.InterestCalculationCategory

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
EndUserText.label Interest Calculation Type view
Analytics.dataCategory #DIMENSION view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey InterestCalculationCategory view
AbapCatalog.sqlViewName IFIINSTCALCTY view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InterestCalculationCategory
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Interest Calculation Type'
@Analytics.dataCategory:#DIMENSION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'InterestCalculationCategory'

@AbapCatalog: {
  sqlViewName: 'IFIINSTCALCTY',
  compiler.compareFilter: true
}
@ObjectModel.usageType: {
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MASTER
}

define view I_InterestCalculationType
  as select from dd07l
  association [0..*] to I_InterestCalculationTypeText as _Text on $projection.InterestCalculationCategory = _Text.InterestCalculationCategory
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as vzart_056 ) as InterestCalculationCategory,
      _Text
}
where
      domname  = 'VZART_056'
  and as4local = 'A' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_INTERESTCALCULATIONTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/