Hi,
My code for the selection screen is as given below:
data: v_bukrs type ekko-bukrs.
select-options: s_one for v_bukrs default '1234',
s_two for ekko-lifnr,
s_three for ekko-ekgrp.
select-options: s_last for ekko-llief no intervals.
However, when I execute my program, all for select-options show Multiple selection icon. When I click on the icon for multiple selection, it is not processed.
I tried to debug and find out but to no avail. Also I have searched extensively over SDN, but have not found any solution for my problem.
Kindly help with relevant solution.
Regards,
Smruthi