cancel
Showing results for 
Search instead for 
Did you mean: 

Next Page not printing in Sapscript

Former Member
0 Kudos

Hi Experts,

I have two pages 1st and 2nd with Main window. I have a text which is very big so i have divided it into 3 standard text and using 3 pages to include that text.These 3 pages donot have main window.

Now the problem is the text is getting displayed when we test print in sapscript . But not getting displayed when print program is executed.

Kindly help me in this

Thanks and Rgds

Neha Kapoor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

in SAP script ever y page must have a main window, else the contents wont be taken into the page.

try in in calling the text in the main page.

reward points, if useful.

Answers (1)

Answers (1)

former_member673464
Active Contributor
0 Kudos

hi,

Try like this..

using condition to call the second page

/: IF &NEXTPAGE& eq 0

: new-page page2

/: ELSEIF condition

:

/: ELSE

:

/: ENDIF

with regards,

veeresh

Former Member
0 Kudos

Hi,

I tried this but it doesnot work.Should i write this code in main window of 1st and 2 nd page.

Thanks and Regards

Neha Kapoor