cancel
Showing results for 
Search instead for 
Did you mean: 

List of Countries in SAP

Former Member
0 Kudos

Hi,

I am using the SAPJCO and wish to get a list of country codes from SAP and their text representation. For example when I extract data from an info type the country is represented as an integer, I wish to translate these to real country names, can this be done, is there a BAPI or RFC to do this?

Thanks for your time

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi ,

There is no standard BAPI or RFC to get the country list. But if u want u can create one . These details are avaliabel in T005 , T005T table .

This table is country master . and T005T is the table with text of country code.

u need to pass spars = 'EN' in T005T table and the country code u need to pass.

with this u can get the country name.

u can use select singe if u r going to select only single record ..

Thanks and regards

Former Member
0 Kudos

In fact from further research,this is incorrect what you have said. There is a BAPI that can be used to access the tables that you have suggested.

RFC_READ_TABLE

Thank you for your reply though

Alan