cancel
Showing results for 
Search instead for 
Did you mean: 

Hi Overlapping in SAP Script

Former Member
0 Kudos

Hi Guru's,

I have got requirement to show 2 boxes in main window so initially i wrote the BOX command in maindow and it was working fine for first page when it goes to more than one page box was not displaying in the output so that i reallized when it goes to every page we needs to trigger box command which is difficult for me in some cases so we decided to create one more window with same size of main window and done the coding for creation of boxes and it is working expect one requirement.

I need to put one more line inside the maindow ( these line will be adjusted based on the data) bcz it is dynamic so i cant out it in normal window so i have put it in main window it was coming perfect when you are looked in print preview but when im talking print out it is not coming.? Seems like it overlapping but i dont know how to resolve this issue

Could you please suggest me how to procced further?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This may be b'coz you are using 2 different windows with the same position and size.

Instead of having 2 windows, try using the BOX command with the TOP (part of main window)


/: TOP
BOX...      "<----- Your box commned
/: ENDTOP

Hope this helps you.