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: 

How to respond to double_click event of ALV?

Former Member
0 Kudos

I know how to handle this event when creating ALV grid myself, but is it a way to handle this while creating ALV by REUSE_ALV_GRID_DISPLAY?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check this link:

http://www.sapfans.com/forums/viewtopic.php?t=22036

Regards,

Prakash.

3 REPLIES 3

Former Member
0 Kudos

Hi

In OO ALV GRID you have to manage the event DOUBLE_CLICK,

In the fm you have to assign a functional code to F2 (in the parameter IS_LAYOUT, field F2CODE) key and manage it in the USER_COMMAND form.

Max

Former Member
0 Kudos

Check this link:

http://www.sapfans.com/forums/viewtopic.php?t=22036

Regards,

Prakash.

Former Member
0 Kudos

I found that I just need to respond to user_comm event with value '&IC1'. Then where can I find all those FCODEs?