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: 

alv grid display

Former Member
0 Kudos

Hi ,

I am using alv grid display(fn module approach). There when I double click a record , some other details have to be displayed in another screen , based on the record clicked . In other words what is alv's equivalent for at line selection in list . Can anyone provide me with sample code for such situation .

Regards,

Kavitha.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In the FM, there is an argument named I_CALLBACK_USER_COMMAND. Provide the name of a subroutine from your program that you want to invoke on a double click. In that subroutine, write anything you like to.

Take a look at for a code sample.

Regards

1 REPLY 1

Former Member
0 Kudos

Hi,

In the FM, there is an argument named I_CALLBACK_USER_COMMAND. Provide the name of a subroutine from your program that you want to invoke on a double click. In that subroutine, write anything you like to.

Take a look at for a code sample.

Regards