SAP DECIMAL POINT SEPARAT - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Decimal Separators
Separator between the whole number and fraction parts of a decimal number. Within an ABAP program the decimal point is always used. The representation of the decimal separator in the output depends on the current formatting settings.
ABAP Code Snippet according to the current formatting setting of the language environment that can be set using SET COUNTRY.
ABAP Code Snippet Also refer to decimal comma and decimal point.