cancel
Showing results for 
Search instead for 
Did you mean: 

SAP script - Add LAST page

Former Member
0 Kudos

Hi All,

I have a sap script with two pages namely FIRST, NEXT.

for FIRST page - next page is NEXT

for NEXT page - next page is NEXT

I have to add a new page - LAST which contains the terms and conditions text.

This has to be the very last page that should be printed for every purchase order.

The print program for this script is a standard program.

I created a new page LAST and left the next page for that blank.

where should i write the code to call and print the LAST page at the very end and what should the code be?

your responses are greatly appreciated.

Thanks!

Sandeep

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you for all the inputs.

Former Member
0 Kudos

Hi all,

I have also the same requirement but i cannot change the print program since it is a standard. The sapscript is CUSTOMISED MEDRUCK

Can u suggest me any alternative solutions please.

Thanks and Regards

Salish

Former Member
0 Kudos

have any solution for SALISH NAIR ??

I also met this problem.

Former Member
0 Kudos

hi,

for FIRST page next page is NEXT,

for NEXT page next page is FIRST,

for LAST page next page is -


(blank).

at the end of main window write this code

/: NEW-PAGE LAST

Former Member
0 Kudos

Hi Kishore,

Thank you for the reply.

I made the changes as per your suggestions and the last page still does not come up.

Any alternatives??

Thanks!

Sandeep

Former Member
0 Kudos

Hi Sandeep,

Have You called the element Terms-*** in Print Program / driver Program..

Regards

sg

Former Member
0 Kudos

Hi Sandeep,

for FIRST page - next page is NEXT

for NEXT page - next page is NEXT

for LAST page - next page is LAST

In the MAIN Window write the below code at the end of the code:

/E TERMS_COND

/: NEW-PAGE LAST

AS Terms and Conditions

AS 1. First terms and conditions

AS 2. Second terms and conditions and so on..

Thatz all u have to do..

U will get the Terms and Conditons in the last page of the PO.

Regards,

KK