SAP LOSSLESS CALCULATION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

lossless calculation
Arithmetic calculation where no rounding occurs. The lossless operator EXACT
BEGIN_SECTION VERSION 5 OUT or the addition EXACT of the obsolete statement COMPUTE
END_SECTION VERSION 5 OUT can be used to check whether a calculation is lossless.
ABAP_MORE_INFO