‎2021 Apr 08 5:20 PM
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?.
‎2021 Apr 09 7:24 AM
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.