SAP COUNTRY FORMATS



Get Example source ABAP code based on a different SAP table
  



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
For a time stamp, the date format and time format affect the respective parts and the decimal separator follows the number format.
The settings for a specific country can either be
set for an ABAP_ISESS using the statement SET COUNTRY or
used in string templates using the formatting option COUNTRY for the formatting of an embedded expression.



Latest notes:

The country names that match the country codes in table T005X can be found in table T005T .
The Defaults of the user master record for each user are stored in DDIC database table USR01. The country-specific formatting settings for numbers, dates, and times are stored in columns DCPFM, DATFM, and TIMEFM. These columns refer to the same DDIC domains as those of table T005X .
ABAP_HINT_END