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

Page assignment in sapscript

Former Member
0 Likes
250

Hi Friends,

I face the below problem when I add new page to the existing sapscript. It has currently only one page (FIRST). I want to print the summary log after the data is printed.

But the contents displayed in main window is dynamic based on the selection screen data (it might be 1 page or 3 pages or 20 pages also)hence in the attribute of the first page the next page is itself. Where should I reset the attributes so that after all the data of main window is printed I want the summary page to be called.

Kindly reply with your answers. Points guaranteed.

Thanks,

Nidhya

1 REPLY 1
Read only

Former Member
0 Likes
230

Hi,

since u wan the data of main window to be displayed dynamically and it might be of any of pages there u can write the condition as in

IF &nextpage& eq 0.

[here u can insert the window and wrte the element /:E summarywindow ]

i.e u can call the summary in the form of summary window...

Try this u it might solve ur problem.

Regards,

Sana.