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: 

Reg displaying a Field as Drop Down in ALV Grid Display

Former Member
0 Kudos

Hi All,

I have developed an ALV report program with one editable field using FM "REUSE_ALV_GRID_DISPLAY_LVC". My requirement is to make that editable field as dropdown box so that user can choose from the options. If i press SAVE all those will gets saved in a Ztable. Everything is working fine. But no values are getting populated in dropdown box.

Kindly do the needful.

Thanks in advance.

1 REPLY 1

awin_prabhu
Active Contributor
0 Kudos

Hi,

Check out follwing subroutines in below programs.

perform build_fieldcat changing pt_fieldcat.

perform set_drdn_table.

BCALV_EDIT_06

BCALV_EDIT_07