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 - next page

Former Member
0 Likes
396

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.

Indrajit

2 REPLIES 2
Read only

Former Member
0 Likes
365

Hi

You can adjust the settings (TOP,LEFT,WIDTH,HEIGHT etc) in the Page Window Settings for each and every page, such that you can decide the start point of the each window in a page

adjust/change them in second page and see it will come correctly

Regards

Anji

Read only

Former Member
0 Likes
365

Hi

To print Boxes and Lines use a variable widow whose width and height is equal to that of main windows on all pages where you want to print Boxes. Use the commands to draw lines in variablw window .

Regards

MNR