Invoice Duplex Printing

I've read through a number of posts on duplex printing but I haven't seen a solution to my particular problem. On the back of invoice first page we would like to print a full page of Terms&conditions. I've set up a back page with one window of type const to hold the sales conditions. If only one page is der means terms& conds are not coming.. Any suggestions? Thanks in advance
Regards
Swetha

Hi,
  Go to the PAGES->select the page, at the bottom of the screen u can see print attrbutes in which u have to select print mode as 'D'.U can more info on this field by pressing F1 key.
Thanks,
Vamsi.

Similar Messages

  • Duplex printing of invoice list in smartform

    Hi,
    I am new to smartforms and I have to handle duplex printing.  I need information like how to give the page sequence for duplex printing.
    I have 2 pages, page 1 prints the header list of the invoice. Page 2 prints the invoice list and has the main window, hence if the data in the 2nd page overflows then the invoice list will be printed on the 3rd page. In this scenario I have to get terms & conditions printed behind all the 3 pages.
    I created page3 with terms & conditions. This is the way I gave:
    PAGE1 - Print mode: D; Next page: Page3
    PAGE3 - Print mode: ' '; Next page: Page1
    PAGE2 - Print mode: D; Next page: Page3
    I have a doubt like if the 3rd page is printed with invoice list then will the 3rd page contain the terms & conditions? Please correct me if I am doing wrong.
    Thanks & Regards,
    Kate.

    Hi
    It depends on where you've placed those data, if they are in the bottom of the main, yes you're right: they'll be printed only in the last page.
    If they're are in another window, they are printed in every page (where the window is defined).
    Max

  • SAPScript Duplex Printing (SD Invoice)

    Hi all gurus,
    After reading some threads and as I told on this "answered" question from Manfred:
    Re: Duplex Printing SapScript: Invoice - Printer tries but fails backside?
    We need to print SD invoices in duplex mode.
    Settings that we have changed by now:
    - Sapscript: first page printmode as DUPLEX, next as default -> OK
    - Since read from official SAP documentation, for sapscript duplex you don't need to change display type or device type from SPAD. So I left the one was been used. Anyway, to be sure, I change its print mode to DUPLEX. I have also check if the print control SPMDU appears on the device -> OK
    - The printer we use is an OCE MP 1020 which can print on duplex mode and has PCL
    - I have tried printing the text SAPSCRIPT-PRINTMODETEST from SO10 but duplex does not work. They print on different pages.
    Following those instructions, I could not manage to do it.
    I have some questions:
    - Do we need to configure the printer locally in any way?
    - About the example "SAPSCRIPT-PRINTMODETEST", do you need to configure something before testing it for duplex printing?
    Could you please explain the needed steps to accomplish SAPScript duplex print?
    Thanks in advance,
    John

    Hi Aidan,
    Thanks for your response.
    I have changed the device type from SAPWIN to HPLJ4000.
    When I try to print the text: SAPSCRIPT-PRINTMODETEST
    The SAPLPD.LOG says:
    (11:10:16) Number of processors: 4
    (11:10:16) Icon DLL loaded.
    (11:10:16)
    (11:10:16) Network Communication via SAP-NiLib
    (11:10:16) Hostname: xxxxxxxx
    (11:10:16) IP Address: 9954064.2684488.2684488.1617840
    (11:10:16)
    (11:10:16) SAPLPD Version 6.29 for Windows/NT (OPT) is listening
    (11:10:16) OS-Info: version = 6.1, build = 0/7601, text = Service Pack 1
    (11:10:16) Copyright © 1992-2001 SAP AG
    (11:10:16)
    (11:10:26)
    (11:10:26) Receive job for printer __DEFAULT (Berkeley LPD protocol / RFC1179)
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) send_status called
    (11:10:26) Job 002aBOrZ.IS1 for user XXXXXX queued.
    (11:10:26) Job 002aBOrZ.IS1 (raw) started on printer \XXXXXXXXXX
    (11:10:26) Job 002aBOrZ.IS1 (raw) with 4955 bytes finished
    The printer is not printing any page :S
    This is the printer model:
    http://www.oce.co.uk/products/mp1020/specifications.aspx
    It supports PCL and Postscript
    What could be the problem?
    Thanks in advance

  • Duplex Printing SapScript: Invoice - Printer tries but fails backside?

    Hi experts!
    I have the following problem:
    I want to print invoices with duplex mode (using both sides of the paper to save money). I read the forum here and found out several things.
    1. Printer Admin (SPAD) -> Set the printer to Duplex mode
    Q: Is this general setting needed at all? I just want to print the backsides for invoices
    2. SapScript Form Development (SE71) -> Set Duplex Mode for Page First and Next
    Q: Do I have to set both to duplex? I have the standard setup so First -> Next -> Next ...
    The Problem:
    I tried to print out a 4 page long invoice and I observed the Printer doing it. The Printer tries to duplex by holding the page back at the half and pulling it in again. But then it prints "Nothing" on the backside; also it does this for all 4 pages. Result is: I have 4 pages instead of 2 but the printer needs double the time compared with default printing.
    Printer ok?
    Facing this I tried the text with transaction SO10: SAPSCRIPT-PRINTMODETEST to ensure, the printer can duplex at all.. and it worked perfect. So I can duplex within the text by using the command NEW-PAGE DUPLEX... but that does not help me with my invoice problem at all!. I could use the command in SapScript but the mechanism determing when a page is full would not work anymore. I would not know when a page is full and I dont want to mess with that arround at all.
    So where is my mistake?
    Do I have to adjust the print-report?
    Is it needed to set First as well as Next to duplex?
    Do I have to set in SPAD to duplex in addition?
    Thanks a ton!
    Manfred

    Hi Aidan,
    The tray problem seems to be like the following:
    Page First shall be printed from tray 1 because we have special paper for that with the company logo in color on it. All other pages shall be printed on regular white paper from tray 2 (its cheaper of course).
    I checked it out: it is cheaper to print all pages of the invoice on the expensive paper with duplex then using simplex with the two different types of paper... but thats just for the interest
    As the page FIRST shall be from tray1 and NEXT should have been from tray2 the printer did not try to print the first NEXT (so the second page) page on the backside of the FIRST page because the paper came from the wrong tray.
    The trick with PAGE2 that comes as well from tray1 enabled the printer to print the second page on the backside of page FIRST.
    My current problem is the following (and most likely not SAP-solvable):
    Its best to explain like the following. Take a normal DINA4 empty sheet of paper and mark it with a cross on the upper right corner. Thats where our log is.
    It is in Tray 1 of our printer are the sides with the logo facing down and towards you. If we print in simplex, then the invoice is printed properly on the side with the logo.
    If we print Duplex then we would have to insert the paper with the logo facing upwards and away from you to have the first page printed on the side with the logo correctly.
    the Problem with that is that I would have to change any form to duplex otherwise all other printmessages are printed wrong. And if someone prints on the "good" paper in simplex mode (for example from MSOffice) then they will print on the wrong side of the doc.
    Summary:
    I can print Duplex now with the hints you gave me but I have strategic problems. Another problem is that some customers dont want duplex invoices as they scan the invoices automatically and would miss out every second page.
    Thanks Mr. Black

  • Invoice Printing (AR) in rel 12 with duplex printing

    Hello,
    I am working on an invoice RTF and I need to print a price list on the back of the Invoice.
    This price list is not static as prices can keep changing and I'll get them from a query (Query the INV module).
    I've seen Tim Dexter's blog on printing T&Cs on the back
    but in his case T&Cs are a static page. If you have any examples of duplex printing with a database query being
    the source of information on the back of the page, I'd really appreciate it.
    I need to demo this functionality to end users during UAT next week so I'm in a bit of time crunch here...
    Thanks again.
    Srini
    [email protected]

    Hi Guys,
    Could you please help answer this question?
    I've been trying to print a price list (Coming from a database query in Advanced Pricing module) on the back of my invoice. I've created Data definition and template for this query and registered it as a sub template.
    An Oracle report was created as a source for the xml to build the sub-template.
    But when I call this sub template in my main template (Invoice), all I see
    are the headings. No Price list data is printed.
    Even then, when I print the report from EBS, I still get one-sided print outs.
    Do I need to do anything on the Printer side to get a two sided document?
    If any one has done the two-sided printing, I'd be more than happy to share my RTF, XML and RDFs for main template (Invoice) and Sub-template (Price List) with them.
    Regards,
    Srini
    [email protected]

  • Duplex printing for last 2 pages only

    A customer has an invoice report where they want the terms and conditions (which are 2 pages) duplexed while the report itself is not printed that way.  Any ideas if this can be done using native SSRS?
    Sherry

    I am not sure this will work or not, but you could embed the printer code for duplex printing into your stream. 
    For HP printers:
    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-bpl02705-2%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken#top
    Simplex/Duplex operation
    NOTE: This is only
    applicable to duplex capable printers.
    Function
    Parameter
    Command
    Decimal Value
    Hexadecimal
    Value
    Simplex Print
    Simplex
    Ec&l0S (s)
    027 038 108 048 083 (115)
    1B 26 6C 30 53 (73)
    Duplex Print
    Long-Edge Binding
    Ec&l1S (s)
    027 038 108 049 083 (115)
    1B 26 6C 31 53 (73)
    Duplex Print
    Short-Edge Binding
    Ec&l2S (s)
    027 038 108 050 083 (115)
    1B 26 6C 32 53 (73)
    Long-Edge (left) Offset Registration
    # of Decipoints (1/720")
    Ec&l#U (u)
    027 038 108 #...# 085 (117)
    1B 26 6C #...# 55 (75)
    Short-Edge (Top) Offset Registration
    # of Decipoints (1/720")
    Ec&l#Z (z)
    027 038 108 #...# 090 (122)
    1B 26 6C #...# 5A (7A)
    Page Side Selection
    Next Side
    Ec&a0G (g)
    027 038 097 048 071 (103)
    1B 26 61 30 47 (67)
    Page Side Selection
    Front Side
    Ec&a1G (g)
    027 038 097 049 071 (103)
    1B 26 61 31 47 (67)
    Page Side Selection
    Back Side
    Ec&a2G (g)
    027 038 097 050 071 (103)
    1B 26 61 32 47 (67)

  • Conditional Duplex Printing

    What is the best way to do conditional duplex printing? While printing invoices, just the last page needs to be in duplex mode, so that address details could be printed on the back side of the very last page. We have a solution at the moment, to have page breaks/sections breaks after the invoice data, which gives us what exactly what we want but, it is just not optimal. The printing takes a little bit extra time. Wondering if anybody out there has an elegant and efficient solution.
    Thanks

    Hi,
    I am also facing the same issue. Could you please explain me how are you conditionally printing duplex pages just for the last page.
    In my case, I need to print the check in the footer section of the last page of the invoice and right behind that page, I need to print the address change section.
    I have used <?last-page....?> functionality of XMLP to print the check in the footer section of the last page, and unable to print address section from there on in a new page.
    So could you please send me your sample rtf template to [email protected] or explain the steps you followed to accomplish the work around.
    Thanks and I appreciate your time on this.
    Shankar.

  • Manual duplex printing doesn't work for LaserJet 100 color MFP M175a

    Hi !
    OS Windows 8.1. Printer LaserJet 100 color MFP M175a. Driver version 61.108.8.10073 date 2011 Apr 13th
    1. After switching on checkbox "Print on Both Sides (Manually)" on "Finishing" tab of Print Properties Dialog and
    start printing, dialog with instruction how to turn paper appears. Then printer must print odd pages, stop for
    turning paper and then continue printing of even pages on the back side of paper sheets. But my device prints
    all pages sequentually in order 1,2,3,... without any breaks. What is it- my mistake or possible bug in driver ?
    2. Windows API function DeviceCapabilities with fwCapability=DC_DUPLEX for this printer returns 0 (duplex printing
    impossible). This value for any other HP printer, even without automatic duplexer, always equel to 1.
    This question was solved.
    View Solution.

    Hi @Up205, 
    I see by your post that you are having issues manually printing two-sided. I can help you with this.
    The software for this model on Windows 8.1 is the Basic Solution Software and Driver. This basic software solution provides print and scan functionality only. Did you download and install the newest drivers?
    HP LaserJet Pro 100 color MFP M175nw Drivers.
    Check to make sure Bidirectional Support is Enabled.
    Go to the start up screen, (tiles menu) type in "Devices and Printers", select settings, click on Devices and Printers, right click on the printer, left click Printer Properties, on the Ports tab, put a check beside Enable Bidirectional Support.
    You might have to restart the computer.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Duplex Printing on a HP OfficeJet Pro 8500 Wireless Printer

    Duplex printing - 1.  How do you change the settings to make the printer print on both sides of a single sheet of paper?
                             2.  How do you change the settings to make the printer print on both sides of a single sheer of paper and
                                  when it prints the backside of the sheet it rotates the text so that when you read the text you FLIP it
                                  up vertically to read the backside rather than just turning the over to read the text on the backside.
    I thought I knew the answer to this question - but yesterday when I printed an Owner's Manual for a friend the printer printed 10 sheets that you had to FLIP the sheet over to read the text on the other side (Note: FLIP was not "X"'d.  Then when I printed again I changed the setting so that FLIP was "X"d and it printed with the orientation that I needed (just turn the sheet over to read the text  on the backside of the sheet).
    NO instructions about "Printer Settings" came with the printer so I am in the dark about "HOW TO" things.  As I said before I thought I need how to do it - but it performed exactly backwards as I had thought,,,Have I got TOO old to remember HOW TO set up settings?  Would appreciate help with this and where I can do to get info about HP Printer Settings.  Thanks in advance.
    Kakki
    This question was solved.
    View Solution.

    Hi,
    I assume you are using Windows 7
    For 1)
    Click Start. Go to "Devices and Printers".
    Double Click on the printer icon.
    Click Customize Printer
    Click Preference
    Select "Print on both sides" and select "Flip on long Edge"
    For 2)
    Repeat the same steps but select "Flip on short Edge"
    You can find the same preferences when you click on preferences on the print menu (Ctrl + P)
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"
    (Although I am employed by HP, I am speaking for myself and not for HP)

  • Duplex printing problem with hp 9500 (right side always just half printed)

    Since OS X 10.6 was released there is a problem with the print out of duplex printed pages (specially via Indesign CS4 broschure printing function). Using Mac OS X 10.5.8 with old and new driver everything is fine - but under 10.6, 10.6.1 or 10.6.2 neither old nor one of the new driver releases 2.1, 2.2 or 2.3 will work.
    When I´m trying to print a duplex printing page the print of the right page will be cutted off at the half of the page - like the page would not print A3 horizontally but vertically (so the rest is cut off). The new print features within the printing menu (manual duplex print and print broschure will have same effect but with a strange miniaturization to A5 - although it should be A4). All in all the is no way to print out a duplex printing with OS X 10.6 and hp 9500. Will there be any solution in sight? Are there other with the same effect?

    I have an identical issue to neuegestaltung, but with an HP 5500. I can print single-sided to A3/tabloid successfully but when I try printing duplex the right quarter of the page is cut off on both sides - almost as if it thinks it's printing portrait.
    Applications affected include Adobe Acrobat 8 and 9, Adobe CS3 and CS4 applications including InDesign.
    Preview works fine, but of course the colour balance makes the output unusable.
    OS 10.6.2, print driver HP Color LaserJet 5500 v 3010.107.
    Using the Gutenprint driver I can't either do A3 or colour so there is no solution there.
    Worked fully and correctly with the same apps under 10.5.x.
    At the moment I am running Windows XP under VMWare to print from Acrobat, which is plainly silly.
    Any useful* observations, suggestions or workarounds welcome.
    *Needless to say, "It's Adobe's problem" or similar are not acceptable responses. It may well be an interaction between the Adobe's applications and Apple's printing system and/or driver of course; in that case the companies need to collaborate to solve the issue.

  • HP LaserJet 1320 Duplex Printing Not working with Windows 7

    Hi
    I've just bought a new PC with Windows 7 Home Premium. I have an HP LaserJet 1320 printer (Prod no. Q5927A, SN CNGW53RLRY).
    I cannot find driver that works the same way as the previous driver HP LaserJet PCL5. If I use this driver and can still get duplex printing but it will only print one copy at a time.
    If I upgrade to HP Universal Printing PLC (or PLC v5) I can print multiple copies but not duplex printing. I have searched high and low through the HP site but to no avail.
    Any help and advice will be much appreciated.
    Thanks
    GB

    Hello,
       I've seen this same issue with my printers (other HP printers) whereby the default setting to support the Duplexing hardware was set to 'off'.
      A quick method to check this is look at what the setting is for Duplex hardware in the Device Settings tab, and if it's not set, correct it.
      Printer Properties:
      From the 'Start' orb -> [Devices & Printers] -> right click on your Printer icon -> select 'Printer Properties' -> click on 'Device Settings' tab.
     You should see a dialog similar to the mine (attached): look for the 'Duplex unit (for 2-sided printing)' and see if it's set to "Not Installed":
        --> in either case, click on 'Not installed' and from the dropdown box, select 'Installed'... Click 'OK' to accept the changes and close the dialog.
    Printing Preferences:
     again, right click on your Printer icon -> select 'Printing Preferences' -> click on 'Advanced' tab.
     -->Check to see if there is a 'Duplex Hardware' or '2-sided printing' option in here: mine doesn't show one but thougth I'd mention it nonetheless.
      Click on the 'Finishing' tab and select 'Print on both sides'...or simply test print a multi-page document and set those preferences on-the-fly.
     Let me know if this helps...
    HardCopyTed
    Regards,
    HardCopy (I am employed by HP) [If this was helpful, please mark this 'Solved' or 'Accept as Solution' so others can find this too]
    How to Give Kudos | How to mark as Solved
    Attachments:
    PCL6-DeviceSettingsScreenCap.JPG ‏81 KB

  • CS5.5 InDesign: Last 2 pages of multipage duplex print come out 1-sided

    Using CS5.5 InDesign, last 2 pages of a multipage duplex print come out 1-sided. Same page ranges print OK in PDF. Printer is HP Color Laserjet 4700 with latest device firmware. Have latest HP drivers on Mac OS 10.7.
    This is a recent problem. Had no problems with CS5 InDesign duplex printing from this computer to this printer until a couple weeks ago. First sign of an issue was that printing slowed to a crawl. Literally 5 minutes to resolve one page to the printer. Updated the printer firmware and speedy printing returned, but then noticed the duplex printing issue. Problems began about the same time as a Mac OS system update, but I'm not sure which came first, the software update or the printing issues. No problems with the printer from other software or other computers on the network.
    I have read that certrain InDesign print settings sometimes produce unexpected results in some computer environments. Am hoping this is the case, and someone on this forum will know the trick.

    evollowitz wrote:
     ...and someone on this forum will know the trick.
    I think for most users, "the trick" that produces the most consistently predictable result is to never print directly from InDesign; always go to PDF and print that. Personally, I haven't even attempted to print from InDesign since CS2.

  • Can't do duplex printing!

    I'm in an office with four iMacs running OS X Leopard v10.5.8.
    We're all using CS4 Acrobat 9 Pro v9.4.6 (which Check For Updates tells me is up-to-date).
    We're printing to a networked Xerox Phaser 6180DN.
    And we can't print anything in two-sided duplex from Acrobat Pro.
    We can print in duplex from every other application on the iMacs (including other CS4 apps) without problem.
    But I need to be able to print non-CS PDF files in duplex.
    I've done Google searches and searches within Adobe Help.
    I've found the File>Properties>Advanced>Duplex Flip Long Edge
    This doesn't make any difference.
    Please don't tell me to upgrade to CS5 or Acrobat X Pro ... that's out of my hands.
    Please do tell me how I can enable duplex printing from Acrobat 9 Pro!

    Guys ... I've been using Macs and Adobe products since the late 80s.
    I still have a copy of Illustrator 88 (the original one) sitting on a ZIP disc somewhere.
    I do have a clue on using these applications.
    That's why problems like this are so frustrating. It should simply work ... and it doesn't!
    And Yes ... both are set to double sided printing and No it doesn't print doubled sided:
    1. File>Properties>Advanced>Duplex Mode is set to: Duplex Flip Long Edge
    2. In the Layout pane in the Print window, Two Sided is set to Long Edge Binding
    And all the pages are printed one one side of the paper.
    Further, we went the long way around and tried to print the catalog directly from the source InDesign file, which takes fricking forever.
    Even more annoying was that some of the pages were printed double sided and some of the pages were printed single sided.
    Now, I can pull up large documents in Microsoft Word 2008 Mac (which I HATE - I use Apple Pages at home) and just click Two Sided from Off to Long Edge Binding ... and I get a perfect (well almost) double sided print.
    Now what?????

  • Duplex printing in adobe reader XI

    Ladies and Gentlemen,
    I write because I have a problem with two-sided printing PDF files in Adobe Reader XI.
    Summary of the problem:
         When printing a PDF file that contains two pages I select the option "Print on both sides of the paper" parameters "by Flip on Long Edge" and the orientation of the "Auto. Vertical / horizontal. The result of these operations, when I print. Is that the first page prints correctly. On the back of the cards are printed the information from the second page in the correct format, but with the information from the first in a unique way, namely by me look as if they were printed in a mirror image.
         Prior to printing that is done smoothly, printed data to improve on the first and on the other side. Unfortunately, I am unable to say what was the turning point after which it changed, because I'm not a direct user of this computer. The printer supports duplex printing function, of course. Other programs such as Word office document are printing correctly on both sides as expected.
    The steps that I took to correct the problem:
    1. Restart your computer.
    2. Restart the printer.
    3. Re-install the program Adobre Reader.
    4. The use of different combinations of print settings in Adobe Reader.
    The type of computer:
    -Computer PC.
    -Operating-System: Windows XP SP3.
    -Printer Connected directly to the computer using the USB cable.
    Sincerely

    Thanks for the option.  It did work setting the print as image on.  Does this mean there is something wrong with how the PDF was created or that Adobe Reader is just having a problem reading it?
    Jason Kuhns
    Sr. Design Technician
    Description: Description: Description: cid:[email protected]
    Knowledge/ Creativity/ Innovation
    www.kci.com<http://www.kci.com/>
    1431 Greenway Drive, Suite 775
    Irving, TX  75038
    Office:  972-957-3016
    Cell:  571-308-5364

  • HP All in One C7280 no longer duplex printing

    I have had my C7280 for over 2 years now and the duplex printing is working fine.  I have checked the control panel printer properties, verified that double sided printing is on for each print in my programs - and still the duplex printing no longer works.  It stopped working suddenly.  Any helps will be greatly appreciated.
    Also, even tho I have paper in the feeder tray, it consistently refuses to accept that it is there and tells me to load paper.  I have tried everything I know.
    Please someone help - this is end of year reporting time.
    Cody
    Cody

    There is such as thing as being too close to the wireless router, try moving it at least 15 feet away.  Also, just turn it off and back on again, sometimes that clears up slow printing.
    insert signature here

Maybe you are looking for