2009 Apr 08 5:27 PM
Hello All,,
In SAP Scipt, I need to display a table containing data. If the number of entires in the table are more, the line items are overflowing to the next page which is fine.
But in the next page the main window boxes are coming below the data. How to avoid this? Please suggest. I want the table data to be displayed in the main window table boxes even in next page.
For information:
The form has two pages FIRST and NEXT
Both pages have only two windows MAIN and LOGO
Parameters left margin upper margin window width and height are same for both windows in both pages.
These are the things i have already tried.
Changing the values of the parameters left margin upper margin window width and height so that the box in next pages accomodates the text but still its overlapping.
Hello All,,
In SAP Scipt, I need to display a table containing data. If the number of entires in the table are more, the line items are overflowing to the next page which is fine.
But in the next page the main window boxes are coming below the data. How to avoid this? Please suggest. I want the table data to be displayed in the main window table boxes even in next page.
For information:
The form has two pages FIRST and NEXT
Both pages have only two windows MAIN and LOGO
Parameters left margin upper margin window width and height are same for both windows in both pages.
These are the things i have already tried.
Changing the values of the parameters left margin upper margin window width and height so that the box in next pages accomodates the text but still its overlapping.
2009 Apr 08 5:31 PM
HI,
Check the dimensions used in the while printing the Table Box.
Check the statement BOX in the second page.
2009 Apr 08 5:36 PM
Forgot to add the images of the two pages here are these
2009 Apr 08 5:38 PM
the box dimesions are mentioned in the main window under single element so there is now way that the dimensions would change in both pages.