ABAP Keyword Documentation →  ABAP − Reference →  Program Parameters →  Language Environment →  Formatting Settings →  Country-Specific Formats → 

Number Formats

The format of numbers is specified by the column XDEZP of the database table T005X. The options in the table below are available for displaying decimal separators and thousands separators:

XDEZP Decimal Separator Thousands Separator
" " "," "."
X "." ","
Y "," " "

Example

To see the display of a number in all possible formats, see the respective example with character string templates.