Application Development and Automation 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: 
Read only

Multiple Selection in dropdown in module pool/text editor

former_member671224
Participant
0 Likes
770

Hi,

How to provide an option for multiple selection in dropdown/listbox? Is there any option for this other than triggering F4 function and displaying in ALV or table control with multiple selection option?

otherwise, is it possible to have multiple selection in text editor?

Thanks,

Amal

3 REPLIES 3
Read only

Former Member
0 Likes
619

HI,

Instead of displaying multiple selection in deopdown list go for multiple section in ListBOx. It will be easier for you. Here is the demonstration of using ListBox along with screen shots and Code.

Check this Link

<Link farm to blocked site removed by moderator>

Edited by: sum_it2 on Nov 16, 2011 9:37 AM

Edited by: Vinod Kumar on Nov 16, 2011 3:01 PM

Read only

0 Likes
619

Hi,

I need this function in module pool or text editor; not in webdynpro. any option to do in module pool?

Thanks,

Amal

Read only

Former Member
0 Likes
619

listboxes/dropdown menus dont provide the ability of multiple selection.

better do a table control or a ALV with a selection characteristic.