‎2011 Aug 17 10:10 AM
Hi All,
I am using the function module write_display to display the output of a report (submit used inside), though the output contains multiple pages the display only shows as 1 page. Is there a way we can split the pages and display?
Br,
Praveen.
‎2011 Aug 17 7:50 PM
Hi,
Good question.
That is not related to WRITE_LIST, it works like that for all ABAP lists: blank lines are not displayed. I don't know any option to view only one page at a time, but you can use PP+ OK code to display the following page.
Sandra