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

Similar Messages

  • 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.

  • Print Parameter setting changes

    Dear all,
    Where do we change the global paramater settings - Time of printing - General propertes - from Send to SAP Spooler Only for Now to Print Immediately !!!
    User default setting already set to print immediately.
    Regards,
    Sam.

    Hi Cheriyan,
    I don't know if there is a global switch, but every user can customize his own default.
    Use "System -> User data -> Own data" tab Defaults box "Output Immediately".
    This default is used for new spool requests or for the spool values in batch jobs.
    Regards
    Holger

  • 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

  • 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

  • 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

  • Why is my HP LaserJet 1300n printer automatically set to "Paused"?

    A couple of days ago I updated my Macbook from 10.6.6 to 10.6.8 OS.
    I don't know if this caused the problem, but I just can't print anything, with no application at all.
    The printer gets set to "Paused" and I just cannot change its status unless I delete the printing job, but as soon as I send any other document to the printer (via Airport Extreme) it sets again to "Paused" and nothing seems to help. 
    I've tried deleting the printer configuration, reinstalled driver, even tried setting the printer's IP manually but nothing seems to work.
    —Andy.

    Hey iteachosk!
    On a different discussion someone suggested connecting thru USB directly. It worked!
    I had to restart the printer identification, throwing away previous driver once both the printer and Macbook were connected via USB wire, thus the new driver was not the wireless kind.
    This is not as comfortable as having a wireless connection, but it's ok while we find another solution.

  • Check if in Word document (Word 2013) advanced option "Use fonts that are stored on the printer" is set

    Is it possible in a VBA macro to check whether an opened word document has the advanced option "Use fonts that are stored on the Printer" is set.
    I have a word macro that opens and processes thousands of word documents.  The processing needs to be different based on whether this option is set or not.
    Thanks,
    Harry Spier
    Harry Spier

    Hi Harry,
    I'm afraid that we're not able to retrieve this option value. The Advanced Options are actually stored as application level. Some of the options can be accessed with the Word.Application.Options property. But there're also many options that are not
    exposed in the Word Object Model. As you can see in this figure, there's no property corresponding to "Use fonts that are stored on the printer":
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I am trying to print redplum coupons and I can't, help.  I have updated java, adobe flash, and made sure my printer was set on default.  I am not sure what I am doing wrong.  I have contacted redplum and no one will help.

    I am trying to print redplum coupons and I can't, help.  I have updated java, adobe flash, and made sure my printer was set on default.  I am not sure what I am doing wrong.  I have contacted redplum and no one will help.

    No Apple response???  Redplum/Valassis will not help either.  I searched, using the cups error message and though it is Unbuntu, same error so maybe useful...only problem: details would not display unless I join Unbuntu forum.  What a pain to do anything with my Mac or find any help.  I honestly regret buying this buggy OS.
    Anyway, here is what I found, FYI:
    http://ubuntuforums.org/showthread.php?t=483415
    As the old saying goes: when in doubt, consult the manual. The problem appears to be that I added the printer using the KDE Add Printer Wizard. It was automatically given a "socket" URI instead of an "lpd" one. When I:
    - altered the printer settings at http://localhost:631 (the CUPS admin page) as instructed in the manual for the printer, and
    - copied the PPD file into a second place on the hard drive (as instructed on ubunutuforums, see the link above)
    ..everything started working.
    It's still slower than windows, but I can live with that
    Probably a simple fix. Change the socket I.P. to match the printer I.P. like this:
    socket://192.168.1.86:9100. The thing I'm concerned with using socket:// is that AFAIK the printer I.P. must not change. In my case I'm able to assign a static I.P. address to the printer but it's something to consider.
    I found that the only thing I needed to do was change socket to lpd (and remove :9100 off the end as well). See Solving Ubuntu printer “broken pipe” problem (DocuPrint C525A) . BTW thanks for steering me in the right direction - very grateful.      
    Solving Ubuntu printer “broken pipe” problem (DocuPrint C525A)
    Posted on November 25, 2008
    Are you having a problem with your printer under the latest versions of Ubuntu (perhaps it worked under an older version)? Are you able to print short documents, but not longer, or more graphics-intensive, documents? (e.g. the unfortunate people at http://ubuntuforums.org/showthread.php?t=625493). Do they sit there as Processing for ages and then switch to Held? If you have the same problem I had the solution I tried may work for you too. Firstly, check your cups error log:
    sudo gedit /var/log/cups/error_log
    If you see anything like the following, the solution may be simple:
    [Job 201] Unable to write print data: Broken pipe
    PID 13359 (/usr/lib/cups/backend/socket) stopped with status 1!
    System > Administration > Printing and right click on your printer, selecting Properties. Settings > Device URI
    If you see something like socket://your_printer_ip_address:9100 just change socket to lpd and remove the :9100 off the end. Then click on apply.
    Apparently lpd is a more modern protocol which works with most printers whereas socket is more raw (and potentially faster but riskier in a network situation). Somewhere along the line, the default Ubuntu/Gnome setup for networked printers shifted from lpd to socket. Some primitive printers will have benefited whereas a larger number of more modern printers will have suffered.
    Please correct me if I am wrong (which is highly possible) but the underlying problem could be that socket may make the printer wait a long time for a large file to be processed ready for printing. Some printers, such as the Fuji Xerox DocuPrint C525A, may drop the socket if things take too long to start coming through.
    Changing timeout settings might work but lpd is better than socket so it is the preferred solution in any case.
    If this works for you, please leave a comment to let others know (ideally with a description of the printer and Ubuntu version). Printer may be relevant if it doesn’t support the direct stream protocol properly. NB I may take a while to let your comment through because of the volume of spam. Sorry about that.
    Finally, thanks to sphilli8 for the steer in the right direction at http://ubuntuforums.org/showthread.php?p=6245626.
          http://ubuntuforums.org/showthread.php?t=483415

  • Configure printer colour setting as grayscale

    How to configure the Printer colour setting to grayscale as default option in workgroup manager, i am pushing printer drivers for client using workgroup manager but cant set the colour option                                                                     

    It really depends on the printer and the application used and the operating system.   You might want to save some default layout configurations in the Page Setup and ask your users to use them when going grayscale.  But since not all printer drivers behave the same way, and not all applications offer Page Setup, that advice is only partially true.

  • Adobe Reader prints PDFs with magenta hue when printing is set to B&W

    Adobe Reader prints PDFs with magenta hue when printing is set to B&W

    BTW... Asking the SAME thing THREE TIMES WON'T change the answer.

  • Reader Adobe Reader prints PDFs with magenta hue when printing is set to B&W

    Adobe Reader prints PDFs with magenta hue when printing is set to B&W

    BTW... Asking the SAME thing THREE TIMES WON'T change the answer.

  • 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.

  • Printing pre sets not saving

    I save photo printing pre sets according to the kind of paper I'm printing on. I use an Epson 2200. I change the print settings and color management and do "save as" Enhanced Matte or Watercolor. When I go to print again Enhanced Matte and Watercolor are still there but the print settings and the color managment settings aren't saved.
    iMac G5   Mac OS X (10.4.3)  
    iMac G5   Mac OS X (10.4.3)  

    My first time posting something, so I do need to say that I find this forum an invaluable resource, and has always been very helpful.
    Thank you so much for responding to my dilemma. The shortcut sets do show up in the Preferences and don't disappear once the shortcut key stops working. What is odd is that my Shortcut Set is still there, but my shortcut commands are gone, so I probably should have stated "shortcut command", instead of "set".
    Also, there is somewhat of a mystery going on here, for me, anyhow. I thought I would try one more time before updating to 7.0.4, and for some unknown reason everything is working as it should. I didn't restart or shut down before I left for the evening. So I'm unsure of what was going on.
    But thanks again for your responses.

Maybe you are looking for

  • No Adapter Engine value  in File Adapter Config

    Hello, When we configured File adapter in Integration Directory  we noticed that ADAPTER ENGINE pull down is empty. I cannot assign any value to Adapter Engine field. It is a new  test system and should all be configured already. I wonder if this is

  • "Import for runtime sharing" and dynamic loading of MC

    Hello to everyone :) I have a question that possibly is a bit strange, but I really didn't found any info about it (that's why I'm writing a post here). So, I have five .swf files with different sections of one project. I'm loading these movies only

  • Webservices doubts!

    Hi experts, Please forgive me for boring you again with this subject, but I haven’t yet cleared my doubts… Can someone provide me some clues? > Is it possible use web services paradigm with an asynchronous scenario? > To receive acknowledges that tel

  • Qustion for wireless card Satelite Pro M30

    Hello, I laptop has the Intel 2100. Would a 2200 Intel card purchased from the open market operate, or must I purchase the Toshiba one? Thanks and Regards George

  • Trying to Convert CHAR(1) to Boolean

    I have this indicator into my database which is of type CHAR(1) and I am trying to map it as object of type Boolean. But while I run it, it gives me exception: Exception Description: The object [true], of class [class java.lang.Boolean], could not be