SAP ABAP Function Module FLOATINGPOINT_COMPARE_ABSOLUTE (Absolute comparison of floating point values with allowed deviation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ASF-UOM (Application Component) Units of Measurement
     SZU (Package) R/3 Central Basis Development: Basis Utilities
Basic Data
Function Module FLOATINGPOINT_COMPARE_ABSOLUTE Absolute comparison of floating point values with allowed deviation  
Function Group SFLT   Operations for floating point fields  
Program Name SAPLSFLT    
INCLUDE Name LSFLTU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ABSOLUTE_DEVIATION TYPE IFLTP-VALUE Absolute deviation
Exporting VALUES_ARE_DIFFERENT TYPE Indicator whether values are identical or not
Importing FIRST_VALUE TYPE IFLTP-VALUE First floating point value
Importing MAX_ABSOLUTE_DEVIATION TYPE IFLTP-ABSDEV '1E-15' Maximum absolute deviation, upper limit
Importing SECOND_VALUE TYPE IFLTP-VALUE '0.0' Second floating point value
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950206 
SAP Release Created in