Table/Structure Field list used by SAP ABAP Function Module FLOATINGPOINT_COMPARE_RELATIVE (Relative comparison of floating point values with allowed deviation)
SAP ABAP Function Module FLOATINGPOINT_COMPARE_RELATIVE (Relative comparison of floating point values with allowed deviation) is using
# Object Type Object Name Object Description Note
     
1 Table/Structure Field  IFLTP - RELDEV Relative deviation
2 Table/Structure Field  IFLTP - RELDEV Relative deviation SOURCE VALUE(MAX_RELATIVE_DEVIATION) LIKE IFLTP-RELDEV DEFAULT '1E-15'
3 Table/Structure Field  IFLTP - VALUE Floating point value
4 Table/Structure Field  IFLTP - VALUE Floating point value SOURCE VALUE(FIRST_VALUE) LIKE IFLTP-VALUE
5 Table/Structure Field  IFLTP - VALUE Floating point value SOURCE VALUE(RELATIVE_DEVIATION) LIKE IFLTP-VALUE
6 Table/Structure Field  IFLTP - VALUE Floating point value SOURCE VALUE(SECOND_VALUE) LIKE IFLTP-VALUE DEFAULT '0.0'