Mass-Update Default Print Properties for Spool Authorization (S_SPO_ACT)

Dear Experts
To protect HR spool requests it is possible to use the print-authorization in combination with the authorization object S_SPO_ACT.
In case a HR user prints a form the the print-popup will default the user-parameter SAU for print-authorization. When printed like this the value of the SAU-parameter will be added to the spool request.
In case the HR user prints a ABAP-list the value of the user-parameter SAU is not defaulted in the print popup. Instead seperatly saved defaults print properties (see print popup -> properties) are taken.
How can I mass-change these default print properties? How can I set these default print properties for other users?
Thanks in advance

Please note that with SAP BASIS release later than 620, parameter id 'SAU' is either no longer used or only used in a limit fashion. The default spool authorization is now stored in cluster 'UV' instead of at 'USR05' / parid 'SAU' .
If your users already have 'SAU' parameter populated with proper spool authorization, SAP has an ABAP util 'RSTRANSPARAMSAU' to store this in the cluster. Once you run this util, default spool authorization will
be populated properly each time spool files are created.

Similar Messages

  • How do I set the default print margins for ALL printers in mozilla.cfg

    How do I set the default print margins for ALL printers in mozilla.cfg, even ones that are not yet installed / connected to the computer?
    I'm trying to install firefox with MDT and apply certain print options, but the printers themselves are connected at a later stage so the print.printer_myprinterhere cannot be used.

    Best answer I could find: [https://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/#comment-132668]
    If you can figure out how to add the printer name, this can be used to lock the margins.

  • FTXP: Mass Update US Tax Rate for procedure TAXUSJ

    Hi,
    I had searched here and there about the answer for the best way to mass update the tax rate for US TAXUSJ based on the jurisdiction code and transaction key (T030K-KTOSL). I attempted to use BDC recording but it doesn't work as FTXP required manual processing.
    So is there any better solution on this? I am trying to direct update to database in the worst case if can't find any better solution.
    In this case, I tried to find any table that consist of country code, procedure, tax jurisdiction, tax rate, valid from, transaction key. But it is none. I am confuse on which is the correct tables to update. I searched net and there are suggestions on these tables (A053, KONH, KONP, T007A, T007V, T030K, A003). But how is the linkage on these tables?Which one is the correct table to update?
    Thanks for your time for reading this.
    Thanks & Regards,
    Sin Ying

    Hi,
    Please, refer to this link:
    Re: Table for tax rate
    Regards,
    Eli

  • Default printer settings for HP Deskjet 882c

    All I want to do is set this printer to print in black and white by default. If I wanted color, I would use my other printer ... I want faster than a snails pace so I brought this one back out.
    Being a PC for my entire life, this should be an easy thing to set the default print settings on the printer. I don't see them!
    What I am printing is emails off hotmail ... tons of them ... going back months ... so please don't ask me to add an additional step here ...
    Pulling my hair out here ... help would be lovely!

    You are on the right track for sure. The claim code is in fact printed in blue, so if your color inks are low or empty it will not show up. 
    I noticed there are 2 version of the 6500A, I will go under the assumption that you do not have the 'Plus' version since you didn't specify this, shouldn't be a big discrepancy either way (let me know if I am wrong).
    Viewing your ink levels is covered here, your Cyan ink cartridge could be empty : http://goo.gl/RjIhbp
    You can still find the claim code on the front panel of your printer without color ink. Go back to web services on your printers display and it will show your "*@hpeprint.com" email address. The prefix before the "@" is in fact your code.
    Also note that your code has most likely expired, which happens after 24 hours of being generated. Not a big deal. If your code has expired you will have to reset the web services in your printer, this will generate a new printer code. You can do this easily from the front panel of your printer.
    Follow this link and expand the section “What if I lose my printer code before registering?” under “Frequently asked questions (FAQs)”
    http://goo.gl/0WUyIe
    (*a note on step 4, some firmware updates may have simplified this entire step to be simply “remove web services”)
    After enabling the web services again the printer code area will still be blank if you are out of cyan ink. 
    Regardless the new code will display on the front panel (under web services).
    I hope this gets you going with ePrint. Let me know if you are having issues printing in color beyond this, or if you are still experiencing difficulties with ePrint.
    I work on behalf of HP.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Printing Properties for Acrobat 8.0 Pro not sticking

    Hi guys & gals,
    I have a user here that is running Windows 7 that has been having an issue with printing from Acrobat 8.0 Professional for some time and while it's not a huge issue, it is a bit annoying.
    Here's the scenario:
    She opens a PDF file, clicks on Print, selects the printer she wants to print to and clicks on "properties" to change it from say, 8.5"x11" to 11'x17" paper size, then she clicks "OK" which returns her to the main print window only to see that it still shows the original paper size. If she clicks "Properties" a 2nd time and changes the paper size again and hits OK then everything is fine until the next time she goes to print something and she has to go through changing the print properties twice again to get the settings to stick.
    It's not clear if this is an Acrobat issue or a Windows issue. Does anyone have any insights as to what might be going on here?
    Thanks!

    Hi Daniel,
    Thanks for the suggestions, but that didn't help. And yes Acrobat is updated and I even tried the "Repair Acrobat Installation" option all to no avail. 3 of us have looked into this issue and decided there is no fix. It's just something the user will have to live with. Oh and 1 correction, the computer is running Vista, not W7, however I don't think Vista is any worse at handling printing than 7 is, and since this happens regardless of if we print with the Postscript driver or the PCL6 driver, it's gotta be an Acrobat issue, not a Windows issue. Also just going into the list of printers and reselecting the already selected printer seems to also jolt it into suddenly showing the correct (changed) settings. Weird.

  • Default Printer Properties

    Hello,
    Is it possible to run a powershell command to identify the default printer on a system and then launch the "Printer Properties" to then modify the settings if need be?
    I know the command to identify the default printer is similar to below but am unsure about how to launch the properties after identifying that.
    Get-WmiObject-Query"
    SELECT * FROM Win32_Printer WHERE Default=$true"
    Thanks!

    Nevermind,
    I answered it on my own. For those wondering this is what worked.
    $Default = Get-WmiObject -Query " SELECT * FROM Win32_Printer WHERE Default=$true" | Select Name
    $OUTPUT2 = [System.Windows.Forms.MessageBox]::Show("$Default Printer has been detected." , "Default Printer Identified" , 1)
     if($OUTPUT2 -eq "OK")
      Control.exe Printers

  • Setting default printing presets for all users, esp. guest user

    i want to set black/white, two sided printing as the default for all users (9 macs, 30 users on each).
    i set up and save this preset as admin, and copy the files
    com.apple.print.custompresets.plist
    com.apple.print.custompresets.forprinter.nameofprinter.plist
    from admin home/library/preferences to the other users preferences-folders.
    but logging on to any of the other users, i still dont even get the new preset listed.
    i tried entering cups, but there, only the printer setup is editable.
    especially i would like to set the custom preset as default for the guest account, without being wiped every log off.
    is there any alternative way to do this? i dont want to manually log in to the 300 accounts to change this.

    You can do that for new users via a file user.js in the default template folder for new profiles.
    C:\Program Files\Mozilla Firefox\defaults\profile\
    *http://kb.mozillazine.org/user.js_file

  • Default Printer setting for 2600n causing spinning flashing cirlce cursor in MS Word 2007

    Printer drivers for HP2600n are causing spinning and blinking curor in MS Word 2007.  I couldn't print in IE9 due to script errors.  HP Help said to uninstall and reinstall printer.  After reinstalling, I can print in IE9, but now MSWord 2007 has a blinking, spinning, flashing circle on top of the curor.  It's maddening and I can't edit.  I've run all the "fixes" for MS and Word to no avail.
    I've scoured the web to find it's the "default printer" causing the problems.  I had to delect the HP as default, and then the spinning circle goes away.   But... when I manually select the HP to print within a Word doc, it re-activites the crazy cursor and I must close the doc.
    I'm using 32bit Vista, Windows Office 2007, IE9, HP 2600n
    Do you have a fix or a patch?  Many thanks to a kind person for a solution!

    Printer drivers for HP2600n are causing spinning and blinking curor in MS Word 2007.  I couldn't print in IE9 due to script errors.  HP Help said to uninstall and reinstall printer.  After reinstalling, I can print in IE9, but now MSWord 2007 has a blinking, spinning, flashing circle on top of the curor.  It's maddening and I can't edit.  I've run all the "fixes" for MS and Word to no avail.
    I've scoured the web to find it's the "default printer" causing the problems.  I had to delect the HP as default, and then the spinning circle goes away.   But... when I manually select the HP to print within a Word doc, it re-activites the crazy cursor and I must close the doc.
    I'm using 32bit Vista, Windows Office 2007, IE9, HP 2600n
    Do you have a fix or a patch?  Many thanks to a kind person for a solution!

  • Mass update of mixing ratios for new fiscal

    Hello All,
    Is there any way to update mixing ratios for a new fiscal in a mass manner? What would be the best way to do a mass update? Thanks.
    Regards,
    SB

    Hi
    There is a catch in it... The screen delivered by SAP for CK94 has a problem... If you have more than 6 Proc Alternatives, even LSMW wont help...
    LSMW can help only if you have upto 6 proc alt.. if more than that, you have to do it manually....
    I debugged the Std program with my ABAPer for whole long day.. What we discovered was that SAP hos not given the PAGE DOWN option, usually given in all the screens.... So, no BAPI/BADI/LSMW can help of Proc Alt > 6
    br, Ajay M

  • How to Set Default Printer Just for Safari

    I use 2 printers.
    One prints paper docs etc.  The other prints labels only.  When i want to print the labels I have to select that printer in the print dialogue in Safari every time.  Super annoying.
    IS there a way to set a gedault printer just for Safari?
    I tried using the localhost:641/admin method and all i get is Bad Request  (the localhost address i mention here is not the actual version as i cannot remember it now, but it was something like that)
    Using safari 6.0.2 and osx 10.8.2

    Please see these docs.
    How To Setup Default Printer for a User. [ID 153927.1]
    How to Set Up a Default Printer for a User Within Oracle Applications [ID 1018856.102]
    How To Define a Default Printer? [ID 1237254.1]
    How To Setup Default Printer For Applications [ID 184109.1]
    Thanks,
    Hussein

  • How to change the default print template for broadcast PDF Export

    Hi,
    I have currently designed a print template for printing purposes and use this as the template for the print button(Export to PDF),if i were to click on this button the output pdf is the desired PDF. But if i were to broadcast the template with output format as PDF it picks the layout of the current template, how do i set broadcast to pick up the print template also???
    Further how to insert a page break in a PDF print template.

    Hi Nagesh,
    These setting are for
    1.Adhoc Template for Queries
    2. Adhoc Template for reports designed through report designer
    3. Template for query precalculation
    4. Template for displaying broadcasting wizard.
    When we use broadcasting from query designer  to email PDF's the system uses 0QUERY_TEMPLATE_BROADCAST_PDF.
    From WAD the system uses the current template layout as PDF Layout.
    P.S: OSS note 1054460 -<b>Depending on the BI object type and possibly other criteria, different Web templates are used in BI broadcasting to generate PDF (and PS or PCL) formats:</b>
    <i>For Web templates: the Web template itself is used</i>

  • Defining print properties for a Livecycle form

    Hi,
    I am working on a form in Livecycle Designer ES2. The form is basically a checklist that has a series of questions and based on the answers to each question, I have made it so that hidden fields will become visible when necessary. The problem I have is that if someone tries to print the form and intends to fill it out as a printed document, then the hidden fields will not show because the necessary actions to reveal them have not happened. I tried creating an action so that when the form is about to be printed, all fields become visible but that defeats the purpose of printing out a form that WAS filled out electronically. Is there any way to create an action so that when the form is printed AND all/most fields are empty, then the necessary fields are set to visible?
    I really appreciate the help. Thanks very much.

    Hi,
    I think this will helps you.
    Copy the following script to the click-event of the Print-button:
    for(var i = 0; i < xfa.host.numPages; i++)
        var oFields = xfa.layout.pageContent(i, "field");
        var nodesLength = oFields.length;           
        for(var j = 0; j < nodesLength; j++)
            oFields.item(j).presence = "visible";
    xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);
    This script take a look to all pages to all fields and make them visible.
    Kind regards Mandy

  • How to set the default print format for the report

    Hi,
    In ALV report , i want to defalut specific print format and printer for background processing .
    Any clues!!!!!!!!!
    Regards
    Swatantra

    Hi
    Please check below code:
    DATA: PRIPAR TYPE PRI_PARAMS,
          ARCPAR TYPE ARC_PARAMS,
          LAY    TYPE PRI_PARAMS-PAART,
          LINES  TYPE PRI_PARAMS-LINCT,
          ROWS   TYPE PRI_PARAMS-LINSZ.
    DATA: val(1).
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        destination            = 'LOCL'   " <--- Printer Name
        no_dialog              = 'X'
        immediately            = ' '
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc <> 0.
    *     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *** Specifying the page formats
        pripar-linct = 65.
        pripar-linsz = 190.
        pripar-paart = 'X_65_132'.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        in_archive_parameters  = arcpar
        in_parameters          = pripar
        no_dialog              = 'X'
    *      list_name              = 'Testing Purpose Only' "l_list
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc EQ 0.
      NEW-PAGE PRINT ON
      NEW-SECTION
      PARAMETERS pripar
      ARCHIVE PARAMETERS arcpar
      NO DIALOG.
    ELSE.
      write:/ 'Unable to create spool'.
    ENDIF.
    So now a spool is created with the required print parameters...
    The list that is created from here will be in the spool.
    Once the list is completed, close it with NEW-PAGE PRINT OFF.
    Hope this helps.
    Regards
    Eswar

  • Mass update to FILENAME field in S_DATASET authorization object

    We are migrating to a new fileserver with a new hostname, and so I've been asked to update about 1900 instances of the S_DATASET authorization object for the new FILENAME value.  I'd like to do this programmatically if possible.
    What I've learned so far is that I need to update the value in table USR12, but the value is encoded.  When I look at the table in SE16, I do not see the encoded value field.  The value does show in UST12, but I'm told this is an unreliable table.
    So I'd like to know..
    1. How can I look at the value if not in SE16?
    2. Is there an API I can use to encode/decode the value?  If not, where is the specification on how to build it?
    If this is better addressed in a different forum, which one should I try next?
    Thanks,
    Dan

    Hi there,
    Okay I started a few tests and made a bit of progress, but am running into the problem that if I don't check the authority first using the FM and want to test what happens when the user is not authorized, then the bugger dumps (as expected and mentioned in the note)...
    But the behaviour as you have described:
    >
    > Path                   Saveflag  Fs_noread Fs_nowrite Fs_Brgru
    > =============================================================
    > *                                 X         X            DUMY
    > /temp/FI/..                       X         X            DUMY
    > /temp/FI               X                                 FIFI
    >
    ... is correct, and I found something interesting in the F1 on the spth-path field which explains this.
    > Caution:
    > - If you enter paths generically in the table SPTH, the most precise specification counts.
    > - If you select the no-read or no-write fields in the table SPTH, this overrides the authorization group.
    So, the DUMY is not needed as the check does not use it in those cases, and "/temp/FI/.." is anyway more specific than "*" so the system would have used it for DUMY anyway. But that is irrelevant... because if the begru field is empty in the FM, then the check is not performed.
    So, the only check which is effective to protect the path, is:
    Path                   Saveflag  Fs_noread Fs_nowrite Fs_Brgru
    =============================================================
    /temp/FI               X                                           FIFI
    ... and the "fs_noread" and "fs_nowrite" flags should be understood as "no protectable authority to read" and "no protectable authority to write" and not the activity field which the authority is being checked against. This is coming from the S_DATASET check (which is already known at that time to the function module).
    Using these flags, you can leave the entries in the table without having to delete them if you want to turn them off and on temporarily. Perhaps an "active / inactive" switch would have been clearer...
    form CHECK_PERMISSION using ISPTH_HEAD type SPTH
                                MODE       type CLIKE
                                SUBRC      type SY-SUBRC.
    data: ACTIVITY like AUTHB-ACTVT.
       SUBRC = 0.
       case MODE.
         when 'R'.
              ACTIVITY = '03'.
         when 'W'.
              ACTIVITY = '02'.
         when 'D'.
              ACTIVITY = '02'.
       endcase.
       if ISPTH_HEAD-FS_BRGRU <> SPACE.  "Here it is... for BEGRU checks there must be a value...
          authority-check object 'S_PATH'
              id  'FS_BRGRU' field ISPTH_HEAD-FS_BRGRU
              id  'ACTVT'    field ACTIVITY.
           if SY-SUBRC <> 0.
              SUBRC = 3.
           endif.
       endif.
    endform.
    Cheers,
    Julius

  • Changing Default Print Quality for Photosmart Printers in Stand Alone mode

    Hello Everyone. I am using a group of Photosmart Printers in Stand Alone mode for events where I shoot and print on site. Although I have quite a few printers with me (6 total at a time), I prefer to have the printers print in "Normal" Print Quality Mode, instead of "Best". Images come out twice as fast, and because I have a disciplined shooting technique, I get "GREAT" results from the "Normal" setting. I and/or my assistant have to go to my "Preferences" to change my Print Quality everytime we prepare to print another batch of photos. Sometimes we have groups that will want 5 copies, and it simply takes FOREVER in Best mode, and really, although with a 5x Loupe I can tell the difference, My customers can't with their naked eye. Sometimes we forget to change the setting due to the pressure of the pace sometimes. OOPS!
    I am using the following Photosmart Printers: A516, A512v and the 335.
    As I stated, I don't use these with a computer, I drive them straight from CF Cards. I do have all the original software, if I need to use the computer to make some changes. Just tell me how. Manual says nothing about getting the setting to default to normal.
    Thank you so very much in advance.
    BLAYZE!

    Hello:
    One way of assuring high quality would be to export the photo to the desktop (at highest quality) and then print from there.
    In my own case, I find that when I occasionally print a photo from iPhoto, the quality is quite good.
    Barry

