Skip to Content
0
Former Member
Feb 16, 2009 at 04:16 AM

Text getting overwritten in first page of SAP Script

566 Views

Hi All,

My Requirement:

1. I have a SAP Script which has a main window which prints the internal table data

2. I have created a instance of Mainwindow to display watermark.

3. Now, everything seems to be fine while displaying the watermark/foreground text.

Problem is:

4. If the data exceeds 15 records(i.e, end of the main page), 16th record starts printing from the top of the main window again.

5. This continues till the end of the 30th record(i.e., it is Overwriting all the first 15 records) and the 31st records is getting printed in the 2nd page.

6. FYI, I have maintained the header in such a way that 2nd Page should be triggered after the first.

7. Also, I have called the windows in the correct order

What could be the problem? Is it because, I have created an instance of main window to display the text. If that is the case, how to resolve this ??? Any thoughts on this would be highly appreciated