cancel
Showing results for 
Search instead for 
Did you mean: 

Display Country Name in the Form

Former Member
0 Kudos

Hi All,

I would like to do printing of the address data in the form but I'm not using the control command ADDRESS - ENDADDRESS due to I can't re-arrange of display the address data in 1 lines only.

My current problem is how I can display the country name in the form output instead of display the country key only? If Im using the control command, it's no problem to display the country name (eg: Malaysia). Please kindly advise, what are the table we can retrieve the country name/

Eg:

Country Key - MY,

Country Name - Malaysia <- This is the value I needed

Accepted Solutions (1)

Accepted Solutions (1)

former_member205763
Active Contributor
0 Kudos

U get country name from T005t,

Pass land1 -country key and get landx -country name

Edited by: Kartik Tarla on Apr 12, 2009 10:37 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks all.

Former Member
0 Kudos
county type t005t-landx.
select single landx FROM t005t into country where land1 = <country key>

Regards,

Lalit Mohan Gupta.