cancel
Showing results for 
Search instead for 
Did you mean: 

Print text on back side of last page in sap script

Former Member
0 Kudos

Hi All,

In Script PO i have to print 'Terms and Conditions' text only on the back side of last page of the PO.

Presently script contains two pages ( FIRST, NEXT).

FIRST with attributes :

next page as NEXT , Print mode T.

NEXT with attributes :

next page as NEXT and print mode T

Please help us in solving issue.

Thanks and Regards

Venkata Swamy

Accepted Solutions (0)

Answers (1)

Answers (1)

aidan_black
Active Contributor
0 Kudos

Hello,

I would set it like this:

FIRST with attributes :

next page as NEXT , Print mode T.

NEXT with attributes :

next page as NEXT and print mode T

Create a page TERMS_CONDITIONS which also has a small MAIN window. As the last node of the MAIN window use a command node with a fixed page break to page TERMS_CONDITIONS.

Regards,

Aidan

Former Member
0 Kudos

Hi ,

In Script PO i have to print 'Terms and Conditions' text only on the back side of last page of the PO.

Presently script contains THREE pages ( FIRST, NEXT, TERMS).

FIRST with attributes :

next page as NEXT , Print mode T.

NEXT with attributes :

next page as NEXT and print mode T

TERMS with attributes :

next page as ' '.

I Created 'TERMS AND CONDITION' window.For TERMS page i selected 'TERMS AND CONDITION' window only.

So page window of 'TERMS' is 'TERMS AND CONDITION' and i included standard text in 'TERMS AND CONDITION' window.

If PO contains 9 pages( that means MAIN WINDOW data flows up to 9th page with footer also ).

So i have to print standard text(Terms and conditions) back side of 9th page only not on all pages.

So total PO contians 9 pages with 10 prints.

Please help to solve the issue

Thanks and Regards

Venkata swamy