SAP ABAP Data Element PSOOR (Days)
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 PSOOR
Short Description Days  
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    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Days 
Medium 20 Days 
Long 20 Days 
Heading
Documentation

Definition

If you choose days, the interest is calculated on the basis of days.

Use

Procedure

Examples

Dependencies

When calculating interest, the program calculates the interest rate, on the one hand, and the calculation basis, on the other hand. The program calculates the deferral interest as follows:

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

History
Last changed by/on SAP  20011002 
SAP Release Created in