Hi,
I am using this FM for populating drop down values for my screen field in module pool program, and the property of this input field is set to 'List Box'.
i have fileds in the internal table which i am passing to this FM like below
key Text
ABC first text
BCD BCD
CDE last text
and if i see the drop down values, it is being displayed as
ABC first text
BCD
CDE last text
the problem here is if key and text are same, the text is not displayed in the drop down.
any suggestions why it is behaving like this.
Thanks,
Kranthi.