SAP ABAP Data Element FIXPT (Fixed point arithmetic)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA (Application Component) ABAP Runtime Environment
     SBAC (Package) Kernel Objects
Basic Data
Data Element FIXPT
Short Description Fixed point arithmetic  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RDIR_FUNC    
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  
Medium  
Long  
Heading  
Documentation

Definition

If you mark this checkbox, all calculations in the program will use fixed point arithmetic.

If you do not, packed numbers (ABAP/4 type P, Dictionary types CURR, DEC or QUAN) will be treated as integers when they are used in assignments, comparisons, and calculations, irrespective of the number of decimal places defined. Intermediate results in arithmetic calculations will also be rounded to the next whole number. The number of decimal places defined is only taken into account when you output the answer using the WRITE statement.

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