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

interactive report (sap abap)

Former Member
0 Likes
572

How to reach a particular page in interactive report? suppose i am here on 18 page but i want to reach directly page 13 so how can i reach?

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
495

Look in online help of AT USER-COMMAND for classical list .
(There should be a function code such as PPn to reach start of page n, so try to input =PP13 in command field. As far back as I can remember that would only work if you used explicit NEW-PAGE statements?)