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 | ![]() |
IFLTP - RELDEV | Relative deviation | |
2 | ![]() |
IFLTP - RELDEV | Relative deviation | SOURCE VALUE(MAX_RELATIVE_DEVIATION) LIKE IFLTP-RELDEV DEFAULT '1E-15' |
3 | ![]() |
IFLTP - VALUE | Floating point value | |
4 | ![]() |
IFLTP - VALUE | Floating point value | SOURCE VALUE(FIRST_VALUE) LIKE IFLTP-VALUE |
5 | ![]() |
IFLTP - VALUE | Floating point value | SOURCE VALUE(RELATIVE_DEVIATION) LIKE IFLTP-VALUE |
6 | ![]() |
IFLTP - VALUE | Floating point value | SOURCE VALUE(SECOND_VALUE) LIKE IFLTP-VALUE DEFAULT '0.0' |