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: 

ISO Code

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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*************

amit_khare
Active Contributor
0 Kudos

Refer FMs -

CURRENCY_CODE_SAP_TO_ISO table TCURC-ISOCD

COUNTRY_CODE_SAP_TO_ISO table T005-INTCA

Regards,

Amit

Reward all helpful replies.

former_member208856
Active Contributor
0 Kudos

Hi

Table : T005

Field --> INTCA : Country ISO Code

--> LAND1 : Country code

--> WAERS : Country Currency

Reward, if helpful,

Sandeep Kaushik

0 Kudos

Thanks all for your replies..

How about ISO Currency Code?

Regards,

-->Nathan

0 Kudos

TCURC-WAERS

TCURC-ISOCD

0 Kudos

Hi,

Check the same from table TCURC-ISOCD.

Sandeep Kaushik