SAP COUNTRY FORMATS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Country-Specific Formats
The country-specific formatting settings for numbers, dates, and times are stored in database table T005X. The rows of table T005X contain a key field LAND in which a country key is stored, and fields XDEZP, DATFM, and TIMEFM for the respective formatting.
Number Formats
Date Formats
Time Formats
The settings for a specific country can either be
set using statement SET COUNTRY for an internal session or
used in character string templates by means of formatting option COUNTRY for the formatting of an embedded expression.

Note
The country names that correspond to the country codes in table T005X can be found in table T005T .