SAP ABAP Data Element FM_PSOZG (Basis Calculation Rule)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-FM-PO (Application Component) Funds Management-Specific Postings
     FMFI (Package) IS-PS: FI Basics for Funds Management
Basic Data
Data Element FM_PSOZG
Short Description Basis Calculation Rule  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FM_PSOZG    
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    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 IntstBasis 
Medium 15 Calculation for 
Long 20 Calculation for 
Heading CA 
Documentation

Definition

Use

You define the calculation basis for interest determination here.

Dependencies

During interest determination, the program evaluates the interest rate and the calculation basis. The program calculates the interest in the following way:

If...    ...and calculation basis    ....then
Annual interest rate(x)     months(begun/complete)    amount*x/12*no. months
Annual interest rate(x)     days    amount*x/360*number of days
Monthly interest rate(y)    months(begun/complete)amount*y* number months
Monthly interest rate(y)    days    amount*y/30* number of days
Daily interest rate(z)    months(begun/complete)    amount*30*z*no. months
Daily interest rate(z)    days    amount*z* number days

Example

If you select "complete months", the interest is calculated on the basis of complete months.

History
Last changed by/on SAP  20020404 
SAP Release Created in 110