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 Drop Down in AVL Grid display

Former Member
0 Kudos

Hi All,

My requirement is to develop an ALV Grid report with 10 some 10 fields. on that one field is editable. for that editable field i need to make it as Drop Down. I am using FM "REUSE_ALV_GRID_DISPLAY_LVC". In field catalog i have added " wa_fcat-drdn_hndl = '1'. ". the problem is the field is displayed as drop down but no values are getting populated.

Kindly tell me the solution.

Thanks in advance.

1 REPLY 1

Former Member
0 Kudos

Does your requirement force the use of the ALV function module instead of OO?

If not, there is a method -- set_drop_down_table

This method will take in the handle that you specified and the associated value:

handle value

1 A

1 B

1 C