Authorization for saving Default Layout Settings

Hello,
In transaction /AFS/MD04, we would like to restrict users from changing the default screen layout.  When they try to save a screen layout, we would like the checkbox to default to "User-specific" and not allow them to change the default. 
     Also, we would like to restrict those who can change the default with a parameter id. 
To recreate:  Enter a material and plant number and press enter.  On screen 2000, subscreen 800 is the screen to which I'm referring.  It is here that we would like to control the settings. 
I have done this in custom reports using the following code:
*Check authorization to change default layout
  GET PARAMETER ID 'ZSD_VARIANT_RETURNS' FIELD lv_pid.
  IF lv_pid = 'X'.
    lo_layout->set_default( abap_true ).
  ENDIF.
I have seen some posts refer to transaction SHD0.  Can this be handled with that transaction code?
Update on 3/2/2010:
I have seen some other posts regarding this issue and also seen OSS notes 409190 & 601803. 
Our security team says that changing auth object S_ALV_LAYO would prevent users from changing the layout at all.  Is this correct?  We want to restrict who can set the Default Layout and give everyone else the ability to set the User Specific settings. 
I have seen other posts refer to the I_SAVE parameter, the OSS notes also mention it, but it isn't clear to me how to use that.
We would like to do this in a SAP transaction - /AFS/MD04 - is this possible?
3/3/2010:
It appears taking away authority to object S_ALV_LAYO was the answer after all. 
Thanks,
Chris Mowl
Edited by: Chris  Mowl on Mar 2, 2010 10:52 PM
Edited by: Chris  Mowl on Mar 3, 2010 11:24 AM

When object S_ALV_LAYO was taken out of my security profile, I was only able to save User-specific layouts and not Default layouts.  This was our objective.

