Need to print an output on two printers simultaneously

Hi All,
We have a requirement to print a spool on 2 printers simultaneously. Can this be done??
Please respond.
Regards,
Sharadendu

Proposal:
get the print parameters by fm GET_PRINT_PARAMETERS
it will fill a structure type PRI_PARAMS
change PRI_PARAMS-PDEST to printer1 and send output to spool:
new-page print on parameters PRI_PARAMS no dialog.
change PRI_PARAMS-PDEST to printer2 and send output to spool again

Similar Messages

  • Need to print same outputs at different printers

    Is there any way we could have the output directed to a different printer. A sales order confirmation output needs to print at printer ABC for user Sam, and printer xyz for user Jude. What configuration change would allow printing of outputs at user specific printer.
    Any suggestions

    if it is printing immediately , yes it is possible. In the user profile( T Code SU01) have default printer assigned , which ever you want to print for specific user and click on output immediately. when  the order is saved then it will print to the printer maintained in the user profile.
    If batch program , then itwill be difficult
    Regards
    Sai

  • Is it possible to print one document to two printers?

    I need to print one document to two printers at the same time.
    Can I accomplish this with printer pools in OSX Server?  I've found several 3rd party vendors for Windows, but nothing for the Mac.
    Any help would be great!
    Thanks!
    Josh

    Thanks Alec!
    Is there a way to get the print pool to print to both printers at the same time?  With the pool it just switches the jobs between the two right?
    I actually need to click Print once, and have it print on both printers.
    Thanks for your help!

  • Print same output to all printers

    i am using :
    import java.awt.*;
    import javax.swing.*;
    import java.awt.print.*;
    import java.awt.image.BufferedImage;
    import java.awt.geom.Rectangle2D;
    public class PrintUtilities extends Thread{
    public static final double MM_TO_PAPER_UNITS = 1/25.4*72;
    public static double widthA4 = 210*MM_TO_PAPER_UNITS;
    public static double heightA4 = 297*MM_TO_PAPER_UNITS;
    public static double leftMargin = 4.0*MM_TO_PAPER_UNITS;
    public static double topMargin = 4.0*MM_TO_PAPER_UNITS;
    public void run()
    //setDaemon(true); // this thread will not keep the app alive
    print();
    private Component[] componentsToBePrinted;
    public static void printComponent(Component c) {
    new PrintUtilities(c).print();
    public static void printComponents(Component[] c){
         new PrintUtilities(c).print();
    public PrintUtilities(Component componentToBePrinted) {
    this(new Component[]{componentToBePrinted});
    public PrintUtilities(Component[] components){
         this.componentsToBePrinted = components;
    public void print() {
         PrinterJob job = PrinterJob.getPrinterJob();
         PageFormat pf = job.defaultPage();
         pf.setOrientation(PageFormat.PORTRAIT);
              Paper paper = pf.getPaper();
              paper.setSize(widthA4, heightA4);
              paper.setImageableArea(leftMargin,topMargin,widthA4-2*leftMargin,heightA4-2*topMargin);
              pf.setPaper(paper);
              job.setCopies(1);
         //     job.setCopies(PrinterJob.getPrinterJob().getCopies());
         Book bk = new Book();
         for(int i=0;i<componentsToBePrinted.length;i++){
              System.out.println("APPENDING THE FOLLOWING DOC NUMBER: "+i);
    //          disableDoubleBuffering(componentsToBePrinted);
              bk.append((Printable)componentsToBePrinted[i],pf);
                   //enableDoubleBuffering(componentsToBePrinted[i]);
         job.setPageable(bk);
         //TODO pass an appropriate/specific name for the print job
         job.setJobName("Mobile Report Print Forms");
         if (job.printDialog()) {
         try {
         job.print();
         } catch (PrinterException e) {
         System.out.println(e);
    /** The speed and quality of printing suffers dramatically if
    * any of the containers have double buffering turned on.
    * So this turns if off globally.
    * @see enableDoubleBuffering
    public static void disableDoubleBuffering(Component c) {
    RepaintManager currentManager = RepaintManager.currentManager(c);
    currentManager.setDoubleBufferingEnabled(false);
    /** Re-enables double buffering globally. */
    public static void enableDoubleBuffering(Component c) {
    RepaintManager currentManager = RepaintManager.currentManager(c);
    currentManager.setDoubleBufferingEnabled(true);
    i am getting different output on different printers as well. I have classes defined as Printeable that draw forms, each form has 75 questions and they are all done using graphics2D some printer prints all the pages perfectly some other with different margin and on a laser printer i get only one box.
    If it helps someone, for testing, i printed to file (.prn) and read the ouput through Red Titan it's free
    it showed me one box out of 76
    just the first one ????
    possible solution that would help for margin
    http://java.sun.com/developer/JDCTechTips/2004/tt0611.html
    i used book and send printeable class and appended them into the book class
    i am dying to solve this problem and wondering if there is better way for testing and how to make all pages
    compatible for all printers. I want my program to send all forms to printer same format same size
    is there any suggestion?? what am i doing wrong?
    by the way
    bk.append((Printable)componentsToBePrinted[i],pf);
    componentsToBePrinted[] is an array of classes that implements Printeable and they all draw the forms correctly and sends to the printer. It is working mostly but i needed to work on alll printers no exceptions
    I appreciate any help and i will issue all my duke starts im new to posting in the forum but i will give all my points for this tip
    PLEASE HELP

    I want my program to send all forms to printer same format same size is there any suggestion??Produce a PDF... effectively delegating printing there-of to someone else. Problem solvered.
    Your PDF options are (AFAIK) FOP or itext.
    Cheers. Keith.

  • How to print one sales order output from two printers using single command.

    Dear all,
    Our requirement is to print single sales order from two different printers, where as one printout for sales order output and another for sales order cash receipt.
    We developed two smartforms for both outputs.
    But we are struggling to assign the smartforms to single document type, which has to result two printouts after saving the sales order.
    Please help us to solve the issue.
    Your suggestions will be highly appreciated.
    Best regards
    Raghu ram

    Hi,
    You should define two different output type for your requests, one is for SO output, the other is for SO cash receipt. That's okay!
    Good luck
    Z.T

  • Print on two printers at same time.

    Hi gurus,
    I need to print a form in two printers at the same time. If its possible with SAP.?
    Thanks in advance.
    Best Regards
    Juan

    Hi friend,
    Yes it is possible for configuration go to NACE and select the Procedure and then the relevant output condition and in details you will find something called Print option and there you have different options for the print based on user, sales organsation etc.
    Hope the answer will help you.

  • Print a invoice output type on two printers

    Hi,
    I want to print a invoice output type on two printers simultaneously.
    Is there is any ways to assing this.
    Regards,
    S

    Hi,
    From SAP at a time only single printer can print the Output.
    But once the spool request is generated, in the OS level with the help of network people on SPOOL SERVER you can distribute that Spool request to multiple printers.
    Regards,
    Anji

  • How to print a plot with two colors Without using two plots

    Hello everybody,
    Escuse my English (poor Frenchies....)
    I'm working with VB6 and I will need to print a plot with two colors (Some values greater than a trigger for example, ...)
    I was looking for some help to discover if that thing is possible without using another plot, this is what I'm already doing, and it do not satisfy me (and my boss....)..
    Thank for your Help.
    Julien

    Hi Julien,
    I have found on the different link to make that you want.
    This first link is on National Instrument site, the first is general, and second provided information about : How Can I Programmatically Print Out a ComponentWorks Graph Object?.
    http://digital.ni.com/public.nsf/websearch/81D87CB2A5BF6C11862569E4008240FE?OpenDocument
    http://digital.ni.com/public.nsf/websearch/dc3430165bc916c586256317006f8cc9
    Links below are on the web, and explain how do you can print a graph on Visual Basic. (the first is French link  )
    http://khany.developpez.com/tutoriel/mschart/
    http://www.programmersheaven.com/zone1/cat378/18546.htm
    Regards,
    Message Edité par Christophe S. le 12-27-2005 01:51 PM
    Christophe S.
    FSE East of France І Certified LabVIEW Associate Developer І National Instruments France

  • HT2275 Do I need to choose "Share this printer on the network" for printers that are not connected directly to my MacBook Pro? I have two HP printers connected to an Airport Extreme (WiFi turned off). I connect by WiFi to another Airport Extreme w cable t

    I have three Airport Extreme (AE) routers in my home network.
    The main AE is set up for wifi access. The other two are connected by ethernet cables to the main AE. My MacBook Pro connects to the network wirelessly through the main AE. The AE in my office has two HP printers connected to it by ethernet cables. I have a Kodak All-in-one that is connected by USB to my MacBook Pro.
    I reset my printer connections on my MacBook Pro and had to add all the printers back to my printer list. I don't know if I understand what the checkbox "Share this printer on the network" in the Print & Fax System Preferences window is for. My guess is that I don't need to share printers unless they are connected to my MacBook Pro by USB, so I should uncheck the "Share this printer on the network" box for the two HP printers that are connected to the AE. I print to them over the network, but they're not connected directly to any computer. I thought if my MacBook Pro wasset to share them and was shutdown, the printers might not be available to my Mac mini or Dell PC, which connect by ethernet to the office AE (which has the two printers connected to it).
    What should I do?
    For printers connected directly to a Mac (or PC) by USB, check the "Share this printer on the network" box? In my Sharing Preferences, I check "Share Printers."
    For printers connected to the AE by ethernet, UNcheck the "Share this printer on the network" box on my Macs (& PCs?) when I add the printers to my printer list? In my Sharing Preferences, I UNcheck "Share Printers?"
    FYI
    HP LaserJet Firmware Update Utility for HP P2035n is available
    Version: 20120105 (19 Mar 2012)
    Operating System(s): Mac OS X, Mac OS X 10.5, Mac OS X 10.6, Mac OS X 10.7
    File name: P2035_FW_Update_Utility_20120105_v1_4.dmg (3.8 MB)
    line: <http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en &cc=us&prodTypeId=18972&prodSeriesId=3662025&prodNameId=3662049&swEnvOID=219&swL ang=8&mode=2&taskId=135&swItem=lj-94537-3>

    Question is - will the 2 networks (using auto channel negotiations) exist well in the same house or will there be interference?
    Things will be fine since the AirPort Express or AirPort Extreme will automatically search for a good wireless channel. If you assign a separate name for the wireless network, then devices will need to log in separately to this network. The extending device will need to be configured in Bridge Mode.
    My suggestion would be to configure what is known as a "roaming" network in your question #2. In this case, you would assign the same wireless network name, security and password settings to the extending device and configure it in Bridge Mode.
    The advantage to #2 is that you will be able to walk your laptop from a location near the Time Capsule and as you move close to the extending device, the laptop will automatically switch to pick up the stronger signal from the extending AirPort.
    You are actually creating a separate network in #2, so you have the advantage of maximum bandwidth for both the TC network and the AirPort network.
    Question - does the Airport Express have to be directly connected to the TC or can that connected be through a switched network?
    I'm assuming that you are asking about an Ethernet switch here, correct?  The AirPort Express or AirPort Extreme can connect to the Ethernet switch, or directly back to a LAN port on the Time Capsule, whichever is easier to setup.
    Question 2 - assuming I can connect the Airport Express to the TC over a switched network, will "extending" the network using the Ethernet network still reduce my overall wireless bandwidth?
    Connecting the remote device using Ethernet is by far the best way to extend a wireless network because it maintains maximum bandwidth on the network. This is the way that any good commercial network is designed.
    Post back if you need any tips to get things setup.

  • Smartform output in two different printers

    Hi Experts,
    I want to take the Smartform output in two different printers. printers has been added in the table <b>pkhd</b> .
    please anyone suggest how to pass these two in the smartform function module?
    Thanks in Advance
    Kavya Deva

    Hi Kavya,
      You can execute the Smart form Function Module. It will then pop-up a dialog box asking for an output device. There you can specify the Output device type and go for Print or Print Preview as necessary.
    Manoj

  • Print to two printers with one command?

    Is there a way to print the same document to two printers with one command? I'd like to have every document I print automatically saved as a PDF at the same time.
    Thanks,
    Mark.
    MacBook Pro (and 5 others)   Mac OS X (10.4.9)  

    That would be a good use of the PDF Services available in OS X. You can use PDF Services with AppleScript or an Automator workflow.
    Matt
    Mac Mini G4; B&W G3/300    

  • HT4356 I have two printers on my network.  Does anyone know how to change the printer nomenclature - Officejet Pro 8600  (0B54AF) to a recognizable name...like Brad's Office?

    I have two printers on my network.  Does anyone know how to change the printer nomenclature - Officejet Pro 8600  (0B54AF) to a recognizable name...like Brad's Office when you use Airprint?

    You would have to change that in the printer's settings on the printer, if that option is offered by the manufacturer. The iPhone just finds printers on the network and uses the name they have given themselves or that were given to them when they were set up.

  • How to print to two printers via network?

    Hi,
    I just moved into a new house with ethernet cabling throughout. I'd love to print to my two printers (HP LaserJet 1012 and a Canon iP3600) via the network without using a computer. However, I can't figure out how to do it.
    So far, I've tried:
    Attaching a USB hub to my 1st generation Airport Extreme. Didn't work. Don't think they support hubs. I can print to either printer if individually hooked up, just not via the hub.
    A D-Link D-301U USB ethernet print server. Misread the specs. Thought this came with two USB ports. Tried each printer individually, but couldn't figure out how to hook it up. Failed utterly with a USB hub attached.
    The issue is NOT the network connection. No problems plugging my computer directly into the ethernet on the wall and getting great connectivity.
    Any suggestions how to do this? I've heard that the latest Airport Extremes support printing through a USB hub...
    Thanks in advance.
    Kevin

    http://www.iogear.com/product/GMFPSU22W6/
    http://www.pcstats.com/articleview.cfm?articleID=1709
    http://www.bizrate.com/networking-products/2-port-usb-print-server/
    Next issue -
    The drivers provided by HP and Canon for those printers are USB-Only! You will have to use third-party drivers for each, to use the standard network print protocols. Apple has included one set of third-party drivers, Gutenprint, in OS X. To see if your printers are supported by the latest Gutenprint version, check here:
    http://gimp-print.sourceforge.net/MacOSX.php
    The two other sources of third-party CUPS drivers are:
    http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx
    http://www.printfab.net

  • Two printers need to be maintained for one key combination

    Hi Experts,
    Requirement:-For one condition record two print out has to be determined on different printers.
    As per my understanding we can maintain only one printer for any key combination here as per the requirement if some one has any idea if we can maintain two printers for the same key combination.
    Regards,
    Dharmesh

    Hi,
    You cannot  assign two printers to one single combination of Condition record.
    This functionality is not possible.
    regards,
    santosh

  • After downloading latest Reader software (11) on my Mac (OS10.7.5) I cannot print pdf files on either of my two printers. How do I uninstall and reinstall the software?  Adobe's instructions are only for Window devices.

    After downloading latest Reader software (11) on my Mac (OS10.7.5) I cannot print pdf files on either of my two printers. I suspect corrupt software.  How do I uninstall and reinstall the software?  Adobe's on-line instructions are only for Window devices.

    You can just drag the file to the trash. If you want you can remove  the pdf plug-in from the internet-plug in folder, but that should not be necessary to correct your problem.

Maybe you are looking for

  • How to resolve this Error ORA-04030: out of process memory when trying to a

    Hi I am connecting as a sysdba and trying to execute a query on the V$Logmnr_contents but getting the following Error ORA-04030: out of process memory when trying to allocate 408 bytes (T-LCR structs,krvuinl_InitNewLcr) Can anyone guide me how to res

  • Large external HDs not recognized by Windows 7 64-bit

    Hi, I'm trying to see if someone else out there has had this same problem have has been able to solve it. I have an HP Pavilion DV6 - NQ615AV Entertainment Center PC. I'm running Windows 7 Professional 64-bit SP1. I have several external USB hard dri

  • Putting a library on a flashdrive

    My new car (an Infiniti) has a USB port. I would like to put my itunes library on a flashdrive so I can play it in the car. How do I put a playable version of my itunes library on a USB flashdrive?

  • REFERENCE CURSOR NOT CLOSING - Urgent!!!!!!

    I have some Oracle Stored Fucntions which return REFERENCE TYPE CURSOR. I noticed they are not closing. I even tried the following , but no luck. Any help is much needed. PACKAGE Types AS PRAGMA SERIALLY_REUSABLE; TYPE ref_cursor IS REF CURSOR; END T

  • PSE 8 Editor crashes on launch

    When I try to start the editor in PSE8 the editor workspace appears to be loading then I get a crash report stating that " Adobe has detected the application Elements Organizer has unexpectedly quit" (see below). I have tried uninstalling then reinst