Printing from tray2

Hi,
  We have a problem printing from tray 2 of a printer.The requirement is that we need to configure a local printer(Access method:C) on windows such that it prints from tray 2 of printer defined on the server.
We have tried defining the tray options in SAP also tried defining the tray 2 options on the OS level for the printer in the printer properties but prints are still coming from tray1.Any one knows how we can solve this issue or has faced similar issues kindly help.
Regards,
Max

Hi Juan,
    The printer is configured to print from tray 2 with the paper size 8u201D x 13u201D size paper and tray1 is manual selection.Actually the requirement is that tray2 has coloured paper and the picks need to be printed from this tray.I set the output attributes and have activated the tray2 but still the prints come out from tray1.Is there any setting you know we need to make be it at the SAP level or the OS level.
Your help is much appreciated.
Regards,
Max

Similar Messages

  • How to print Header page from Tray1 paper and Items page from Tray2 paper

    Hi,
      I have requirement to print the Header data from Tray1 paper and Item details data from Tray2 paper,it should autometically pick paper from Tray1&Tray2...?
    Thanks in advance....

    Hi,
    You can do this by calling the url of the page with the form. You can then use p_arg_names and p_arg_values to pass parameters. In the called form you can get the value from p_arg_names and p_arg_values and assign it to the form field.
    You can call this code in the success procedure of the calling form.
    declare
    v_id number;
    blk varchar2(10):='DEFAULT';
    v_url varchar2(2000);
    Begin
    v_id:=p_session.get_value_as_number (p_block_name=>blk,p_attribute_name=>'A_ID');
    v_url := <page_url>;
    if v_id > 0 then
    call(v_url||'&p_arg_names=id&p_arg_values='||v_id);
    end if;
    End;
    In the called form in "Before displaying form" plsql section write this code.
    for i in 1..p_arg_names.count loop
    if p_arg_names(i) = 'id' then
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_ID',
    p_value => p_arg_values(i)
    end if;
    end loop;
    This code picks up the value from p_arg_values and assigns it to the form field.
    Hope that helps.
    Thanks,
    Sharmila

  • 2 printout copies from printer tray1,tray2..

    I would like to take two printouts from the printer tray1,tray2.
    Tray1 has one type of paper, Tray2 has one type of paper.
    but same printout has to print with both the papers..how can I set my printer for this issue?

    Hi,
    There may be other options, but you could certainly achieve this by setting up a printer pool.
    In transaction SPAD create two printers, both point to the same physical printer, but the Tray info tab is different.  One is set to tray1, the other to tray2.
    Then create a pool printer in SPAD.  This is done in the same way as an ordinary printer, but you need to choose Edit -> Convert -> Device pool from the menu.  Here you can then list the two printers created above in the device poool tab, also select the radio-button 'Send to all devices in pool'.
    When you send your output to the pool printer it will be printed to both trays.
    Regards,
    Nick

  • Problem with printing from new Epson CV16DTNF

    I have a new Epson CV16DTNF printer (with Multipurpose Tray 1 and additional bulk feed Tray2).
    I have set up presets in the normal way for A4 printing from bulk Tray 2 and DL envelope printing from Tray 1.
    Each works OK individually but if I try to print A4 straight after an envelope, the Tray 2 paper feed setting is lost (reverts to Autoselect -Tray 1) and the printer starts printing A4 on envelopes!
    Am i doing something wrong - if so what should I do to sort this out?

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • OfficeJet 8600 Premium - Faxes Only Printing from Tray 2

    I'm running into an issue with an OfficeJet 8600 Premium on OS X (Lion), but this shouldn't be OS specific.
    It appears that incoming faxes are requiring tray 2, even though the default tray is set to 1 and the media lock is off. The printer reports that it's out of paper, even though Tray 1 is full. 
    I've removed the lower tray assy, checked the paper size settings within the trays, set the default to 2 and back to 1, set the media lock on 2 with the default on 1, rebooted the printer and computer, but nothing seems to make a change in how incoming faxes are printed. 
    I am successfully able to print from tray 1 with normal print jobs. For some reason, the fax portion of the printer just defaults to tray 2, and I can't find where I can reset that to tray 1...or to follow the defaults of the machine. 
    Any thoughts? 

    so you are telling me the default is tray2 only and the software does not allow you to choose like ALL prior hp!!!!  This is the dumbest software i have ever seen...i have stuggled with this for over a year to only hear that hp decided what i should do!!!!  all my programs select tray 1 for regular paper and tray 2 for medical claims!  yes it is used for two different types of paper....i do not want to change hundreds of documents because hp decided where i should default print and fax from!  is there a fix to allow me the user to select where i would like things printed from....thanks....how stupid are you hp!!!!  why would you take away choices so basic as to where a fax is printed from.....

  • 'Dunning Letter Print from Dunning Letter Generate'

    hi,
    How can i run the "Dunning Letter Print from Dunning Letter Generate" standard program without runing the spwaned program called 'Dunning Letter Generate'.I mean i want to run the 'Dunning Letter Print from Dunning Letter Generate'(execution method: report) independently.
    I need to pass the parameters to the 'Dunning Letter Print from Dunning Letter Generate' directly instead of passing to the spwaned program ''Dunning Letter Generate".
    Thanks
    Devender

    Hi Gareth,
    New parameters to be add are:
    Tier : <xxxx>
    Service Segment: <xxxxx>
    Account Manager: <xxxx>
    Location where I am picking these 3:
    navigation:select any AR responsibility
    customer->standard(query with any customer)->customer address
    we have enabled 'site use information' dff in customer address window, from this dff we are taking these 3 parameters.
    reason to add these 3 parameters:
    we cant treat all the customers same. so we need to send some smooth(no harsh) dunning letters to some of our most trusted customers. so how can we identify gud customers in the list.
    so we have enabled site use information dff. those customers who is have values for these 3 parameters. will be treated as v good and reguler customers for us. so for them we can send other dunning letters.
    note*: this is to identify the customers like reguler customers,non requler customers.
    bez in spwaned program we have parameters like 1.customer low 2.customer high. thats it .so it is very difficult to find out the nature of customer.
    pls advice me on this..to proceed further..
    Thanks
    Devender

  • I can't print web pages since a recent upgrade to 4.01. The print command works but the page comes out empty. right now a copy the link to IE and print from there. HELP!

    When printing from the mozilla 4.01 browser the printer spits out blank pages. It seems like it happened after downloading and running mozilla 4.01 browser.
    I have to copy the link to IE (boo!) to print the coupon or page on my printer.
    Why?

    The "Use custom settings for history" selection allows to see the current history and cookie settings, but selecting this doesn't make any changes to history and cookie settings.
    Firefox shows "Use custom settings for history" as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".
    "Never Remember History" means that Private Browsing is active and "Always use private browsing mode" gets a checkmark.
    You need to remove the checkmark on "Always use private browsing mode" to leave Private Browsing mode or chose the "Remember History" setting.
    *https://support.mozilla.org/kb/Private+Browsing

  • Print from ipad if i connect a usb connector to my ipad can i connect my printer to it and print??as im thinking of buying the new ipad for work but i must be able toprint

    hi can any one help i want to get the new ipad for work but i need to print.i see i can buy a usb connector can i print if i plug my printer into the usb.

    If you have a USB printer connected to your computer, Mac or PC, you can activate or install AirPrint and print from your iPad over wifi without any special apps.
    Activate AirPrint in Mac OS X;
    http://netputing.com/airprintactivator/
    Add AirPrint to Windows;
    http://jaxov.com/2010/11/how-to-enable-airprint-service-on-windows/

  • How can I print from the icon in FF5?

    I have been unable to print from any of the icons in FF5. This has only occurred in the past few days. The only way I can print is to "Select" on the page, and then "Print Selection" on the print screen. I can print from IE by using the icons.
    This is also true with my Yahoo email.

    In Mac OS X, right-clicking the document's icon brings up a similar menu, but documents are printed from the application, not from the OS. The application is launched, the document opened,and the document sent to the printer, bypassing only the Print dialogue.
    The same route may be triggered by dragging and dropping the file's icon onto the printer's icon in the Dock.
    Regards,
    Barry

  • I can no longer print from a website. I can from other browsers but not Mozilla. Help

    I used to be able to print any time I needed to. Then the print became so small I could not read it. Then the pages I printed from the website, printed blank pages. I contacted Thunderbird because this was first noted on email when I tried to print something from a website, they told me it was a Mozilla problem. So I then tried to print straight from the website and got the same thing. Nothing. The page is completely blank when printed.

    These suggestions are not the problem and I have contacted HP and they have run all the diagnostics and they say the problem is not with the printer or the software. All other browsers print, just not Mozilla

  • MFP M127fn connected, test printing OK, can't print from applications

    Hello Everyone!
    I have just set up my M127fn via USB on a Windows 8 system. The set up went fine. I have a small stack of test pages from the HP software, but it won't print anything from any applications like MSOffice. The HP diagnostic software (Print and Scan Doctor 4.6)  can communicate with the printer and everything checks out OK.
    Any suggestions?
    Thanks in advance.

    Hello! 
    I have replied twice to your last posting, but have heard no response. Unless a solution can be presented quickly, I fell I must return the product. LPug and play was introduced with Windows 95 and this HP product has not lived up to that 20 year old technological standard. My previous replies are copied below.
    Please respond soon.__________________________________________
    Re: MFP M127fn connected, test printing OK, can't print from applications
    Options 
    ‎01-31-2015 08:06 AM
    Hello again!
    I haven't heard a response to my most recent reply. Is there anything you can suggest before I give up and return this HP product to the store? I would like a quick resolution to this. As an update to my previous email (copied below), printing is no longer working through Adobe Reader.
    Thanks,
    Chris
    Re: MFP M127fn connected, test printing OK, can't print from applications
    Options 
    ‎01-28-2015 01:08 PM
    Hi,
    Thanks for getting back to me. I have tried a variety of different programs:
    Mozilla Thinderbird (email) - no results
    MS Word - no
    ms excel - no
    Finale (music software) - no
    Adobe Reader - yes!
    Google Chrome - yes!
    NotePad - yes!
    perplexing!

  • Can't print from iBook G4 via Windows XP to an HP PSC 1410

    Hello,
    I realize this question is very similar to others on this discussion but I haven't been able to find an answer to my problem.
    I cannot print from my iBook via XP to an HP PSC 1410.
    I can print from my iBook via XP to an HP LaserJet 4L.
    I was able to print from my iBook via XP to an HP882C that was connected
    to the same USB port that the HP PSC 1410 is connected to now.
    I have an iBook G4 running 10.4.3
    I have a PC running XP with an HP LaserJet 4L on a parallel port and an HP PSC 1410 on a USB port.
    I installed the following from http://www.linuxprinting.org/macosx/hpijs/
    hpijs-foomatic-2.02.ppc.dmg
    espgs-7.07.1.ppc.dmg
    HP-PSC_1400-hpijs.ppd
    I think I correctly followed the instructions at:
    http://www.ifelix.co.uk/tech/3015.html
    They worked for the LaserJet printer.
    When I attempt to print from the iBook to the 1410 the HP doesn't print at all.
    I don't see any error messages on the iBook. The document gets spooled onto the Windows print spooler, the printer even starts making noises, the print heads move about a bit and then stop. The print job just sits there in the queue with a status of "Printing". The print job is then stuck and hard to delete.
    I don't need to be able to scan or check ink levels from the iBook.
    I would just like to be able to do color printing.
    What else should I try? Given the symptoms where might I be going wrong?
    Any suggestions would be appreciated.
    iBook G4   Mac OS X (10.4.3)   1 Gig RAM

    I found the answer to this problem on Linux printing provided by Steve Stuart.
    Dave
    Steve Stuart wrote at: http://www.linuxprinting.org/forums.cgigroup=linuxprinting.macosx.general;articl e=1446
    Hi all,
    I finally figured out what the issue was, Why it fixes it I can not say,
    but it does.
    On the Shared printer on the Windows side, go to the properties of the Printer.
    Go to the Ports tab, and deselect the "Enable bidirectional Support" (do not
    have it checked). Once this is done and you also do not have any firewalls
    setup on the Windows machine (Windows, MCAfee, Norton, ....). You should be
    able to print.
    Finally!!!!! I hope this helps many many people. As I have had many
    people asking for the solution if I found it.
    Thanks,
    Steven Stuart

  • Wireless printing problem with hp officejet 100 mobile printer from win 7 dell laptop

    My hp officejet 100 mobile printer was working fine with my dell XPS 15 in bluetooth wirelessly until my laptop crashed. Now I can not get it to print internet info except with hard wire connection. Page loads half way and then stops. Must shut down laptop and shut off printer or hard wire and shut off bluetooth. down loaded lastest drivers to no avail. printer will print from cell phone and win 8 computer via bluetooth but not win 7 laptop.

    Sorry you are having problems with printing from the internet.  I have a few more questions to ask you before I can be of much assistance.
    What web-browser are you using?  
    Do you have any problems printing from Word or other non-internet documents?  
    What did you do to fix your computer (system restore, clean install of the OS, etc)?  
    Have you tried an alternate web-browser?
    Make sure to install all of your Microsoft updates to see if that helps.  Otherwise, answer those questions for me please and I will be happy to help.
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • I have been using Adobe Photoshop Elements 11 for two years. I got a new printer and installed it although I did not remove my old printer from my computer. I used this program and my new printer for quite a few months, but today I deleted my old printer

    I have been using Adobe Photoshop Elements 11 for along time now. When I first used the program I had a different printer than I have now. Although I changed printers I never removed the software from my old one. Now this was never a problem until today. When I choose a printer I still had option to use the old one but always chose my new HP Envy 5530 and Adobe never had a problem printing from that new printer. However today I decided to remove my old printer from my computer and now my Adobe cannot find my new printer.  How can I make it find the HP printer?

    Try this --
    Go to the bottom of the link I gave you, and you will see
    click that link and then click the chat button to talk to an Adobe agent

  • I am having trouble printing to an Epson XP600.  It is a new printer and it has been replaced because we thought it was the printer.  Basically, when I print from Excel, only color will print.

    I am having trouble printing to an Epson XP600.  We have replaced the printer and we are still having the same problem.  When I try to print from Excel, only the color prints.  Any suggestions?

    Has anyone else had issues not being able to print black (such as a document)?  My photos print great, but when I try to print a simple black-ink document, it won't work. Any suggestions?

Maybe you are looking for

  • OWB 10.2 Multilanguage Support  (MLS) - no way?

    Hi Experts, it seems Oracle forgot to implement the MLS Support for Dimensions. 1. Languagespecific Descriptions for Dimension, Attributes, Hierarchies, ...: You can specify this in OWB (Properties on a Dimension, Tab Translations), but this has no e

  • Special Characters Error

    When I play songs that contain special characters, an error occures: iTunes changes the symbol into something else! Example: Röyksopp - What Else Is There? (Trentemøller Remix) authomaticly becomes Rˆyksopp - What Else Is There? (Trentem¯ller Remix)

  • Elements 10 out of bounds extension tool don't work*help

    new to this and was doing well till got to this stage clicked on extension tool and all I get is a hand don't know what I am doing wrong

  • Newest update caused printing problems

    I was using Reader to print some forms this morning and things were fine for the first form, then the program said it wanted to update, so I let it. Now it won't print properly. I had been printing the form in portrait, so it would print at the top h

  • IPhone sync problem

    I have been experiencing a couple of irritating problems for some time. I have a MobileMe account and have over air syncing set up for contacts, calendars, bookmarks & mail. This seems to work just fine for contacts & mail but... When I connect my iP