Select printer when printing purchase order

Hello,
we are using a customized sapscript and the standard SAP print program  SAPFM06P to print out our purchase orders .
When doing the print out of ME22n, we can select the printer in logical destination field. But if we select LOCL, we can not select the actual windows printer, it will just take the default.
In know in other transaction, I am able to select the windows printer too when selecting LOCL.
Is there a way to do that with purchase orders as well?
Thanks
Anne

Hi,
In your print program you must be passing an script output parameter structure (SAPscript  output interface). means check in OPEN_FORM fm, the parameter OPTIONS.
Pls try this,
data : s_itcpo type itcpo.
  s_itcpo-TDDEST = 'LOCL'.
  s_itcpo-tdimmed   = 'X'.
  s_itcpo-tddelete  = 'X'.
  s_itcpo-tdnewid  = 'X'.
*     Display one dialog for user. Then enable several SAP-Script to prt
  call function 'OPEN_FORM'
    exporting
      device   = 'PRINTER'
      dialog   = 'X'
      language = sy-langu
      options  = s_itcpo   ----- > +Printing parameter+
    importing
      language = sy-langu
    exceptions
      canceled = 1
      device   = 2
      form     = 3
      options  = 4
      unclosed = 5
      others   = 6.
Pls let me know if anything is unclear.
Regrards,
Lokesh.

