hi
In a module pool program(generated through custom infotype)
I have used a list box to display the values, by using VRM_SET_VALUES function moudle.
it is working for the create functionality
but for change functionality, it is showing the current value in the drop down box.
for ex: the list box contains 01, 02 03.
if we select 01 while creating the record, next time when we try to change this record,
in the drop down box it is showing 4 values. 01 02 03 01(again and also current value)
I tried to refresh the buffer,but still problem existed.
Please help me here