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

Reg WRITE_LIST

Former Member
0 Likes
401

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.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
373

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