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: 

Display certain default page in out put list

Former Member
0 Kudos

Hi,

I have done a simple ABAP report which display line item wise data.

The display data contain no of page.

I want to display out put default last page after passing data in selection screen .

Thanks,

sunil sahoo

2 REPLIES 2

Former Member
0 Kudos

As per my understanding , you have a report and you are displaying output using Write statement from a final internal table by loop statement.

Just after this you write one more subroutine which will write your default last page.

hope you get it

Former Member
0 Kudos

As per my understanding , you have a report and you are displaying output using Write statement from a final internal table by loop statement.

Just after this you write one more subroutine which will write your default last page.

hope you get it