Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic generation of list box items

former_member209217
Active Contributor
0 Kudos

Hi Experts,

I have a selection screen whichconsists of 4 radio buttons and one listbox.

Depending on the selection of radio button i have to change the items displayed in the list box dynamically.Please suggest me how i can achieve that???.

Regards,

Lakshman

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dear lakshman,

Mention the USER-COMMAND to the one of your Radio button.

And Populate the list box every time in the

AT SELECTION-SCREEN OUTPUT.

Hope It will work try it.

Regards,

Madan Mohan.

4 REPLIES 4

Former Member
0 Kudos

Dear lakshman,

Mention the USER-COMMAND to the one of your Radio button.

And Populate the list box every time in the

AT SELECTION-SCREEN OUTPUT.

Hope It will work try it.

Regards,

Madan Mohan.

0 Kudos

Hi Madan,

I tried that way already.Its not working .

Please post the code once and i will chk my code .

Regards,

Lakshman.

tarangini_katta
Active Contributor
0 Kudos

Hi Lakshman,

START-OF-SELECTION.

If p_R1 is not initial.

Get the data item data and display in the list.

endif.

if p_r2 is not initial.

endif.

Like this u need to do.

thanks

Former Member
0 Kudos

Hi,

Cheers,

Pravin S