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

How to link two list boxes in module pool programming

0 Likes
660

i created the module pool program for list box.

How to link two list boxes correlate them and also how to get values of list box1 to listbox2 for example room name it has values -- general and deluxe as listbox1 and room number - general has values 5 rooms and deluxe has values 3 rooms alloted in the room number as list box2?.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
594

Assign a Function Code to the list box field so that to execute ABAP code immediately when the users changes the value. You can then do whatever you want.