Incorrect Print Parameter

Dear all,
I get the following error msg Incorrect Print Parameter when executing an ABAP Program Variant in a process chain. Why is it doing a print and what does this msg means? any insight?
ohya, the abap program DOES NOT call a printer function... its a Z*

1. You can try reinstalling Printer drivers.
2. Reconfigure printer on client machine
   remove printer -> add printer -> local
3. Check the RDS server, Whether Printer redirection is enabled or not,
host machine: Computer configuration -> windows components -> remote desktop services -> remote desktop session host -> printer redirection
set "use remote desktop easy print printer driver first" to disabled
Restart client machine
Regards,
Manjunath Sullad

Similar Messages

  • Print ALV report Directly - without the Print Parameter POPUP

    Hai All,
    I want to print a ALV directly to the printer without the Print Paramter POPUP.
    I passed on IS_PRINT parameters in the FM 'REUSE_ALV_LIST_DISPLAY'.
    But still i am getting the popup.
    How to do this.
    It is urgent .
    Kindly help me solving this.
    Vikki.

    Hi,
    i have passed IS_Print-Print = 'X'.
    But even after that i am getting the print parameter popup.
    IS there any other way to handle this. TO SUPPRESS THE PRINT PARAMETER POPUP.
    Please guide me.
    Waiting for ur replies.
    Vikki.

  • How to Print List to spool but skip the print parameter window?

    Dear all,
      I am coding a program for print list into  spool.
    But every times I run the program there must pop up a print parameter window, after I click the 'Continue' button,then the list print to spool.
      Is there some way that I can just run the program and print to spool directly?
                               Thank you for your kindness help~~~
    Message was edited by: jin yan

    Hi,
    If it is a report program then, use this code.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION           = 'LP01'
                COPIES                = COUNT
                LIST_NAME             = 'TEST'
                LIST_TEXT             = 'SUBMIT rep... TO SAP-SPOOL'
                IMMEDIATELY           = 'X'
                RELEASE               = 'X'
                NEW_LIST_ID           = 'X'
                EXPIRATION            = DAYS
                LINE_SIZE             = 79
                LINE_COUNT            = 23
                LAYOUT                = 'X_PAPER'
                SAP_COVER_PAGE        = 'X'
                COVER_PAGE            = 'X'
                RECEIVER              = 'SAP*'
                DEPARTMENT            = 'System'
                NO_DIALOG             = 'X'
      IMPORTING OUT_PARAMETERS        = PARAMS
                VALID                 = VALID.
    IF VALID <> SPACE.
      SUBMIT RSTEST00 TO SAP-SPOOL
        SPOOL PARAMETERS PARAMS
        WITHOUT SPOOL DYNPRO.
    ENDIF.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • PO with release stratergy - change the print parameter setting

    Hi all,
    In case of PO with release startetgy, when the PO is released by the last approver and after saving, the print should automatically come in the place of the creator.
    for ex: PO creator is A. His default printer is  A1
              PO approver   B. His default printer is B1.
    once B approves the PO, the print should come in A1.
    Kindly help me in fixing the issue.

    Hi,
    Thanks for your input. A little change in the logic.
    Our PO will have two output type.
    A - PO creator - print parameter p1
    B - PO approver - print parameter p2
    CASE 1:
    if output type1 is choosed, when B approves printout should come from p2.
    Case 2:
    if output type 2 is choosed, when B approves printout should come from p1.
    Note: No work flow is involved and print program cannot be changed. Can use user exit.

  • PRPPRO printer parameter usage

    I'm hoping I have the right thread for this, as this is an output determination issue.  For delivery based outputs, you're supposed to  be able to define a printer parameter profile using transaction PRPPRO, then use parameter id in the user profile , setting PPT = printer profile name.
    I've done this, but it's not working and I can't find any documentation clarifying what the setting should be on the printer tab in v/34 (I assume it should be blank or user, as user parameters looks at the user profile, but only at the default printer).  Nor can I validate the effects a condition record has on the setting.  Before debugging, does anyone have experience in this?

    http://www.oracle.com/technology/products/jdev/tips/shmeltzer/setwhereclause/index.html

  • Which Funtion module can get print parameter in the background?

    Hi all,
    I know the FM"GET_PRINT_PARAMETERS"can get the print parameter, but I find it can't get the print parameter in background. Does anybody know Which Funtion module can get print parameter in the background?
    Thanks in advance!
    Nina

    Hi Nina,
    This is text copied from SAP HELP.
    FU GET_PRINT_PARAMETERS
    Text
        Read, determine, change spool print parameters and archive parameters
      Functionality
        The function module GET_PRINT_PARAMETERS is used to define, modify and
        display the print and archive parameters. Using this function module is
        the only correct way to modify a print or archive parameter record. The
        print parameters are closely related and contain a check total. This
        check total becomes invalid if any of the print parameters are changed
        and causes a runtime error when the print parameters are used later.
        The module recognizes the following modes (values of parameter MODE):
        'PARAM'              Normal case. Define the print parameters for the
                             current program. The values that are not defined
                             are specified from the user master record or are
                             assigned default values. The print parameter screen
                             displays the PRINT key. This mode is used
                             if the MODE parameter is not specified.
        'PARAMSEL'           Like PARAMS, except that the print parameter screen
                             includes an option to activate the selection
        screen.
        'BATCH'              Define the print parameters for a background job.
                             In this mode, the name of the report to be started
                             is passed with the REPORT parameter.The REPORT
                             statement of the specified report is checked for
                             LINE-SIZE and LINE-COUNT definitions. These
                             definitions are passed as default specifications.
                             Furthermore, the SAVE key is offered
                             instead of the PRINT key in this mode.
    Check the BATCH MODE.

  • Skip background print parameter screen

    Hi,
    My program has selection screen. This program should be able to execute in foreground and background manually. When every time execute it in background, the background print parameter screen always pop up to ask you fill in the "Output Device" and need to click the green check etc. My client would like to skip this screen, since output from background will be a file in the server. Can anyone know how to program in order to turn it off?
    Thanks,
    Meiying

    Hi,
    I am not sure if that can be prevented.
    An alternate solution is that you could create a wrapper program with the same selection screen plus a radio button to execute in foreground or background.
    And then based on the radio button you could either submit your main program or you could schedule it in background using JOB_OPEN etc function modules.
    Regards,
    Ankur Parab

  • Printing parameter values in xml report, and displaying it in header of the

    Hi All,
    Can anybody give me an idea to print the parameter values in the xml report.
    My requirement is like, I have 10 parameters in report builder, I have generated the xml file and created the .rtf template and finally registerted in oracle apps. But now, the requirement is to print the parameter values in the report output.I don't see any xml tags in the xml output.
    Any suggestion will be appreciated.
    Thanks in advance.

    I think all the XML attributes can contain lexicals. If you bring up the property palette against the report object you can just set the following:
    XML Tag Attributes: myParameter="&<P_1>"
    where P_1 is your user parameter.

  • Printing parameter on report - using dynamic parameter in XI

    Post Author: jackel
    CA Forum: Formula
    I need to have the following print on the report when using parameter that accepts multiple values:
    1 value selected - prints that value
    2 or more values selected - prints "multiple"
    All values selected - prints "all"
    Example: parameter "Colors"
    Values- blue, green, red, yellow, etc (more may be added/deleted at any time)
    When just blue is selected - "blue" prints
    When just red is selected - "red" prints
    When red and yellow are selected - "multiple" prints
    When all are selected >> "all prints
    Any help would be appreciated.
    - j

    Post Author: jackel
    CA Forum: Formula
    I reduced the formula to (I didn't expect a solution for "all"):
    If count({?parameter}) = 1 or then {?parameter}    
    else
    If count({?parameter}) > 1 then 'Multiple'
    and received this error:  "This array must be subscripted.  For example: Array&#91;i&#93;."
    If count({?parameter}) = 1 then "One"
    else
    If count({?parameter}) > 1 then 'Multiple'
    works fine but I really wanted the value printed when only one is selected.
    Thanks so much for your help - I feel we're on the right track.
    -j

  • Incorrect Print Driver?

    Recently, we began having problems printing a barcode label through a SATO printer.  Essentially, the font is wrong, causing the barcode to be unreadable.
    Basically, whenever we RDP from Win7 or a thin client (I say newer, but we have only tested on one), we seem to be getting the wrong print driver for our SATO printer. I tried searching around to find out how RDP decides what driver/settings to use, but have
    not had much luck.
    We have tried the following scenarios:
    Print directly from XP: works
    Print directly from Win7: works
    Print through Citrix from XP: works
    Print through Citrix from Win7: works
    Print through Citrix on thin client: works
    Print through RDP from XP: works
    Print through RDP from Win7: fails
    Print through RDP from thin client: fails
    Print through Citrix from thin client (Same one): works
    What could cause this behavior, and how do I fix it? Not using RDP is not an option.
    Update:
    I tested at my local site with a thin client, and it works.  So now, one site's thin clients do not work, while another's do.

    At my site, the server is running Windows 2008 R2.
    The printer is not redirected.  It is a shared printer installed on the print server (or in the testing scenario shared from my laptop, but same results).  Regardless, any way I look at it, the driver is SATO CL412e.  When I go into the About
    tab I see the same version and build number as well.
    This is why it is confusing.  From everything I know to check, the print driver is exactly the same.  However, the behavior definitely is not.  How is it that when I RDP from my laptop (Win7) it somehow uses what appears to be a bold font,
    but when I do so from literally any other scenario it is correct?  In the case of the other site, even the thin client is incorrect (same behavior as Win7 RDP to server).

  • Print Parameter Setting

    Hi,
       Iam trying to print an ALV report. Each time when i go into the report in print section i change the ALV selections parameter under cover sheet to "NO" and copy the settings. But when i logout of the client or close the report it is set to YES again. Can anyone please tell me from where it is defaulting the value to yes and how to configure it permanently. I even tried in SPAD i don;t see any way to configure ALV selection parameter.
    Thanks
    Krithika

    Hi,
    Pls check for this field if there is any Parameter Id set. If yes, then in the program set the parameter id for that and chage the value.
    Regards
    Lekha

  • Incorrect printing of double sided pages on Officejet Pro 8600

    When I print a document (generally from MS Word 2010) and ask it to be printed on both sides, the HP8600 gets it wrong!
    (I had the same problem with my previous Officejet 8500).  It prints page 1 on the first page BUT it prints page 2 on the next piece of paper on the same facing side as for page 1.  So the back of page 1 is blank!!  This is quite frustrating as I often want to print a long document on both sides of the paper and get the pages correct! So all the ODD pages are on the facing side and all the EVEN pages on the rear.  The 8600 doesn't do this, nor did the 8500.  I think when I print it using the Adobe reader and PDF documents it gets it correct.  So it may be an inter action between Word, and the HP 8600 driver etc...  Any ideas to correct this.  I have only had the printer just over 4 months.

    I used a Word document that was 3 pages long and printed it from MS Word 2010 and it printed incorrectly (page 1 on sheet 1 side 1, page 2 on sheet 2 side 1, page 3 on sheet 2 side 2).  Then I saved it in PDF and printed from Adobe Reader and it printed correctly.  But I noticed that Word printed it in reverse order whereas Adobe printed in normal order starting from Page 1.  So I looked in Options/Advanced/Printing in Word 2010 and there was a box for Print pages in reverse Order that was ticked.  So I un-ticked this Print pages in reverse order and re-printed from Word and lo and behold it printed it correctly!  It looks to me as if Word has a 'bug' (sorry MS undesired feature) that when printing in reverse order sometimes gets the pages incorrect.  It is useful when printing long documents to print them in reverse order as they are in the correct order with page 1 on top.  But eh oh I will leave this off and see whether the problem disappears.  But many thanks for your interaction and getting me to investigate.  'Praise the Lord' for forums.

  • Incorrect print head

    Canon printer MG5370 unable to print with message given: UO52.  
    A 15 months old printer should not have this problem.

    A lot of Canon printer’s users come across with the error message, “U052 This type of print head is incorrect.” It is a very common error on Canon printers and is fairly easy to troubleshoot.
    There are two different scenarios related to U052 kind of error message.One is where the print head is not installed at all and then it is giving the ‘U052 This type of print head is incorrect’ error message.
    And, the second scenario is where the print head is installed nut it is not functioning properly or probably not working at all. The below section will show step by step troubleshooting of both the scenarios.
    Step By Step Guide to Resolve “U052 This type of print head is incorrect.”

  • Incorrect print orientation

    I have a HP 7610 printer.  Over the past week I try to print in portrait and the output is landscape and vice versa.  I have checked Page Setup settings and the problem remains unresolved.  The problem is the same with my MBA and iMac.

    Also, just tried to print from another MBA, same problem.
    That points to the image file itself.  The orientation tag that is added by the camera appears to be incorrect.  Where are these photos from?  Were they edited in a 3rd party editor?
    What orientation do the photos take when dragged onto a blank Safari window. Correct or incorrect?

  • Incorrect Printing in Classic - Correct in OS 9

    I use TopDown as a flow chart program. I can modify the flow charts in Classic & save them. However, when I print the document only text is printed - all the connectors and boxes are not printed. If I try to print to a file the .ps file is grayed out and is not visable from the finder or terminal.
    If I start up in OS 9 I can open TopDown and print the document correctly and also print to a file correctly. When I restart in OS X I can open the .ps file in Preview, see it is correct, and save it as a .pdf
    For what it is worth I am printing to an HP LaserJet 4050N.
    Any suggestions
    Power PC G4   Mac OS X (10.4.7)   1.25 GB RAM

    Hi, Stanley. I find that the shareware "printer driver" (Chooser module) PrintToPDF works nicely for me in Classic mode, enabling me to create a PDF file directly from any Classic application using the Print command. I can then open and print the file in Preview or Adobe Reader. For me, this isn't a workaround for a buggy program or hardware, but merely a convenience when I want to save a file as a PDF rather than in the native format of a Classic program. But it would serve your need nicely if you can't find a cure for whatever ails TopDown.

Maybe you are looking for

  • How do you add play list from itunes to ipod on windows 8.1

    I would like to create a new play list on my I pod nano Generation 4. I have the the music in my I TUNES library as files and as a playlist . How do I get this to my I pod. Thanks for any help FCiurczak

  • How do you link to a specific location in another page?

    I'm working in Dreamweaver CS4.  I'm trying to create a link to go to a specific location on another page in my website.  Any advice?

  • Video Clip is Sharp in the Bin, but Blurry When Included in Project?

    I have a JVC Everio video camera and iMovie '11.  I'm doing a fairly tight shot.  When I import the clip into the iMovie clip bin, it is sharp. But when I move the clip into the project for inclusion in the final movie, it becomes blurry.  The camera

  • Adding up Minutes and Seconds

    I am looking to make a TV show format. I need to add times together. And I need to have a column with total running time. I can't seem to format cells in Numbers to work like they do in Excel. I want to add :30 seconds plus 2:40 plus :52 seconds, etc

  • Configure Raid 0 (concatenation) unsuccess

    Hi everybody, I've just configured raid0- concaternation (i use command "metainit" ) on my server, but i dun understand what it was been My server : SunOS 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Fire-V440 have 4 hard disks wich capacity is 33GB ea