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 go from 1st list to 5th list in ALV?

Former Member
0 Kudos

Hi ,

I got a question about the alv events. Could you please tell me what is the event actually triggered when I want to go from 1st list to 5th list. How can i do it?

Regards,

Abhijit

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

i don't think you really can jump from list 1 to list 5.

Since here there is no list index like sy-lsind in our normal reports.

So if you want to navigate from list 1 to list 5. you have to code for that ,since you know what is list1 and what is list5. calling the alv display function in list1 when ever you need to navigate , all the navigations are possible through the event USER_COMMAND.

Edited by: Vijay Babu Dudla on Sep 11, 2008 3:25 PM

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

i don't think you really can jump from list 1 to list 5.

Since here there is no list index like sy-lsind in our normal reports.

So if you want to navigate from list 1 to list 5. you have to code for that ,since you know what is list1 and what is list5. calling the alv display function in list1 when ever you need to navigate , all the navigations are possible through the event USER_COMMAND.

Edited by: Vijay Babu Dudla on Sep 11, 2008 3:25 PM