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

ISO Code

Former Member
0 Likes
2,145

Hi,

I want to get mapping of SAP Country Code and Currency Code in the form of ISO Code. Which table should I use for conversion?

Thanks in advance,

Regards,

Nathan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,319

Hi,

please check out the link below it might help you

http://help.sap.com/saphelp_nw04/helpdata/en/43/b46c3953c111d395fa00a0c94260a5/content.htm

for table name you can use the following link

http://sap4.com/contentid-86.html

***********please reward points if the information is helpful to you*************

6 REPLIES 6
Read only

Former Member
0 Likes
1,320

Hi,

please check out the link below it might help you

http://help.sap.com/saphelp_nw04/helpdata/en/43/b46c3953c111d395fa00a0c94260a5/content.htm

for table name you can use the following link

http://sap4.com/contentid-86.html

***********please reward points if the information is helpful to you*************

Read only

amit_khare
Active Contributor
0 Likes
1,319

Refer FMs -

CURRENCY_CODE_SAP_TO_ISO table TCURC-ISOCD

COUNTRY_CODE_SAP_TO_ISO table T005-INTCA

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
1,319

Hi

Table : T005

Field --> INTCA : Country ISO Code

--> LAND1 : Country code

--> WAERS : Country Currency

Reward, if helpful,

Sandeep Kaushik

Read only

0 Likes
1,319

Thanks all for your replies..

How about ISO Currency Code?

Regards,

-->Nathan

Read only

0 Likes
1,319

TCURC-WAERS

TCURC-ISOCD

Read only

0 Likes
1,319

Hi,

Check the same from table TCURC-ISOCD.

Sandeep Kaushik