‎2007 Dec 18 1:33 AM
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
‎2007 Dec 18 4:13 AM
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.