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: 

Dialog programming generate date from another listbox

Former Member
0 Kudos

Hi expert

I want to generate a listbox value from another listbox. 2nd listbox value will generate basis on the 1st lisboxt.(i.e) after selecting the first listbox 2nd listbox will generate basis on first . please anwser it elaborately.

thanks in advance

2 REPLIES 2

Former Member
0 Kudos

Hi,

Very strange requirement. Listbox into a listbox...I don't think it is possible in SAP. But i am not sure.

What you can do,, select a value from a list box,, as you selects that value,, it will pop up a second screen,, from here you can select the values (maintained for second listbox)...

0 Kudos

No, not a strange requirement and no need to pop a new screen.

The first listbox must have a function code assigned. Picking a value triggers a roundtrip and in the PBO of the same screen the 2nd listbox is filled by MODULE code that uses logic with VRM_SET_VALUES to populate the second listbox based on the value selected int he first listbox. It's a very common process...