SAP NON FIXED POINT - Obsolete



Get Example source ABAP code based on a different SAP table
  



Obsolete Disabling of Fixed Point Arithmetic
The program property fixed point arithmetic is set by default when a program is created. This program property cannot be undone.
The option to modify this program property is provided only for reasons of compatibility. It is generally only needed to enable fixed point arithmetic in programs where it is not yet enabled. If fixed point arithmetic is disabled, the position of the decimal separator of packed numbers (type p) is only respected for output in a classic dynpro, for assignments to fields of the types c and string , or for formatting using WRITE $[TO$]. The position is not respected for calculations.

ABAP_PGL
Program Properties
ABAP_PGL_END