Output printing from specific printer tray

Hi,
We have a printer with each tray containing different paper, in our case it is the color.  Based on the output we want to print, we want it to come out on a paper from a particular tray so that outputs of type X are on yellow, and type Y on pink etc.  Can we accomplish this through printer definition within SAP or we are doomed to writing ABAP of some kind and passing commands "behind the scenes?"
Thank you,
Mike

HI
I think this would require programming to determine the tray to be used.The problem is that each printer model can have different tray selection commands that are required.Also, if the form is used across multiple areas,each area might have different models.
However,for a single printer YES,the form would have to be specific to the printer being used.
Regards
Chen

Similar Messages

  • Print crystal report to a specific printer tray

    Greetings -
    I need to print out a report to a specific printer tray, can you please let me know how I set it up?
    Thanks,
    Lava

    Hi Lava,
    According to what I can understand you would like to print the Crystal Report to a specific printer.
    In order to print the crystal report to a particular tray of a printer you need to set the printer from the Crystal Reports application.
    This can be done from u201CFileu201Dmenu->Print. Select the printer if it is already added else you can add anew printer.
    I hope this helps you.
    Regards,
    Prashant.

  • Dynamically switch printer tray from concurrent program in Oracle Apps 11i

    Hi All,
    We have a requirement to dynamically switch printer tray from concurrent program .
    In the application we had a printer "*Printer1*" defined ,the printer (physical) printer have two trays and it always pick paper from Lower tray
    To test the functionality I created one more defination " *Printer2*" in the application .
    For this second printer created one more PPd files Printer2PPD2 . In this Printer2PPD2 the value of DefaultInputSlot i gave as Upper,so that printer will pick paper from upper tray
    As we are having the PASTA configuration hence in the "uiprint.txt" entered the definations for Printer2 and also mentioned the PPD file.
    So in the concurrent program i selected Printer2 and executed the program.But instead of picking from upper tray it picked from lower tray.
    I could know this because in upper tray I had counted the number of papers so if the paper would have been picked ,the count would have reduced by 1.
    Please let me know the solution for this issue.
    Thanks and Regards
    Jaydeep

    Please refer following notes:
    Dynamically Switching Printer Trays [ID 66402.1]
    How to Specify a Printer Paper Tray With Pasta [ID 241086.1]     
    thanks

  • My printer has stop printing from the photo tray. I need to place the photo stock in the main tray

    I've a HP PhotoSmart Plus printer B210a.  The printer will no longer print from the photo tray.  I'm still able to get prints; but I must place the photo stock in the main tray.  It becomes a problem, because I sometimes forget the photo stock is the main tray and I waste photo stock when I do my regular printing and only get part it because the photo was still in the tray.  Anyway to fix this?

    Hi there wmcook,
    Could you provide the community with a little more information to help narrow troubleshooting? What operating system are you using and are there any errors when attempting to print from the photo tray?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Printer won't load photo paper from the photo tray

    My HP C7280 won't load the 4x6 photo paper from the photo tray.  The photo tray moves in towards the feeder, but fails to actually load the paper into the feeder.  Any suggestions on how to correct it?  Thank you.
    Mike
    This question was solved.
    View Solution.

    Hey,
    Please take some time and look through this document to make sure that you are loading the paper properly,
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01662562&tmp_task=useCategory&cc=us&dlc=en&lc=e...
    These are the Macintosh instructions but the steps to prepare the photo print are the same but they are steps you would do on Windows just ignore the instructions.
    Have a great day. Get back to me.
    I worked for HP.

  • OleAutomation Printing to Specific Printer Tray

      Is there a way to programmatically print pdf files with Adobe Acrobat or Reader ( via OleAutomation interface ) selecting ( programmatically too ) a specific printer tray ? Thanks.

    Use a printer that is set to use the desired paper tray by default. 
    If you are looking for dynamic switching of paper trays, one of the 3rd-party Crystal Report Managers listed at http://www.kenhamady.com/bookmarks.html provides functionality that allows you to control the splitting of Crystal report printouts across different paper trays.

  • HP-photosmart 6280 all-in-one with osx 10.9 now does not show options for printing photos from the photo tray.

    Using osx mavericks on macbook pro.  My printer for HP-photosmart 6280 all-in-one now does not show options for printing photos from the photo tray.

    What router? Have you restarted the router?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Print Page 2 from a different tray

    Simple question probably, but how do I print my second and subsequent pages from a different tray (Letterhead Page 1, then plain) (PCL 5 printers)
    I thought the TRAYIN command would do it, but it doesn't work

    I have done this before and I have made the change on the Switchpage group.
    This is the easiest option as the first page will always print from what ever is the default, whereas when switchpage is activated, then you can dynamically determine what input tray you can use.
    Regards

  • How to print to a specific printer tray in BOXI

    Post Author: hoochpit
    CA Forum: General
    I have a customer that wants the same report to print to different printer trays depending on parameters sent it.  We have no problem recognizing which tray it should go to, but cannot get it to print to the tray that is specified.  It just prints to the same defualt tray every time.  They are running BOXI on a Windows OS.  Any direction would be great.

    http://support.ricoh.com/bb/html/dr_ut_e/ra/model/mpc281/mpc281en.htm
    googled it with this
    https://www.google.dk/search?source=ig&hl=da&rlz=1G1TSEH_ENDK367&q=Ricoh+Aficio+ MPC+3001&oq=Ricoh+Aficio+MPC+3001&gs_l=igoogle.3..0i10j0i30j0i10i30l3j0i30j0i5i3 0.159792.159792.0.160175.1.1.0.0.0.0.152.152.0j1.1.0...0.0...1ac.6gJzJbz0xZc

  • How to print to a specific printer tray

    Post Author: hoochpit
    CA Forum: Administration
    I have a customer that wants the same report to print to different printer trays depending on parameters sent it.  We have no problem recognizing which tray it should go to, but cannot get it to print to the tray that is specified.  It just prints to the same defualt tray every time.  They are running BOXI on a Windows OS.  Any direction would be great.

    Can you post some code? How are you getting you PCL to the printer?
    Take a look at the javax.print.attribute.standard.MediaTray print request attribute and see if that will help.
    Also take a look at my comments here: http://forum.java.sun.com/thread.jspa?threadID=5227412
    That may also help you.

  • Printer Tray configuration

    Hi <br /><br />I'm having abit of an issue at the moment in terms of printers trays . We have recently purchased a Océ 5112 Printer which has 8 trays, we were previously printing using only a 4 tray printer.<br /><br />I have modifed the ICS printer driver oce_vhi.ics file as follows  <br /><br />; PCL5 version of Input Tray Selection file for Oce 31X5 and 84X5<br />;<br />;  Input trays:  Format= "InputTray <jetform ID> <printer tray> [<tray name>]<br /><br />InputTray   1       20   ; Tray 1<br />InputTray   2       21   ; Tray 2<br />InputTray   3       22   ; Tray 3<br />InputTray   4       23   ; Tray 4<br />InputTray   5       25   ; Tray 5<br />InputTray   6       26   ; Tray 6<br />InputTray   7       27   ; Tray 7<br />InputTray   8       28   ; Tray 8<br /><br />Printing is fine from trays 1-4, however we when get to tray 5, it appears to skip to the next tray (ie tray 6) and so on for the remaining tray calls. I've been able to examine the PCL file which looks like it's calling a 9th tray which I haven't defined.<br /><br />I'm not sure what the issue is but can anyone point me to what I should be checking??<br /><br />Thanks <br />Josephine

    Hi Tom <br /><br />I think you may be right,the only reason we're not using code 24 is because it was set up as some sort of default tray.<br /><br /> I did try and change the driver file to the following and recreate the output for all 8 trays as follows<br /><br />InputTray 1 20 ; Tray 1 <br />InputTray 2 21 ; Tray 2 <br />InputTray 3 22 ; Tray 3 <br />InputTray 4 23 ; Tray 4 <br />InputTray 5 24 ; Tray 5 (this corresponds to <Esc>&l24H below)<br />InputTray 6 25 ; Tray 6 <br />InputTray 7 26 ; Tray 7 <br />InputTray 8 27 ; Tray 8 <br /><br />but we we printed, we still had an issue with the tray calls.<br />However the printer I believe was still looking at this escape sequence as some sort of default tray and not specifically as Tray 5.<br /><br />The original escape seqencences for the new printer that were sent to me were:<br /><br /><Esc>&l20H ---> Tray 1<br /><br /><Esc>&l21H ---> Tray 2<br /><br /><Esc>&l22H ---> Tray 3<br /><br /><Esc>&l23H ---> Tray 4<br /><br /><Esc>&l24H ---> Extern<br /><br /><Esc>&l25H ---> Tray 5<br /><br /><Esc>&l26H ---> Tray 6<br /><br /><Esc>&l27H ---> Tray 7<br /><br /><Esc>&l28H ---> Tray 8<br /><br />Do you think this could be what's happening? The engineer suggested it might be because our printer driver can't handle an 8 tray selection but if that were the case would we be seeing any tray call whatsoever from trays 5-8?<br /><br />Thanks<br /><br />Josephine

  • Printer Trays - How to control input trays

    I have hit a wall and need your help. We have an application compiled for both a Lexmark Optra S 1650 and an HP4 Plus. The input tray to be used is dependent upon the printer selected. We are using JfDesign 5.5.
    For the Lexmark, we need to select label stock from the tray physically labeled as "3". In the .ICS, this drawer is considered as tray "5" or "1005". Each attempt pulls from drawer one, compile option "Use printer tray numbers" unchecked. Attempts, ^job statement with: (1) -ati3; (2) -ati5 -atjoff; (3) compiling with non-portable tray #3; (4) compiling with non-portable tray #5 and use printer tray numbers checked.
    Ideas?

    I had a problem that was somewhat similar. We are using two printers that are definately different. Our print jobs can go to either one, interchangeably. We needed to be able to specify within Output Designer the specific tray that a particular page was to draw from and have the correct paper be used no matter which printer was printing the job. To complicate matters, Output Designer did not have ICS files for our specific printer models.
    One printer has 6 input sources and the other 5. Which specific input tray contains a particular type of paper is different. More importantly, the PCL emulation in both of them require a different number in the PCL tray selection command to get the printer to draw from a specific tray. For example, for one printer (it happens to be a Lexmark 3455) the tray selection command for "label stock" uses a 1 in the command sequence (that happens to be tray one due to the paper path being the best for labels); the other printer (a Xerox DP65) requires a 6 in the command sequence to be able to draw from the tray that is defined as containing label stock (again that happensto be tray 6 which has a staight paper path - so as to reduce the chance of the labels peeling off while going around sharp curves).
    After doing considerable study of the ICS files, I had to do two things: (1) Determine the PCL tray selection command number for each tray for each printer, and (2) through trial & error determine what value to use within the ICS file to produce the description that I wanted to see in the Format/Page/InputTray selection drop down list.
    Once I had all that information figured out, it was simply a matter of changing the "Trays", "InputTray", and "DefaultTray" parameters within the ICS file. The important part is to know the "format" of the InputTray parameter. The first number is what produces the description for the InputTray selection drop down list. The second number is what is used for the tray selection command.
    To determine the values I wanted for the description, I just started changing the numbers and checking to see what each different value resulted in. The number for the tray selection command came from the printers themselves - the Lexmark will print the command numbers on its setup page while the Xerox provides it via the keyboard & CRT menus.
    When compiling forms we do not check the "Use printer tray numbers" box. When printing we don't use any tray control parameter (-ati, -atj) on the ^job statement. A print job might consist of a colored separator page, a letterhead page and several plain white pages. There is nothing within the DAT file to control the input tray; that was all defined within Output Designer.
    We did discover a couple of quirks that we were able to resolve. First, if I set up Output Designer so that the Xerox printer is the "default" (and it is the one most often used) the tray selection wouldn't work properly; the solution turned out to be to set up Output Designer to use the Lexmark as the "default"; we just use the -z and -asp parameters on the ^job statement to specify the desired printer and driver. The second one occurred when I decided to make the MDF files smaller by deselecting fonts that we don't use. When I did this the tray selection stopped working. Through trial & error the solution turned out to be to select a specific font for one of the printers even though we don't use that font.
    To demonstrate what I'm talking about, here is the section of the ICS files that I'm referring to.
    LEXMARK.ICS
    >; Auxilliary Paper control information
    >Trays 5 ; 5 paper tray selections on printer
    >; JetForm-Printer
    >.
    InputTray 7 0 ; Auto Select
    InputTray 20 20 ; High Capacity
    InputTray 201 1 ; Tray 1
    InputTray 2 4 ; Tray 2
    InputTray 3 5 ; Tray 3
    InputTray 405 1 ; Label Stock
    InputTray 8 2 ; Manual Feed
    >DefaultTray 20 ; On a new form default to High Capacity
    XEROX.ICS
    >; Auxilliary Paper control information
    >Trays 6 ; 6 paper tray selections on printer
    ; DP65 PCL Designations:
    ; 0=Auto Select
    ; 1=Standard
    ; 2=Manual paper
    ; 3=Manual Envelope
    ; 4=Lower
    ; 5=Large Capacity
    ; 6=Envelope
    >; JetForm-Printer
    >.
    InputTray 7 0 ; Auto Select
    InputTray 20 1 ; High Capacity
    InputTray 201 2 ; Tray 1
    InputTray 2 3 ; Tray 2
    InputTray 3 4 ; Tray 3
    InputTray 405 6 ; Label Stock
    InputTray 8 5 ; Manual Feed
    >DefaultTray 20 ; On a new form default to High Capacity
    (the period/space in front of the first InputTray parameter isn't really there; it is a quirk of the posting system)

  • Smartform Printing Tray issue

    Hi,
    I have an issue for printing multiple tray. My req is first page nneds to print from TRAY 02 and the second page from Tray 03.
    I configured in the smartform PAGE01 - Output options- Resource name - TRY02 and
                                              PAGE02 - Output options- Resource name - TRY03
    But both the pages printing for the same tray. like tray02.
    Aprat from the resource declaration anything need to do for this?
    Please guide me any one.
    Thanks in advance.
    Vijay.

    Hello,
    Is it a frontend printing? Which device type is used?
    In recent SAPGUI patches, it is possible to map the tray ids via the
    Frontend Options Editor/ tab 'Printer Tray Selection'.
    (see KBA 1704243 about how to access the Frontend Options Editor)
    Please test the following:
    Select the printer model and in "Paper Trays", select "Tray 1",
    in the field "SAP ID" enter the value: 1
    and,
    select "Tray 2", in the field "SAP ID" enter the value: 2
    Do the same for Tray 3, 4...
    After this, please restart SAPGUI and test the printing.
    Regards,
    Wen Peng

  • Bursting and printer trays

    Hi, we are using BI Publisher Bursting (release 11.5.3) to split a range of invoices into smaller PDF files. Now the first page of each invoice should be printed from tray 1, the rest from tray 2 (for that reason we are first bursting the file).
    Currently we are using the Delivery Request API to specify printer trays. However, the submit process takes about 10-12 seconds for each request.
    If we have about 100 invoices in our file and print to two trays we submit 100x2 requests (sequentially) taking between 2000 and 2400 seconds (33-40 minutes!).
    This is way too slow.
    We would prefer to specify the trays directly in the bursting control file. Is this possible?
    A related issue may be that the printers used are postscript printers. We use the pdftops filter in the delivery manager to convert the PDF to PS before they are printed and we use CUPS printing. If we print directly using bursting, would it be possible to print the PDF to the PS CUPS printer??
    Does anyone else have had these performance problems using the delivery manager?
    PS: We pass a directory and a prefix for the range of files we want to print (for example MYFILES_*) (among other parameters ofcourse like the pdftops command and the output type to indicate whether it can be PDF or must be PS). I assume this is the way to use the delivery manager? Or is someone else doing this differently?
    Edited by: user640374 on Jul 19, 2010 12:41 PM

    Hi Aidan,
    That was a great Idea! Many Thanks.
    I costed me hours to try all the printer driver but it I was successful.
    Here my solution:
    I changed my windows driver to the standard Win Server 2003 included HP Laserjet 4. I reseted the printer to factory settings. Without reseting it was not working.
    Then I took the sap tray test program to identify which tray which number has. It's a standard test. Go to transaction SO10 and enter textname SAPSCRIPT-TRAYTEST. After that I changed the tray control number (try01,...) in the program.
    Now It's working.

  • Printer tray commands

    Xerox 7345 and Jetform tray commands
    Our customer is using JF-5.5 currently working with a no. of the following printers models.
    Dell 1700N Dell Laser Printer 1710n
    Xerox Work Centre PRO 232
    Xerox Work Centre PRO45 PCL6
    Xerox Work Centre PRO45 PCL6
    Xerox Work Centre 5645 PCL6
    Xerox WC 5665 Black and White printer
    Xerox WC 5645 - Black and White printer
    There are approx 100 Designs which can be output to either print &/or pdf, these all use the following test presentment target(s):-
    Print (default target) Generic PostScript L2 (pslevel2)
    Pdf (secondary target) Portable Document Format - (pdf2)
    and using fonts
    Print - Arial MT
    PDF - Arial (W1)
    The "business application" generates the .dat files for processing by Central, dynamically generating the Job Line containing the Design/Form+Printer+tray, for example:-
    ^job 4030040301 -ati4 -afxon -z"\\msgsrv-jet\CLS - ALL"
    ^form 40300403
    ^Symbolset 108
    We generally pass thru the tray command as follows,
    -ati1 results in printing from printer-tray1
    -ati2 results in printing from printer-tray2
    -ati3 results in printing from printer-tray3
    -ati4 results in printing from printer-tray4
    -ati5 results in printing from printer-tray5
    to-date printing to the different trays works OK.
    We are now testing a Xerox WC 7345 PCL6 "colour printer" and
    the tray commands are not working as per the existing printers.
    What we have identified is that
    -ati0/null results in printing from printer-tray1
    -ati1 results in printing from printer-tray2
    -ati2 results in printing from printer-tray3
    -ati3 results in printing from printer-tray4
    -ati4 results in printing from printer-tray2
    -ati5 results in printing from printer-tray2
    We need to be able to send in a command to direct print to tray5 (bypass-tray) ? I have seen posting on the Adobe JF Designer Forums that refer to use of tailored .ICS files to achieve the redirection to the different printer trays. I would like to avoid this solution as I reckon that in addition to producing/tailoring the relevant .ics files that this would also require amending the Presentment target on all designs to include the individual printers (.ics files). Therefore, this would require a compile and test of all of the documents.
    We ideally need a solution via the current JobLine -ati command or another command to use on the JobLine to direct print output from tray5 on Xerox 7345. We will then be able to modify our application to output the relevant tray commands for each printer without having to amend any ICS files or JF Designs.
    Would appreciate any help with the above.
    Thanks
    George

    Xerox 7345 and Jetform tray commands
    Our customer is using JF-5.5 currently working with a no. of the following printers models.
    Dell 1700N Dell Laser Printer 1710n
    Xerox Work Centre PRO 232
    Xerox Work Centre PRO45 PCL6
    Xerox Work Centre PRO45 PCL6
    Xerox Work Centre 5645 PCL6
    Xerox WC 5665 Black and White printer
    Xerox WC 5645 - Black and White printer
    There are approx 100 Designs which can be output to either print &/or pdf, these all use the following test presentment target(s):-
    Print (default target) Generic PostScript L2 (pslevel2)
    Pdf (secondary target) Portable Document Format - (pdf2)
    and using fonts
    Print - Arial MT
    PDF - Arial (W1)
    The "business application" generates the .dat files for processing by Central, dynamically generating the Job Line containing the Design/Form+Printer+tray, for example:-
    ^job 4030040301 -ati4 -afxon -z"\\msgsrv-jet\CLS - ALL"
    ^form 40300403
    ^Symbolset 108
    We generally pass thru the tray command as follows,
    -ati1 results in printing from printer-tray1
    -ati2 results in printing from printer-tray2
    -ati3 results in printing from printer-tray3
    -ati4 results in printing from printer-tray4
    -ati5 results in printing from printer-tray5
    to-date printing to the different trays works OK.
    We are now testing a Xerox WC 7345 PCL6 "colour printer" and
    the tray commands are not working as per the existing printers.
    What we have identified is that
    -ati0/null results in printing from printer-tray1
    -ati1 results in printing from printer-tray2
    -ati2 results in printing from printer-tray3
    -ati3 results in printing from printer-tray4
    -ati4 results in printing from printer-tray2
    -ati5 results in printing from printer-tray2
    We need to be able to send in a command to direct print to tray5 (bypass-tray) ? I have seen posting on the Adobe JF Designer Forums that refer to use of tailored .ICS files to achieve the redirection to the different printer trays. I would like to avoid this solution as I reckon that in addition to producing/tailoring the relevant .ics files that this would also require amending the Presentment target on all designs to include the individual printers (.ics files). Therefore, this would require a compile and test of all of the documents.
    We ideally need a solution via the current JobLine -ati command or another command to use on the JobLine to direct print output from tray5 on Xerox 7345. We will then be able to modify our application to output the relevant tray commands for each printer without having to amend any ICS files or JF Designs.
    Would appreciate any help with the above.
    Thanks
    George

Maybe you are looking for