Maybe you are looking for

  • WGA 600N and using it for internet on a Windows 7 PC

    Hello I am trying to use my WGA 600N to get internet in my PC. I have previously configured this unit and used it with my Xbox 360 with no problems. I can get on the ip address of 192.168.1.250 and connect to my wifi. The problem i am having is getti

  • Plugin sous Photoshop CC

    Bonjour, Je suis abonné à l'Adobe Cloud (Photoshop et Lightroom). J'essaie d'installer le plugin d'Hasselblad pour lire sous Photoshop les fichiers 3F du scanner Imacon. Soucis : où mettre ce plugin ? Je l'ai installé dans le dossier "Plug-ins" qui s

  • Bex reporting basic

    I am in a SAP BW project, and i am new to SAP can anyone send me a document which tells me how to create and why we need to create the following: 1. Restricted Key Figures 2. Calculated Key Figures 3. Variables 5. What is Fiscal year or period? I kno

  • Security error appears when playing Flash content on a CD

    Hi All, Any one come across this situation where users of a cd-rom gets security problems when for example click on pdf button to view in separate window. Need a quick resolve for a friend. Kind Regards, Boxing Boom

  • TMs Provisioning AD Field Mappings & import problem?

    I've deployed TMS 14.6.1 & TMSPE v1.4. In TMS > Admin Tools > Provisioning I've adjusted "AD Filed Mappings for New User Imports" the file "Office Phone" to "ipPhone". when I import users and I check for a imported user (Toggele Details) the Office P