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: 

Dropdown in grid alv ?

Former Member
0 Kudos

Hi

I was using REUSE_ALV_GRID_DISPLAY_LVC FUNCTION

I'm trying add value to dropdown cells like this...


CLEAR : gs_dropdown , gt_dropdown[].

   gs_dropdown-handle = '30'.

   gs_dropdown-value  = '1'.

   APPEND gs_dropdown TO gt_dropdown.

   gs_dropdown-handle = '30'.

   gs_dropdown-value  = '2'.

   APPEND gs_dropdown TO gt_dropdown.

After this when i run the program alv cells is will change but dropdown values doesn't exits ?

How can i do this ?



1 ACCEPTED SOLUTION

JuanCarlosDelga
Contributor
0 Kudos

Hi Burak,

Check this programs:

BCALV_EDIT_06

BCALV_EDIT_07

Regards.

JCD

1 REPLY 1

JuanCarlosDelga
Contributor
0 Kudos

Hi Burak,

Check this programs:

BCALV_EDIT_06

BCALV_EDIT_07

Regards.

JCD