I_Interestcalculationprofile
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)
| Source | Alias | Join Type |
|---|---|---|
| tpi01 | tpi01 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_Interestcalcprofiletext | _Text | $projection.ProjInterestCalcProfile = _Text.ProjInterestCalcProfile |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA