2008 Nov 07 9:02 PM
Hi,
I wanted to know if there is any table which stores the currency format for decimal places. for e.g some currencies use a period to indicate the decimal place while some use a comma.
if the amount is 127.54
in USD it will be 127.54
in FRF it will be 127,54
Is there any table which stores this information as to which currencies use comma and which use period.
Thanks,
Prasy
2008 Nov 07 9:03 PM
In table GLPCT you will find a field RTCUR that is uses as reference
field for all CURR fields in transaction currency, and t001-waers for
all CURR fields in company currency[.|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/wrong-currency-format-1491682#]
[more help|http://help.sap.com/saphelp_scm50/helpdata/en/9f/dba1ef35c111d1829f0000e829fbfe/frameset.htm]
2008 Nov 07 9:03 PM
2008 Nov 07 9:07 PM
>
> Hi
> table TCURX
TCURX stores the number of decimal places, not the decimal format.
Perhaps you're thinking of the question asked yesterday
Rob
2009 Feb 11 11:07 AM
Hi,
I was able to find the number of decimal places for each currency in the table TCURX...but in case a particular currency's data is not stored in this table3, is there any other alternate table that i could look at?
Thanks,
Prasy
2008 Nov 07 9:15 PM
In table GLPCT you will find a field RTCUR that is uses as reference
field for all CURR fields in transaction currency, and t001-waers for
all CURR fields in company currency[.|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/wrong-currency-format-1491682#]
[more help|http://help.sap.com/saphelp_scm50/helpdata/en/9f/dba1ef35c111d1829f0000e829fbfe/frameset.htm]
2008 Nov 07 10:14 PM
I think the decimal format is controlled by the user setting not the currency being output. For example:
REPORT ztest LINE-SIZE 80 MESSAGE-ID 00.
DATA: amt TYPE bseg-dmbtr VALUE '123.45'.
WRITE: /001 amt CURRENCY 'FRF'.gives output for me as:
123.45Rob
2008 Nov 08 4:34 AM
2008 Nov 08 9:43 AM
Hi,
Go to transaction OY01.
select the country and in that u change the decimal pt format.
regards
siva
2008 Nov 08 10:14 AM
Hi,
I think this link solves your problem. http://help.sap.com/saphelp_scm50/helpdata/en/9f/dba1ef35c111d1829f0000e829fbfe/frameset.htm
(look for Special Output Formats in sap help).
Kind regards,
Florin
2009 Feb 11 11:34 AM
Hi,
Pass curreny value in to write...Currency then will get correct out put format.
Regards
Md.MahaboobKhan
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |