Application Development and Automation 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: 
Read only

Currency type

Former Member
0 Likes
779

Hi

if i know the currency type like dollars, JPY , EURO , how do i find out the symbol ?

like USD means $ like that.

is there any function module or tables are there?

thanks

vennila.

5 REPLIES 5
Read only

Former Member
0 Likes
667

Hi,

I don't think there is a table that is storing the CURR SYMBOL as such, but Table TCURC holds the currency code, I thing that is all we have. So, probably you can look at displaying the currency code than the symbol

Regards

Kiran Sure

Read only

Former Member
0 Likes
667

Hi,

There is no such thing available in SAP yet....

REWARD IF USEFUL

Read only

Former Member
0 Likes
667

Hello.

SAP only stores the currecy type, like USD, EUR or BRL.

So, if you still want to use currency symbols, you gotta hadle it mannually.

Regards.

Read only

Former Member
0 Likes
667

check the table TCP01 for currency sysmbols.

Reward if useful.

Dara.

Read only

Former Member
0 Likes
667

If you wan to insert this currency symbol into your script then check this link...it is exact answer .

http://www.saptechnical.com/Tips/SmartForms/EuroSymbol/Print.htm