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

multiple pages print

Former Member
0 Likes
598

Hi EveryBody

in the sapscript there are 2 pages to be printed and in

page1 there are 10 windows and in

page2 there are 5 windows and i want to add one window

available in page 1 in page 2 also.

I have created the elment but it is not dispalying in the

output

4 REPLIES 4
Read only

Former Member
0 Likes
532

Hi

Make sure that the new window is available on Page Windows (1 and 2). In other words, make sure that not only you created the window but also you assigned it to the Page 1 and Page 2. Check the attributes of the window ie. Left/Upper margin and width/height. Put a dummy text into the window. You should be able to see that text on both pages.

Hope this helps.

Thanks

Wojtek

Read only

0 Likes
532

the window is in both pages and attributes like upper margin and every thing are same but not appearing the second page

Read only

0 Likes
532

Hi

Sounds very strange. Is the window appearing on the 'Page 1'? Is 'Page 2' set as a Next page on 'Page 1'?

If you do the preview 'Test print' from Utilities menu (TC SE71), can you see your window? It should be visible as a box with a grey border.

Thanks

Wojtek

Read only

0 Likes
532

Hi All,

in deliverynote script program if there are more materials in the list it will print in second page also.

in first page apart from main and header window we are having title info,info1,numbers in first page they are defined.

while printing the second page i need to print the details in all windows.

but it is not printing though i added the windows in the next page also.

whether i need to modify the print program for this case.

Please tell me how to proceed