Skip to Content
0
Former Member
Dec 09, 2011 at 08:54 AM

How to extract a Text if i have a corresponding Value

31 Views

Dear friends want to fill text instead of a value i.e input box currently has "KE" i want to fill it with its text "KENYA"

the base table in which i get the KE is IT_9009 field CNTRY_CODE

IT_Country is my internal table at RFC which has all the text maintained for country, CNTRY_CODE has code and CNTRY_TEXT ihas

i have created a context attribute Ctx_Country and dont want KE to print here instead i need KENYA.

please suggest