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: 

REUSE_ALV_GRID_DISPLAY_LVC - Define F4 functionality

Former Member
0 Kudos

Hi,

I have an editable ALV grid by using the function module REUSE_ALV_GRID_DISPLAY_LVC. On one of the fields, I need to define an F4 dropdown. When the user select the F4 dropdown option, I woud like to execute my own code to provide the drop down list.

Can this be done using REUSE_ALV_GRID_DISPLAY_LVC.

Thanks

Martin

2 REPLIES 2

Former Member
0 Kudos

Hi

It needs to implement the event ONF4, but I don't believe that fm triggers this event, probably you should use OOA

Max

0 Kudos

By using the Function Module GET_GLOBALS_FROM_SLVC_FULLSCR and some of the methods that would be used with an OO ALV I got it working.