I_PRAInterestCalcType

DDL: I_PRAINTERESTCALCTYPE SQL: IINTCALCTYP Type: view BASIC

PRA Interest Calculation Type

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PRAInterestCalcTypeText _Text $projection.PRAInterestCalculationType = _Text.PRAInterestCalculationType

Annotations (15)

NameValueLevelField
EndUserText.label PRA Interest Calculation Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IINTCALCTYP view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PRAInterestCalculationType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PRAInterestCalculationType
_Text _Text
@EndUserText.label: 'PRA Interest Calculation Type'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName:#LOCAL 
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IINTCALCTYP' 
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.representativeKey: 'PRAInterestCalculationType'

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META
@ObjectModel.resultSet.sizeCategory: #XS

define view I_PRAInterestCalcType
  as select from dd07l

  association [0..*] to I_PRAInterestCalcTypeText as _Text on $projection.PRAInterestCalculationType = _Text.PRAInterestCalculationType

{
  @ObjectModel.text.association: '_Text'
  key cast (domvalue_l as /pra/int_type ) as PRAInterestCalculationType,
  _Text
}
where domname  = '/PRA/INT_TYPE'
  and as4local = 'A'; 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRAINTERESTCALCTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/