Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

currency symbols

Former Member
0 Kudos

Dear All,

Will you please let me know, where shall we get the symbols for currency like Japan Yen..

Thanks in Advacne,

Ranjan

5 REPLIES 5

Former Member
0 Kudos

Ascii code for Yen is ALT + 0165

Maybe you can use this

0 Kudos

In which SAP table we will get the currency symbols. Pls. clariffy.

Thanks,

Ranjan

0 Kudos

Hi,

Only Currency Codes are stored in SAP table TCURC. I don't think the symbols are stored in any SAP Table.

Regards,

Suresh Datti

Former Member
0 Kudos

Chittaramjan

WElcome to SDN !!!!

Seee the tables T005(field waers) and TCURX (for no of decimal places)

Thanks

Kay

Former Member
0 Kudos

Hi chittarmjan,

1. welcome to SDN.

2. what u want, is not available in Sap R/3.

3. Dollars = $

Pound = ...

etc.

4. We need to hardcode the symbol.

5. At the most decimal places

for each currency is available

for formating purpsose,

which the system automatically takes care

while displaying

regards,

amit m.