Automatic tray selection for printing

When the print out is issued from the SMARTFORM, it should automatically determine the tray for the paper (based on a pre-defined logic):
The trays can be:
Tray 1
Tray 2
Manual Feed
Is this possible in SAP? (version 4.6c)
Is there a dependency on the printer/model
Thanks,
Lakshmi.

Hi,
Do you want to define the tray statically?.
Then you can mention the tray at the page level.
Select the page and select 'output options' tab.
There you can mention the tray name with the resource field.
if you want to select the tray dynamically then ,refer the OSS note <b>367128</b> and apply the OSS note which is applicable for release 4.6 C.
<b>Implement the program correction. Afterwards, you can also enter a field (for example, ) in field 'Resource'. This field must be defined in a global manner (the type must be RSPORESNAM). You must set the value of this field before you call up the page. That is, you must either supply the value on the first page via the interface or you must set it during the initialization. If you call a page via an explicit page break, you must have set the value before the page break.</b>
<b></b>
I hope this should resolve your issue.
Thank you.
Regards,
Karuna.M

Similar Messages

  • Tray selection for sapscript

    I am working on tray selection for an invoice sapscript. It should print in Tray 2 and so I have set Resource Name in Sapscript form to TRY02.
    It works in one client and not in another client. Does anyone have an idea why this could be?

    Please check thru transaction code SPAD
    In SPAD > select the printer>. On the output devicescreen,--> menu selection Goto --> Device Type. This will allow youenter specific PCL code for all Print Controls.
    SE71 -> on page layout, --> give a tray name (TRY01) in the resource name to all pages in the sapscript.
    But you should know the printer PCL codes (basis can help you on this)

  • Tray selection of printer doesn't work with printing order confirmation

    Hello,
    When we try to print output for the order confirmation document (BA00 and custom ZBA0) on a different paper tray (e.g. tray 2 for printer avbekyo-01_tray2 in SAP R/3) then the ouput is printed to tray 1 in stead. We have defined two different printers in SAP for the tray selection. We tested the ouput on different printers, besides the avbekyo-01 and went wrong on the others also. When we print out an invoice (ZRD0) to the printer on the second tray, the invoice is printed correctly from the second tray. With an ABAP developer we debugged the print process, but no code leads to the fact that the output for the order confirmation should be printed to the first tray, while the second tray was selected in the output record. In the code still the second tray is processed, but printed on the first. The only difference we can find is that the order confirmation is SAPScript and the invoice is a Smartform. Does anyone know a solution?.
    Kind regards

    Unfortunately the setting doesn't resolve the problem. We also have activated the settings of Tray2 in the option Tray Info.
    Edited by: Chantal Polman FUNC ACCOUNT on Jun 4, 2008 2:32 PM

  • No data selected for printing  message no 8I000

    Dear All
    At the  time of printing J1INCHLN certificate getting error NO DATA SELECTED FOR PRINTING MESSAGE NO 8I000 , where we have data in vendor's A/C and TDS is deducted at vendor's A/C .
    Some vendor under the same section allow us to print the certificate, but the in case of few vendors we r
    facing the problem.
    As we need to send the same to vendors help is needed.
    VG.

    we sorted out the issue

  • No data selected for printing in production server t.code J1INCERT

    Dear Gurusl,
    I am facing a issue to tds certificate printout through t.code J1INCERT in production server. My client has booked the invoice in the month of march 2011 & remittance, bank updation is done in the month of 30th Apr. 2011. But while taking the printing out it the error No data selected for printing 8000I. So I need some permanent solution.
    For invoice booking fiscal year is 2010 & remittance, bank updation it is 2011.
    Regards
    Sachin Patil

    Dear:
               Check whether you have selected the relevant tax types for invoice posting while posting the vendor invoice. If its correct then Vendor Master data, Section/Business Place code Address data. Check tables in SE11
    J_1IEWT_CERT_N
    J_1IEWTCALID_N
    J_1IEWTNUMGR_N
    In these tables section codes might have been maintained directly. Please check these for any discrepancies.
    Regards

  • Smart form dynamic tray selection on printing

    Hi Experts,
    I have a requirement in smart form that need to output the a particular invoice to a particular tray a printer. For e.g. tray 2.
    I have added TRY02 to the resource name of the pages in the smartform, but still the invoice is being printed to the default tray of the printer.
    I have done a test to that printer by printing the SAPCRIPT-TRAYTEST from SO10, and the output is being printed correctly i.e. to the different trays. So I guess the printer has been configured correctly.
    Is there any additional configurations that need to be done for smart forms for the tray selection works correctly? And, is it correct the way I implemented the functionality in the smart form?
    Can someone help please?
    Thanks in advance
    Regards,
    Zaheed

    Hi Experts,
    I have a requirement in smart form that need to output the a particular invoice to a particular tray a printer. For e.g. tray 2.
    I have added TRY02 to the resource name of the pages in the smartform, but still the invoice is being printed to the default tray of the printer.
    I have done a test to that printer by printing the SAPCRIPT-TRAYTEST from SO10, and the output is being printed correctly i.e. to the different trays. So I guess the printer has been configured correctly.
    Is there any additional configurations that need to be done for smart forms for the tray selection works correctly? And, is it correct the way I implemented the functionality in the smart form?
    Can someone help please?
    Thanks in advance
    Regards,
    Zaheed

  • No output has been selected for Printing

    I have copied standard output determination procedure for invoice,maintained output condition record  & access sequence -billing document type.
    I got above message in VF02/ VF03 while selecting "Issue output to'.
    My requirement is to get output selection window.(automatic output).
    Thanks,
    Vrajesh

    Hello Vrajesh G. Nayak 
    1. Go to VF02, Header-output- there see if your output type comes or not.
    i. if it comes, select it manually- go to communication select printer- then you can see the yellow light indicator at output screen. Then check the print preview, if ok print.
    ii. If the output types doenst comes as per 1 then go to SPRO and check the output control and VV31 maintenance.
    2. If it is required to set the automatic printout select the option "Print at creation/saving the document" in communcation tab while maintaining VV31.
    Hope this helps.
    Regards
    raghu

  • Tray selection when printing

    Hello,
    I'm using the folowing code to select a printer I want, and later I use this priner to print a document.
    services3 = PrintServiceLookup.lookupPrintServices(null, null);
    AttributeSet aset3 = new HashAttributeSet();
    aset3.add(new PrinterName("\\\\SSBE107208\\" + printerName, null));
    services3 = PrintServiceLookup.lookupPrintServices(null, aset3);
    I actually need to select the right tray in my java program. Is this possible??

    hi,
    Did u find out how to select the required tray?
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(MediaTray.BOTTOM);
    doesnt seem to work..it always selects from the default tray. I am trying to print to Brother HL6050DN printer and must select the bottom tray for printing. If u had found a way to select the tray, can u share it here?
    Message was edited by:
    rkveena

  • Paper tray selection for copies won't stay

    I'm having problems setting the paper tray for copies.  I go into settings on the printer LED screen and select Tray 2 for copies, but it doesn't stick.  Since I have envelopes loaded in Tray 1, I'm constantly getting "wrong tray" error messages.

    Welcome back to the HP Community @marthainalabama ,
    I read your post about the problems you have been having with making copies from Tray 2 in your Officejet 8630, and I would like for you to check out the link below and try the suggestions from @TeK_AcE  to see if the steps can help! Try copying from Tray 2 afterwards.
    OfficeJet Pro 8600 and OfficeJet Pro 8630 Tray 2 missing
    Let me know what happens!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • No output has been selected for printing in Proforma Invoice

    Hi,
    I have created PO for STO and delivery (Delivery Type NL) through billing VF01, billing type (JEX) and creation of excise invoice, T-code u2013 J1IIN with reference to Proforma Invoice, it is working fine. 
    I have maintained the billing output (JEX) in condition records (T-Code- VV31).  When I have save the proforma invoice and selected the issues output system showing Error u201CNo output has been selected for printingu201D Message no. VF302"
    Can any body tell me what is problem for configuration steps or I have missing any steps?
    Useful answers duly rewarded
    Regards,
    Devendra

    Hi Devendra
    check the following things :
    Go to VF02 ->header data ->output-> click on analysis
    Check the access sequence (key combination) in your output type details.t.code V/40.
    check wheather the output procedure has been assigned to the output type or not
    check the condition record has been maintained or not VV31 . If maintained check the key combinations entered, transmission medium also .
    Regards
    Srinath

  • Message No: 8I000 - No data selected for printing

    Dear All,
    I need inputs for resolving this.....please help me out...
    Issue Description:
       When i am doing J1INCERT, for one company code it is working properly...but for one specific company code it is giving the error that No data selected for priting (message no 8I000) that to specifically in one client only....where for the same company code in another client it is working.
    I've checked all the settings, and tables which are client specific, and finally i didnt succeded in finding the route cause of the error.
    Can someone have any idea why this error is coming.....and can give some insight abt this to resolve.
    Thanks
    Raja

    we sorted out the issue

  • Keeping 1 photo selected for printing AFTER editing

    I still haven't adapted comfortably to iPhoto '08, because it's hard to change one of my iPhoto habits. Previously, after selecting a photo to edit, I'd click DONE and then go straight to File>Export or File>Print to output the edited photo. With iPhoto '08, no photo is selected after clicking DONE, but my habit is still to go straight to File>Export or File>Print anyway. Only after the export or print process begins, with a report that iPhoto has 86 photos to transfer, do I remember that iPhoto 08 acts as if the entire album or event has been selected after an Edit session--even if I only edited a single photo.
    Software design should be incremental, not decremental, for the workflow to become more efficient. I think Apple knows this, so it must be something I'm overlooking. A preference setting, maybe? Can anyone offer a suggestion so that I don't waste more time (and photo paper and photo ink) having to reverse an ingrained habit? I'm a semipro photographer and this habit has been established over several years and versions of iPhoto, with thousands of images. Photoshop is great for only a portion of my photos...iPhoto can do the basics better and faster.
    Thanks for any helpful suggestions.

    I hardly ever use the Events mode, but I tried it just now. The yellow selection box stays after editing in Events mode, so it works there.
    I went back into Photos mode, double-clicked on a photo to edit, just clicked Done without doing any editing, and the single photo stayed selected. It's when I actually do something (rotate, enhance, straighten, adjust, etc.) that clicking Done gets me back to the thumbnails without the yellow selection box.
    The more I think about it, the more I think the iPhoto app and/or one of its components has gotten corrupted. Now, if I can only find my iLife '08 DVD to re-install iPhoto, I'll let you know what happens. In the meantime, I'm going to try removing preferences to see if the problem lies in a plist file somewhere.
    Thanks for the great ideas! Appreciated.

  • Printer tray selection in smartforms

    Hi All,
    I have a requirement that for a particluar printer the smartform should be printed using a particular tray (for ex. Tray4). How can this be achieved?
    Regards..

    Refer these threads,
    Print to different output tray in SAPscript/Print Workbench
    Automatic tray selection for printing
    Regards,
    Joan

  • Printer Tray Selection in xml-Source

    I want to print my AdobeForm only at the Tray1. When there is another Paper in the primary Tray the printer have to print the AdobeForm in Tray1 not in the primary Tray.
    Who can tell me whats the source Code. PrinterProtocoll is PCL5e.
    Thx

    Refer these threads,
    Print to different output tray in SAPscript/Print Workbench
    Automatic tray selection for printing
    Regards,
    Joan

  • Dynamic Tray Selection in Smartforms

    Hi all,
    I am looking for a solution, to set the tray in a Smartform dynamically.
    It is not sufficient to set the Tray statically on the "Output Options" tab -> Ressource Name.
    Can anybody help me?!?
    Thanks and best regards,
    SteCee

    Normally, tray selection is done using GET_PRINT_PARAMETER FM.
    Refer to these threads, may be helpful -
    Print to different output tray in SAPscript/Print Workbench
    Automatic tray selection for printing
    Regards,
    Amit

Maybe you are looking for

  • Can someone tell me how to make my safari works.

    My safari refuse to start up.

  • Problem in reports6i parameter form customization

    I am calling report developed under reports6i using rwservlet from j2ee web application. I was able to successfully customize the parameter form internal to report using Report Escapes properties, Before Form value and After Form value. I am using he

  • HELP!!!! Ipod nano will not sync... something about deleted playlists?

    Can anybody help me!?? I have made a big mistake on my itunes i think. My nano was full so itunes suggested it create a playlist to sync to and I deleted it (I know I shouldn't have!) All my songs are still on itunes but when I try and sync my ipod t

  • Regarding case in ORDER BY clause

    Hi ALL, I am having scenario that a flag value is passed ,if the falg is 'Y' ,i need to do order by with 2columns ,if the flag is 'N' no need do order by i tried and i am able use only single column in the case statement. Regards

  • I can't install any updates for Leopard.

    Hi, I've just upgraded my G4 1.25Ghz, (2GB RAM) to Leopard 10.5 from the DVD from 10.4.1. It installed ok although it hung at the end of installation on the System Preferences. I had to shut it down and start it up again. It started no problem so I a