cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SCRIPT Tearms & condition print in back of last page

Former Member
0 Kudos

Hi All,

I have requirement that in SAP script page ...First - Next,Last.

On last page having tearm, & condition , we want that last page should print on Back of last page .

Can anybody provide me any idea on that..

Thanks & Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi rishi

do it like this

say your page page_tandc is terms and cond page and page1 is printing before that.

set page1 as duplex mode and page_tandc as default mode.

it will resolve the issue. let me know if unsloved yet.

Former Member
0 Kudos

Hi,

Just give the Print Mode in Print Attributes of the page as 'D' (Duplex Mode).

Pages tab>select Page which u want to print double side>Print Attributes Block, give Print mode as 'D'.

Rgds,

Pavan

Former Member
0 Kudos

Hi All,

Thanks for your response.

In the Script having three page .

1 First - Customes address , logo ,ect

2. Next - customes line items

3. Last - Terms & conditions

I want when Next page ended with line items , then in back of Next page , The Last page ( T& C) page will print.

How I can achieve this , Last page is printing saperately .

Thanks .

aidan_black
Active Contributor
0 Kudos

Hi,

In the Sapscript form please set as following:

se71 -> <Form> -> Pages:

FIRST:

Resource Name

Print mode:

NEXT:

Resource Name

Print mode: D

LAST:

Resource Name

Print mode:

I know you will print more than one NEXT page but for each new page a new duplex command will be issued and the new NEXT page will be started on the front of the page. When the LAST page comes it will print on the back of the last NEXT page.(print mode for page LAST is set to blank -no change so duplex setting applies)

Regards,

Aidan

Former Member
0 Kudos

Hi ,

Tried the given solution but no luck....

any other solution.....

Former Member
0 Kudos

Hi,

While creating your Last page in script change the page parameter to 😧 (i.e. PRINT MODE = "D" )

BR,

Rajani

Former Member
0 Kudos

Hi,

Just set the setting of that page in DUPLEX Mode.

Goto to Sapscript --> Page Node --> Bottom Page Attributes --> Print Mpde --> Set As 'D' (Duplex Mode)

This will be helpful...

Regards,

Prashant gaikwad