Application Development and Automation 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: 
Read only

Hi

Former Member
0 Likes
355

What is the code required in order to scroll the 3rd detail list to page 5 ?

a) Scroll LIST 3 5

b) Scroll LIST Index 3 to Page 5

c) Scroll LIST sy-index 3 to Page 5

d) Scroll LIST sy-lsind 3 to Page 5

pl give me the solution for this with reasons

1 ACCEPTED SOLUTION
Read only

Azeemquadri
Contributor
0 Likes
334

set sy-lsind to whatever page u want to go to.

2 REPLIES 2
Read only

Azeemquadri
Contributor
0 Likes
335

set sy-lsind to whatever page u want to go to.

Read only

former_member404244
Active Contributor
0 Likes
334

Hi,

use the system variable SY-LSIND..

Regards,

Nagaraj