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

Sap Script : Data overlap in boxes in NEXT PAGE

Former Member
0 Likes
842

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.

3 REPLIES 3
Read only

Former Member
0 Likes
708

HI,

Check the dimensions used in the while printing the Table Box.

Check the statement BOX in the second page.

Read only

Former Member
0 Likes
708
Read only

Former Member
0 Likes
708

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.