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