SAP NUMBER FORMATS



Get Example source ABAP code based on a different SAP table
  



Number Formats
The format of numbers is determined by the column XDEZP of the database table T005X. The decimal and thousands separators shown in the following table are available: <(>XDEZP<)>Decimal Separator Thousands Separator
blank',''.'
X'.'','
Y','blank
The setting for the decimal separator also affects the formatting of time stamps in time stamp fields.



Latest notes:

The values for XDEZP are defined by the fixed values of domain XUDCPFM.
ABAP_HINT_END



Example ABAP Coding

Output of a number and time stamp with different separators.
ABEXA 01173
ABAP_EXAMPLE_END

ABAP_EXAMPLE_ABEXA
For the representation of a number in all possible number formats, see the associated example with string templates.
ABAP_EXAMPLE_END