Similar Messages

  • What are the settings for the "Default Client Settings"?

    What are the settings for the "Default Client Settings"? I changed them instead of creating a new policy and would like to fix that.
    Thanks
    James A+, Network+, MCP

    Hi,
    The blogs below provides the default client settings.
    Default Client Settings in SCCM 2012 SP1
    http://prajwaldesai.com/default-client-settings-sccm-2012-sp1-sccm-2012-sp1/
    Note: Microsoft provides third-party contact information to help you find technical
    support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce

  • Default layout settings

    What is the tcode to define the default layout settings.Layout management tcode?

    Rahul,
    https://wiki.sdn.sap.com/wiki/display/PLM/T.CodesforSAP-PS-SPRO,CustomizationRelated.
    OR
    FM48_1  PS-CM: Create Planning Layout
    FM48_2  PS-CM: Change Planning Layout
    FM48_3  PS-CM: Display Planning Layout
    Anmol Saxena.
    Edited by: Anmol Saxena on Sep 9, 2009 9:30 AM

  • Save For Web - Default Output Settings

    Hi all!
    When I use "Save For Web" in Illustrator CS5, I don't like having hypens in my file names (it messes with alphabetical sorting when some of my similarly-named files have hypens, the rest have spaces). So everytime I export an image for the first time using save for web, I have to go into "output settings > saving files" and uncheck "Unix Filename Compatibility". Having to do this every time is a little annoying.
    I tried unchecking that box, and then saving the output settings as a settings profile, overwritting "default settings.iros", hoping that Illustrator would load that file everytime and leave the Unix box unchecked. But alas, that did not work, and when I go to "Save For Web" now on a new image, instead of using the default settings profile, it just uses "Custom" instead, with the Unix box checked.
    So it seems Illustrator would rather use it's own default settings, instead of mine. Is there any way I can set it to stop checking that box every time I create a new image and export it for the first time?
    Thanks!
    Joey

    You are correct it is writtn that way in the Save for the Web Preferences and I assume if you knew what to put in its palce and resaved the preferences it ould 'no loo'nger be a problem for you the thing is what would you write in its place?
    At the bottom it saays name compat

  • Cash book -FBCJ authorization for configuration of layout - need help

    Hi All,
    We are facing problem that our end users who all maintaining the cash book are all keep changing the alv layout by clicking the configuration button, I need to control this activities....
    Regards
    Krishnamoorthy T
    Edited by: Krishnamoorthy T on Dec 28, :02 PM

    Hi Krishnamoorthy,
    Please arrest the authorization for all the end user and please go to the field status and make the filed suppressed.
    Warm Regards,
    Sivakumar Sathiaymoorthy

  • How to get save button for saving the layout in OO ALV

    Hi all,
    When I execute my report an OO ALV, I want to save the layout and make it default.Please tell me how to do it.
    I am using the below code.
    *Call ALV
      CALL METHOD c_alvgd->set_table_for_first_display
        EXPORTING
          is_layout                     = gd_layout
          i_save                        = 'X'
        CHANGING
          it_outtab                     = it_ekko
          it_fieldcatalog               = it_fieldcat
        EXCEPTIONS
          invalid_parameter_combination = 1
          program_error                 = 2
          too_many_lines                = 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.
    even after passing i_save eq 'X', it is not showing save option in the layout.
    please help.
    thanks,
    Siddhartha Prakash

    Hi,
    You need to pass the call back program name also.
      CLEAR wa_variant.
      MOVE sy-repid TO wa_variant-report.
      CALL METHOD wcl_alvgrid1->set_table_for_first_display
      EXPORTING
        I_BUFFER_ACTIVE               = space
        I_BYPASSING_BUFFER            = c_x
    *    I_CONSISTENCY_CHECK           =
    *    I_STRUCTURE_NAME              =
        IS_VARIANT                    = wa_variant   "variant options
        i_save                        = c_x
        I_DEFAULT                     = c_X
        is_layout                      = wa_layout
    Thanks,
    Vinod.

  • Restrict authorization for saving BI query bookmark on BEx Portfolio

    Hi experts,
    I would like to find a way to control the saving query bookmark  functionality on BEx Portfolio. The problem is that every BI user can save in the BEx Portfolio which is observable to every user at global level. Is there a functionality to restrict the authorization so that only Power users are allowed to save bookmarks under BEx portofolio and where as non power user are allowed to access them
    Thanks

    Hi All,
    i'm also having same requirement, please reply with solution if any one did it,
    http://scn.sap.com/message/13836154
    Thanks
    Naga

  • Default Layout Variant using LIST Display FM

    Hello All,
    I'm using the FM REUSE_ALV_LIST_DISPLAYin my Report.
    I want to save the layout Variant as a Default Layout Variant .
    But when I'm clicking the option for saving a Layout I'm getting only one check box for User Specific Layout.
    How can I set a layout created variant as a DEFAULT Layout Variant ?
    Regards,
    Deepu.K

    Hi,
    Once List is displayed, use the path: Setting->Layout>Layout Management->Click the check box against the layout which you want to set as the default. Then click on Define Default settings, first icon. You can follow the above instructions after running one of the DEMO pgms viz. BALVSD01.
    I hope this helps,
    Regards
    Raju Chitale

  • To change "Default Report Settings"

    Hello All,
    In the interactive report, I am wondering to change “Default Report Settings”.
    Thanks in advance,
    EB NY

    Make sure you're logged into the builder as a developer, pick the columns you want, filters, ordering...etc. When you are done, click Save Report - developers have the option of saving default report settings.
    Again you will only see this option if you are logged into the builder.

  • Default layout for T code FAGLL03

    Hi,
    I have created a layout for T code FAGLL03. I want to make this layout as default layout only for me i.e user specific so that whenever I execute this T code, I get the report in that layout.
    Is it possible to create user specific layout which wil be defaulted when that T code is executed.
    Regards..

    Hi:
           Yes you can easily make default user layout that will be set as default for your own log in only. Please execute FAGLL03 ...once report is executed, set you layout as per your desire and in order to make it user default please go to Menu...Settings...save....there you will have to specif name starting with / and on the same screen you will find the user default check box . Just check and save it. Now exit from report now every time you will execute the report you will get the customized layout you saved.
    Regards

  • Default Layout for a report running in background

    Dear Friends,
    I have created a layout for report ME2L and set as default layout  (for every user)....
    Foreground execution picked the DEFAULT layout but when am trying to execute the same report in background, default layout is not picked but the STANDARD layout is shown in the spool
    Could you please suggest me how can i use same report layout for foreground as well as background
    Thanks in Advance
    Ana

    Atanu dey,
    If you wnat to download excel in back ground
    You have to download in application server only.
    EX:
    DATA :  v_filepath(80)     VALUE '/data/sapdata/inc/error_log/pme_br/',
      c_coma     VALUE ',' .
    OPEN DATASET v_filepath FOR OUTPUT IN TEXT MODE.
        IF sy-subrc EQ 0.
         LOOP AT i_errors_bat.
         CONCATENATE i_errors_bat-plant c_coma
                                 i_errors_bat-zzvendor c_coma
                           INTO v_string.
            TRANSFER v_string TO v_filepath.
          ENDLOOP.
       CLOSE DATASET v_filepath.
    Note : you can download in presentation server also.
    but it requires lot of authorizations and have to use
    FTP commands.
    Reason is Apllication server in back ground has to
    recognize the from which system request came.
    Better go for OPEN DATA sets.
    Don't forget to reward if useful.....

  • What is the default file format for saving in MS Office 2013? Is it still the transitional OOXML or the ISO/IEC 29500 strict format?

    As I have read, MS Office 2013 is able to read and write the ISO/IEC 29500 strict (standardized Office Open XML) file format. MS Office 2010 was only able to read the strict format and MS Office 2007 could neither read nor write the strict format. The
    .docx, .xlsx and .pptx saved by Office 2007 and 2010 were only complying to the OOXML transitional, as far as I understood.
    My main question is what the default file format for saving in MS Office 2013 actually is? Is it still the transitional OOXML or the ISO/IEC 29500 strict format?
    In case, MS Office still saves in the transitional standard by default, is it possible to set the strict standard in the settings? Is this recommended (I assume that OOXML strict is the future) to do this?
    Thanks.

    Yes, the Transitional is still the default file format for saving in Office 2013, and we can modify this setting in Word Options, Save:
    As Alex Brown covers in his
    blog post, "Transitional is intended to preserve the fidelity of existing binary documents being migrated to ISO/IEC 29500, and includes many legacy features for compatibility with existing documents. Strict is a subset of Transitional that does not
    include legacy features – this makes it theoretically easier for a new implementer to support (since it has a smaller technical footprint, so to speak), but also makes it less able to preserve the fidelity of existing documents."
    Max Meng
    TechNet Community Support

  • Problem saving Default settings - Need Help

    Hello. New user to this forum.
    I am running BB Desktop Software V. 7.1.0.41 (Bundle 42) on a Windows 7 64 bit "Ultimate" platform. I'm using a "domain" account (from Active Directory) and it has "Enterprise Administrator" rights.
    When I start BB Desktop, I click on "Tools--> Desktop Options," and then I click the "Change" button to change the "Deffault File location" for saving backup files (it defaults to "MY Documents\BlackBerry\Backup"). I change it, save it, and it changes to the new directory location I specify.  I then do my backup and sync operation, and exit the program.
    However, when I restart the program for the next backup and  sync, I find the the location has returned to the default location ("My Documents\BlackBerry\Backup") and not what I changed it to the previous session.  I change it again, and it stays changed but only for the duration of that session, If I exit the program and return to it, it goes back to the default setting...
    Is this the normal behvaior of the program? Are we not allowed to change the default backup location permanently? Or is something else stopping it from changing permanently? Perhaps a Local or domain policy setting (I dion't know if Blackberry Desktop Software is affected by these settings)...
    Any help greately appreciated. It's just a pain to have to change the location every time I enter the program.
    Thanks very much.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Hi All, this is my first post and question.
    I have LR3 running on 2 PC's. I wanted to change a couple of the default settings. On one of the PC's, I made a couple of changes and saved them using, Develop-Set Default Settings. When I restarted LR3, these changes were saved and being used. On the other PC, I did the exact same thing and when I restarted LR3, the changes had not been saved. Any idea why this may have happened?
    Is it possible that you are using a different body with your other PC.  The Develop presets are camera dependant. That's the only thing that I can think of.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Also, I am wondering about watermarks used in LR3. On one of my PC's there is a watermarks called, A Charming Font. On the other PC, in LR3, that is not am option. I really like this watermark. Can I somehow add it to the one that does not have it?
    I believe that you should find the watermark somewhere within the "Application Support (may be called something else on a PC)" folder for Lightroom. Im not sure where that would be on a PC though. Try searching on your OS (ctrl+F) for "A Charming Font."

  • Apply user layout settings for multiple users

    Hi,
    Does any of you know how to apply a saved user layout (like Pivot sorting, hidden key figures, etc) to multiple users? It is strange that you can create such saved layouts for eg Alert Monitor, but not for Interactive Planning... I have designed a special layout for my users but cant distribute it centrally now
    Thanks in advance,
    Best regards,

    Hi,
    You can't  apply user settings of planning book to multiple users at a time.But in transacton /SAPAPO/SDPUSET you can copy these user settings to other users.
    Regards,
    Sunitha

  • Permissions / umask settings for saving a file

    When saving a file using either acrobat itself or the acrobat plug in for firefox the umask settings of the linux system are not honored. The file gets saved with permissions 600 instead of permissions 644. This is a problem for users who save files in shared directories that are accessed by other users. Currently, users need to manually adjust the permissions of the file after they save it when they save onto a shared directory so that other users can view the pdf.
    Is there anyway to override the acrobat defaults for this?

    I have the same problem. We have to share pdf files with other users.  I tested with different Adobe readers (8.x , 9.x ). I tested on RH Linux and on Solaris - always the same result. File permissions after saving are 600 (rw-------) instead of 644 (rw-r--r--).  Adobe reader ingores the systems standard umask.
    Any help whould be great.
    Regards
    Tom  

Maybe you are looking for

  • Having a problem with exporting in iMovie

    Hi, I shot some live music video on a Sony handycam. The plan was to import it into iMovie, adjust the audio EQ, adjust the brightness, contrast etc., trim a few second of banter off the beginning and end, and uploed it to youtube. Everything is grea

  • Creating database problem with ORA-01519: error while processing file '' ne

    Dear all, I am having rough time with creating database manually. can anyone help me with the following errors. ALERT LOGFILE:- Sun May 31 12:00:39 2009 Errors in file d:\oracle\product\10.1.0\admin\oracle5\udump\oracle5_ora_3444.trc: ORA-01501: CREA

  • Cost of Replacing Screen?

    I just applied some light pressure to the upper left corner to tilt the screen back and it CRACKED! Just a hairline fracture and there was no effect on the picture, but it's over an inch long and now I am absolutely terrified that it is a sign of thi

  • Raid 0 Failure! XP Pro won't read array on MSI k7T266 pro2 *URGE

    Before anything else, thanks for reading and I hope you can help: I have an MSI k7T266 Pro2A-RU motherboard with 512MB of Mushkin RAM, AMD XP 1600+, a Geforce2 MX400, Audigy Soundcard and a cheap PCI NIC card.  I consider myself an above average tech

  • Short messaging format no longer works after applying 10.2.0.2 patchset

    Guys need your help if you've encountered this. Applied 10.2.0.2 yesterday to one of our grid control systems. No errors or anything. Try to send a test message with the format set to short and it errors: Test failed with message: "String index out o