cancel
Showing results for 
Search instead for 
Did you mean: 

To print back side of invoice

Former Member
0 Kudos

Hi Experts,

I am creating a custom commercial invoice smart form. The terms and condition is needed to be print on back side of the invoice.

How do i achieve this. plz do help.

Thanks & Regards,

Vishal Pardeshi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try to create the pages that you need to print in the FORM. When you finish:

1.- Go to transaction SPAD

2.- Search your Output Device and press Enter Key.

3.- Go to the Output Attributes Tab.

4.- In the Printer Mode (In bottom of screen) select DUPLEX - Print on both sides.

I hope it helps you...

--

Alexis Sánchez N.

SAP Development Consultant

Valencia, Venezuela

Answers (2)

Answers (2)

Former Member
0 Kudos

Steps w.r.t Arul, i dont understand why we need a 2nd blank page.

If we have a 2 page smartform, setting the first page with Print Attributes: 'D'(Duplex), and the 2nd page as DEFAULT should print back-to-back.

Did you try it just with 2 pages, without the blank page in-between?

arul_murugan
Active Participant
0 Kudos

Hi Vishal,

Create 3 pages in Smartforms,

First page

second page

Back page

First page has print mode "D" and next page as "Back page"

Back page has print mode " " and next page "FIrst page"

second has print mode " " and next page " blank"

Back and second page are identical apart from that, and do not have a MAIN window - they just contain the T&C in a secondary window.

At the very end of the MAIN window on the page first page, insert the command NEW PAGE <second page>.

Rewards if it is useful

Thanks

Arul

Former Member
0 Kudos

Hi arul,

I have followed the steps given by you, was helpul till some extend But last step that is

"At the very end of the MAIN window on the page first page, insert the command NEW PAGE <second page>."

executing the program after above steps throwing an erorr " Internal error".

Plz help.

First page has print mode "D" and next page as "Back page"

Back page has print mode " " and next page "FIrst page"

second has print mode " " and next page " blank"

Back and second page are identical apart from that, and do not have a MAIN window - they just contain the T&C in a secondary window.

At the very end of the MAIN window on the page first page, insert the command NEW PAGE <second page>.

Thanks & Regards,

Vishal Pardeshi