cancel
Showing results for 
Search instead for 
Did you mean: 

SAPscript: Adding pages to a form

Former Member
0 Kudos

Hi Experts,

I am trying to print a Inbound delivery. I have two pages <b>First</b> and <b>Next</b>. Till this point everyting is fine.

I have a requirement to print an image on another page. This page should be the <b>Last</b> page and should be printed once irrespective to any number of <b>NEXT</b> pages.

How can I do this ?

Arshad.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

It seems your page NEXT can be repeated dynamically, so you do need to mention the same page in the Next Page field.

Create a new page (Say LAST).

In the main Window of Next Page where the data print ends write a command to go to LAST Page.

Regards

Surya.

Former Member
0 Kudos

Hi Surya,

Thanks for your generous reply.

I tried using the following code,

<b>&NEW-PAGE& LAST</b>, but it does not work. Could you please tell me how to call the LAST page in NEXT page.

Thanks,

Arshad