SAP NON FIXED POINT - Obsolete

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Obsolete Disabling of Fixed Point Arithmetic
The program attribute fixed point arithmetic is set by default when a program is created. This program attribute cannot be canceled.
The option to modify this program attribute 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 classical dynpro, in assignments to fields of the types c and string , or for formatting using WRITE [TO]. The position is not respected for calculations.
For more information, see Program Attributes.