I_Interestcalculationprofile

DDL: I_INTERESTCALCULATIONPROFILE SQL: IINTRSTCALCPRFL Type: view BASIC

Interest Calculation Profile

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

Data Sources (1)

SourceAliasJoin Type
tpi01 tpi01 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Interestcalcprofiletext _Text $projection.ProjInterestCalcProfile = _Text.ProjInterestCalcProfile

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IINTRSTCALCPRFL view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ProjInterestCalcProfile view
EndUserText.label Interest Calculation Profile view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.status #DEPRECATED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProjInterestCalcProfile tpi01 zschm
_Text _Text
@AbapCatalog.sqlViewName: 'IINTRSTCALCPRFL'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }

@ObjectModel.representativeKey: 'ProjInterestCalcProfile'
@EndUserText.label: 'Interest Calculation Profile'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
//@VDM.lifecycle.contract.type:  #SAP_INTERNAL_API

//Deprecated - Do not use this view

@VDM.lifecycle : {
        status:  #DEPRECATED        
   } 
define view I_Interestcalculationprofile
  as select from tpi01
  association [0..*] to I_Interestcalcprofiletext as _Text on $projection.ProjInterestCalcProfile = _Text.ProjInterestCalcProfile
{
  @ObjectModel.text.association: '_Text'
  key  tpi01.zschm as ProjInterestCalcProfile,       
       _Text
} 
  
  
  
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TPI01"
],
"ASSOCIATED":
[
"I_INTERESTCALCPROFILETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/