SAP ABAP Data Element BAPI_JBD_DTE_JZINSRE (Exponential interest calculation)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   IS-B-DP (Application Component) Transaction Data Pool
     JBD_BAPI (Package) BAPIs
Basic Data
Data Element BAPI_JBD_DTE_JZINSRE
Short Description Exponential interest calculation  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name CALC_EXPONENTIAL   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Exponent. 
Medium 15 Exponential 
Long 30 Exponential interest calc. 
Heading Exp. 
Documentation

Definition

If this indicator is set, the calculation is based on the following formulas:

Amount = calculation base amount * ( q ** (days / base days) - 1 )

where

q = 1 + percentage rate / 100 (compounding factor)
** = power operator

For intraday interest, the formula is as follows:

Amount = calculation base amount * ( q ** ((days + seconds / 86400) / base days) - 1 )

See also:

Linear interest calculation

Percentage calculation

Definition

History
Last changed by/on SAP  20030430 
SAP Release Created in 463_20