ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Program Attributes
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 undone.
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 classic dynpro, in assignments to fields of the types c
and string
, or for formatting using WRITE [TO]
. The position is not respected for calculations.
Other versions:
7.31 | 7.40 | 7.54