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

Can i display a new page in sapscript ,without using print program.

Former Member
0 Likes
546

I have created a new page and also a new window and in PAGEWINDOW tab i have included my new window to my new page.This form already contains 2 pages and mine is third page even i have called my third page after the second page but still its not displaying(i didnt do any changes in my print program)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
497

If your new page is static (i.e doesn't contain the MAIN window) or there are not enough lines to fill three pages your page will not appear.

You can force this page by adding the command /: NEW-PAGE <i>pagename</i>

at the end of your second page.

Regards,

Nick

I have created a new page and also a new window and in PAGEWINDOW tab i have included my new window to my new page.This form already contains 2 pages and mine is third page even i have called my third page after the second page but still its not displaying(i didnt do any changes in my print program)

2 REPLIES 2
Read only

Former Member
0 Likes
498

If your new page is static (i.e doesn't contain the MAIN window) or there are not enough lines to fill three pages your page will not appear.

You can force this page by adding the command /: NEW-PAGE <i>pagename</i>

at the end of your second page.

Regards,

Nick

Read only

Former Member
0 Likes
497

in the attributes of the second page u need to keep the next page attribute as third page .... then only u r third page will trigger

reward points if helpful....