Similar Messages

  • Not able to see Print Preview of Purchase Order.

    Dear All ,
                                                                       I m not able to see  the Print preview of Purchase Order , as the P.O is well release , but as i m click on Print Preview , an info displays in task bar , -> "  Error in OPEN_FORM for document 4501472103
    Message no. ME142
    Procedure
    Report the error to your system administrator.
    I request you to pl help how to fix this problem.
    Rgds,
    sap11

    thanx for your support , here i need to know one thing that i had gone to MN06 to display the cond. record , here for the output type i m using in P.O
    Given below different key comb. are maintained for same p.o , but as p.o was created then in message tab the first combination of fax was displayed and for this combi when clicking on print preview the message came for " Error in open _form " .
    1) P doc type / P. org./ Vendor =  Medium = 2 ( fax) / Date / time = 1 , is maintained
    2) P Doc. Type / P.org / Pgrp  =  Medium = 1 / date/ time = 1 is maintained.
    3)  P Doc. Type / P.org =         Medium = 1 / date/ time = 1 is maintained
    4)P org.                        =         Medium = 1 / date/ time = 3 is maintained
    Here my querry is that as medium = 1 ( print output ) is also maintain then why Other comb, were not triggered , why only Comb. for medium -=2 ( fax ) was trigered , and after that as i changed the medium to 1 , i m able to see print preview , why ?
    why i m not able to see p prwe for medium 2 ?
    Thanx n rgds,
    sap11

  • How to find print preview for purchase order like what we find in va03

    hi guru's
    how to find print preview for purchase order like what we find in va03
    let me share ur information
    thank u

    Hi
    You can see the Print Preview/printout etc using the Transaction ME9F for Purchase Order
    Execute the ME9F tcode and execute you will get lot of PO's select any Po and press display message
    you will see the print preview
    Similarly for RFQ output use the Tcode ME9A
    for Contrat use ME9K
    for GR output use MB90
    Reward points for useful Answers
    Regards
    Anji

  • Print priview of Purchase Order

    Hello Guru,
    Why is that everytime we try to print priview a Purchase order via ME23N (print preview) and ME9F, price in Purchase Order output/print preview is not displayed? why must be the possible reason for this?
    Thanks

    hi,
    This is because the form which is assigned to PO, may not be have the field defined for the price..
    pls check with the ABAPer and make changes in the FORM
    Hope it helps..
    Regards
    PRiyanka.P

  • Restrict print out of Purchase order only for Production system

    Hi,
    I want to restrict print out of Purchase order only for Production system, don't want to take it in devep or quality.
    is there any identifier to find the system is production or development.
    can anyone tell me how to restrict it,
    is there any function module, not based on client system.
    Thanx in advance
    Kesav

    Hi Kesavarathinam Vaidyalingam ,
    yes, I also use thomas' suggestion using
    t000-cccategory = 'P'.
    to determine productive client.
    Just one small hint: I found this condition as true in a test system: The admin had done a system copy to create a fresh test client - but forgot (or did not see a good reason) to change t000-cccategory = 'P. to  t000-cccategory = 'T'.
    Regards,
    Clemens

  • Runtime error in print preview of Purchase Order

    Hi,
    I am facing a problem regarding the Print Preview of Purchase Order. This is happening after applying the patch no SAP_APPL Level 15.
    The error is "<b>Z_ME_PO_FOR_PRINTING IS NOT FOUND IN THE FUNCTION GROUP ZMEDRUCK"</b> which is the copy of MEDRUCK.
    How to solve the problem please guide.
    Please Reply Soon
    Thank you
    Sankhajeet.
    Message was edited by:
            Sankhajeet Bhowmick

    Hi
    You have customized your layout and print programs.
    Suggest you to sit with your ABAP programmer and they are the best ones to go through this problem.
    Your print program is looking for a function module which is missing
    Best regards
    Ramki

  • What is the standard print prg for Purchase Order

    Hi,
    I am working on forms, what is the standard print program for purchase order.
    Already i have gone to nace and found that the program assigned to the customized print prg, so i am not able to find out the print program, so can u tell me how to solve it.
    Regards,
    clara

    Here are the default entries in the configuration
    NEU     Purchase order     1     SAPFM06P     ENTRY_NEU     MEDRUCK
    NEU     Purchase order     2     SAPFM06P     ENTRY_NEU     MEDRUCK
    NEU     Purchase order     6     RSNASTED     EDI_PROCESSING
    NEU     Purchase order     A     RSNASTED     ALE_PROCESSING
    Regards,f
    Ravi
    Note : Please mark the helpful answers

  • Change output printer when printing a production order

    I can see that there is a specific printer associated with the output of a production order.  Is there a way to change the destination (a different printer) when printing a single production order?
    Right now I can see where the printer destination is shown in CO02, but I do not know how to change it. The screen is display only. The menu path is Order->Settings->Print info.
    Any help would be appreciated.

    Hi Janet,
    Try this.
    Path: CO02 -> Enter PO-> Settings -> List Control -> Here you can change the printer -> Click on continue button.
    Regards,
    Ferry Lianto

  • Printing discounts on purchase order

    Hi Experts,
    I have to print discounts from purchase order on the Adobe form for PurchaseOrder. But the discounts are not in the XML file.
    I asked Cloud Support what I have to do for that, but they just said it's a consulting problem and not a technical problem and so they are not responsible.
    For Sales there is an activity in File-tuning "Configure price strategy" where I can decide if I want to have discounts on the output or not. Is there something similar for purchasing? Or is there any other way?
    Here an example screenshot attached.
    kind regards,
    Frank Pohlmann

    Hi Frank,
    The fields are not part of the current standard solution. so you cannot bind them to the output form.
    Regards,
    Suresh

  • How can I eliminate grid lines of selected cells when printing, in iOS numbers

    How can I eliminate grid lines of selected cells when printing, using iOS numbers

    Hi Cmlgfx,
    Thanks for visiting Apple Support Communities.
    You can style a table to remove grid lines and only show an "outline" around the table itself.
    See this article for help with table styles:
    Numbers for iOS (iPad): Place and style tables
    http://support.apple.com/kb/PH3365
    To show or hide the table name, table border, and grid lines, alternate row colors, or adjust fonts, tap Table Options at the bottom of the Table window (you may need to scroll up in the window to see it), and then set your preferences using the options in the Table Options window. (When you’re done, tap at the top of the window to see other options.)
    All the best,
    Jeremy

  • Field Selection Keys related to Purchase Order

    Hi,
           I have a query regarding Field Selection Key.
    When we go to Field Selection Screen connected to Purchase Order, we can find so many Field Selection Keys viz., $$$$, $$$2, AKTH, ME21N, etc.
    How to judge which is to be used when?
    I like to know how these Field Selection Keys are linked to Purchase Order Screen in the background.
    Please guide me in this regard by giving proper suggestions in this regard.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    +91-9910077829

    Hi Karthik,
                        Thanks for your valuable information.
    I like to know few more things.
    1) Is it possible to create our own Field Selection Key?
    2) If you observe the list of Field Selection Keys related to Purchase Order Screen, you can see that there are Field Selection Keys by name ME21N, ME21, AKTH, etc.
    If the Field Selection Keys are predefined by SAP, it is OK. But, if there is an option to create our own Field Selection Key, then what is the procedure to do the same?
    It seems that ME21N, ME21, and AKTH are used for Create Purchase Order Screen.
    There are also keys ME22N and ME23N used for Change Purchase Order Screen and Display Order Screen.
    I am little bit confused about this.
    We are linking the Field Selection Keys to the Document Types.
    But, I think it is only for create Purchase Order Screen. Please correct, if I am wrong.
    Also, I like to know how we are linking the Field Selection Keys related to Change Purchase Order Screen and Display Purchase Order Screen?
    Please clarify all my doubts by giving proper suggestions.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    +91-9910077829

  • I use floating time zone with all of my iCal entries.  But then the times of the entries do not print when printing month view.  Is there a fix for this?

    I use floating time zone with all of my iCal entries.  But then the times of the entries do not print when printing month view.  Is there a fix for this?

    Sorry to have repeated this question as if I were answering it.  Just a mistake.  I'm just now learning how to use this site.

  • Workflow issue when create Purchase Order automaticlly based on Sales Order

    dear experts,
    I got a problem when create purchase order automatically once the Sales Order created, the field ERNAE of the Purchase Order creatd is WF-BATCH, but we want this field to be the user log in the system, like John. Smith
    it seems this is a configuration issue, but i am not familar with workflow, do you experts have any solutions?
    thank you in advance.
    Hongtao

    thank you for you reply my friend.
    yes, i mean the PO creator.
    I just create a SO in VA01, then change the Schedule line category from CN to CP, then SAVE, then Confirm the Delivery Proposal. after all this, the PO will be created automatically by Workflow. Because when I display the PO via ME23N, it displays [Standard PO XXXXX  created by Workflow-System] on the top of the screen.
    But i do not know which workflow is trigered to create the PO. and i tried SWEL like you said, there is no record listed.
    do you have any other suggestions? thank you so much, friend.

  • Error when posting Purchase Orders

    Hello,
    Client gets the followin error for a particular item when doing purchase order : -
    No matching records found 'withholding tax'  (OWHT)
    The error does not appear when purchase order is done from the server directly, but appears on SAP clients.
    What could be causing this error ?

    hello Martin,
    is this error occur in only one particular BP or it occurs in all BP?
    if this error only occurs in one BP
    1. goto the BP master data - Accounting Tab - Tax sub-tab
    2. Check the tick box "Subject to withholding tax"
    3. WT Code allowed - clikc the button in the right side "This will open WT Code allowed window" set default one of the existing WT code available.
    4. Update BP Master Data.
    hope this helps...
    Fidel

  • Error when Approving Purchase order

    Dear all,
    we are using oracle applications version 12.0.4, I am facing an issue when a Purchase order is approved , the approver is getting a notification
    " Unable to reserve funds" and purchase order is going to pre-approved status. I tried to check funds from purchase order form but Its showing me a message
    "The header currently does not have distributions eligible for this action"
    Edited by: user13295191 on 02-Nov-2011 05:12

    A quick hack would be to try this functionality from the old form (instead of the OA page) just to know the error.
    Thanks,
    Vinod

Maybe you are looking for

  • Open order returns

    Hi All, A report is needed for open return orders that do not have a credit memo issued or a goods receipt processed against the delivery The Validation requires       Credit not issued (may be default because of billing block)  orders. can anyone he

  • Moving from EhP 4 to 6

    Hi experts - We are debating installing EhP 6 this year.  I just have a question I can't find an answer to anywhere and was hoping to throw it out to this group: We currently have business function X activated with EhP 4.  When we install EhP 6, will

  • 1.1.4 saying as current version available???

    I'm trying to update to 2.0 to to set up pay as you go on O2 here in the UK. But when i plug my original iphone in to itunes it tells me either it can't contact the server or that 1.1.4 is the current version for my iphone. Any advice? Thanks

  • Packages in webstart archive

    Normally you should specify the class with the main method in a jnlp file, with the tag <application-desc main-class="Auteursomgeving" />However, the class that contains my main method is inside a package "author". Using <application-desc main-class=

  • XML Import CLOB column size limit

    I have a table with a CLOB column and some of the rows have up to 7000 characters in the column. I exported the table to XML and the XML file contains all the data. When I try to import the file into another APEX instance I get the error: XML Load er