SAP BINFLOAT TYPE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

binary floating point number type
Numeric data type used for the binary representation of numbers with mantissa and exponents. The associated built-in ABAP type is t. The built-in DDIC type is FLTP . The internal representation is in accordance with the norm IEEE-754 (double precision) by one bit for the plus/minus sign, 11 bits for the binary exponent, and 52 bits for the mantissa, whereby decimal numbers can be represented by 17 places. A data object of a binary floating point number type is a binary floating point number .
ABAP_MORE_INFO