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: 

Drop Down in cl_gui_alv_grid

Former Member
0 Kudos

Hi ,

Can anyone Please tell me how to get the value from one drop down box and put the corresponding value in another Drop downbox.

e.g.

Field A ---> DropDown -


Values '1' and '2'

So , if i press 1 from Field A

the in Field B -


> Drop Down it should come as 'A' 'B' 'C'.

2 REPLIES 2

Former Member
0 Kudos

hi

SET_DROP_DOWN_ITEMS

DROPDOWN_VALUE_CHANGE

IF_DRAGDROP~ONDRO

IF_DRAGDROP~ONDROPCOMPLETE

try these methods of this class.

former_member705122
Active Contributor
0 Kudos

Hi,

Check the sample programs.

BCALV_EDIT_06
BCALV_EDIT_07

For more info check this thread,

Regards

Adil