Hi Experts,
In the selection screen of a report program, I have created a list box for countries as below:
PARAMETERS p_contry TYPE zcountry AS LISTBOX VISIBLE LENGTH 20 OBLIGATORY. " Country
While executing, I want to select multiple countries using CTRL key. is it possible if so then I can get it.
Thanks
Deep.