Limit SU01 to only be able to change Parameters tab.

We want to be able to limit the use of SU01 in our production system to only be able to change the users parameters and have view to all the other fields.  How is this possible?  What objects do I need to work with?

Hi Brian,
Are you familiar with the SAP security trace - transaction ST01?
If so, you can turn the trace on for a designated user with SU01 access and perform the functions you want including the ones you want to have "view or display" access.
You can then review the trace and identify the objects you need and set them up accordingly.
I executed this in  my test environment and it looks like the object that controls this is S_USR_GRP, however, this object also provides the access for the other fields that can be updated such as ADDRESS values LOGON values and DEFAULT values; the ROLES value was controlled by another object.
I'm not sure if you can restrict the changes to the PARAMETER tab only under SU01
Interested to hear what others have to say.
Jerry Synoga
Ryerson,Inc.
630-758-2021

Similar Messages

  • Why only 5 region code changes?

    Hi. I recently got a new G5 and tried to play my 1st DVD and got the warning that I must set the region code and will only be able to change it 5 times before its permanently set. Why on earth would Apple ever put a limit on the number of times I can change the region code?This seems extremly inconvienent. I know theres alot of people who have DVDs from different regions and naturally want to be able to view them by changing the region code whenever needed. I read a couple previous threads on this general topic and want to make sure I understand correctly.......is it true that theres no 'fix' for this (other than buying an external drive which is a very expensive workaround for some of us).( I hav'nt set the code at all so far)? I think some DVD players have a "multi-region" setting but I assume this is not an option with the mac?.Thanks.

    It's not by Apple's choice. By licensing requirements of the owners of the DVD technology, computer DVD players and computer DVD drives limit you to five region changes before the drive locks to the region of the last DVD you use. Once the drive locks, you cannot play disks from any other region with the Apple DVD Player, and the drive itself may be locked as well.
    Try VLC Media Player which reportedly can bypass the region lock. VLC Media Player is very much a work in progress, but it's worth a try. There are also some hacks floating around that can reset the region lock on some drives. You use them at your own risk; in some cases the hacks have permanently disabled the drive and such damage will not be covered under warranty. I'd suggest, though, that you make sure that the last disk you use is from the region you play most often. That way DVD Player will work at least the majority of the time.
    Hope this helps.

  • HT4847 I have a new iphone and cannot delete the backup from icloud.  It says that it is in use.  I have read some of the other threads and it only seems to be haphazard solutions. Is there a definite way to fix this? I am not able to change icloud accoun

    I have a new iphone and cannot delete the backup from icloud.  It says that it is in use.  I have read some of the other threads and it only seems to be haphazard solutions. Is there a definite way to fix this? I am not able to change icloud accounts.

    Follow the steps in wjosten's post here: https://discussions.apple.com/message/13356770#13356770 (for Windows, substitute Outlook in step 2).

  • User is not able to change his own password... Only DBA can change users password ??

    Hi,
    I have this problem today.I am using Oracle 8.1.7 on Solaris 2.8
    A Oracle user say " SCOTT" trying to change his password but could not.. he gets the followling message
    SQL> alter user scott identified by abc123;
    alter user scott identified by abc123
    ERROR at line 1:
    ORA-28003: password verification for the specified password failed
    Scott's profile has password_verfiy function. Hence i thought abc123 password was not matching with the password verify condition. Surprisingly, what ever password SCOTT tries with, he could get the same error message and could not change his password.. Ultimatly SCOTT could never change his password. How is it possible ??
    It is noteworthy to mention that if i give DBA role to SOCTT then he can change his password with abc123 or any thing that satisfies with password verification function.
    Now Only a user who has DBA role or a DBA could change passwords..
    Can somebody through some light on it and explain what corrective action to be taken so that Users can change their password without DBA's interreption.
    Thanks in advance
    Regards
    Srini

    <PRE>
    This is the description of the error message:
    =============================================================================
    ORA-28003 password verification for the specified password failed
    Cause: The new password did not meet the necessary complexity specifications
    and the PASSWORD_VERIFY_FUNCTION failed.
    Action: Enter a different password. Contact the database administrator to find
    out the rules for choosing the new password.
    =============================================================================
    it clearly says that password has to match the complexity specifications. You will not be able
    to change password without meeting the complexity requirements.
    DBA's can make the change to the password because if DBA's can not change the password, it could lock
    you out of the database (all users including the DBA's) and you will not be able to access the
    database.
    Try removing the password verify function and see if you can then change the password succssfully.
    </PRE>
    hi Prakash,
    The verify password function is standard oracle function and I do not think the current problem is any way related to the rules that were framed in verify password function. The key point here is a user could not change his own password. But a DBA or a user who has ALTER USER system privs.. can do so..
    Regards
    Srini

  • How can I make only one user to be able to change a field

    I want only one user to be able to change material group for example.
    I want all other users when trying to change material, to see thie field - material group - display only.
    How can I do this?? What are the steps??
    Thank you

    Dear Theodoros,
    For the user to create/change material group:
    Go to transaction PFCG -> enter the role that you are using -> Select "authorizations" tab -> Edit Profile -> Here you will maintain activities for different authorization objects. Maintain Acticity "01" for material group authorization object.
    For the users to display material group:
    Go to transaction PFCG -> enter the role that you are using -> Select "authorizations" tab -> Edit Profile -> Here you will maintain activities for different authorization objects. Maintain Acticity "03" for material group authorization object.
    Authorization Object for Material Group: M_MATE_WGR
    Regards,
    Naveen

  • I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this?

    I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this? I have 4 blocks of Single Choice fields in order for the summary page to give me each day in the final report. But, I need the user to be able to make a selection of any day and time and that apointment to no longer be available to future users when they log in. Plus, when the user clicks on the time, they are unable to change their mind and choose another time. Here's the link if you want to see what I'm talking about: 2015-2016 Workload Apportionment Review

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • I forgot my password for my iTunes account and the email that is associated with my iTunes account no longer works. How do I recover my password and be able to change my security questions?

    I forgot my password for my iTunes account and the email that is associated with my iTunes account no longer works. How do I recover my password and be able to change my security questions?

    Forgotten Security Questions / Answers...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    Or Email Here  >  Apple  Support  iTunes Store  Contact
    More Info >  Apple ID: All about Apple ID security questions
    Note:
    You can only set up and/or change a Rescue Email Before you forget the questions/answers

  • No Longer able to Change Cellular Data settings. STUCK!!!!

    I AM USING AN UNLOCKED 3G iPHONE WITH TMOBILE SERVICE
    I use to be able to change the cellular data settings, but now out of the the blue. the options have changed!
    I would go to Settings>General>Network>Cellular Data> and then more options
    now when i get to _Cellular Data it only gives me the option to turn it off or on! like the wifi option_.
    It wasnt like this last week and i cant seem to get it back to the way it use to be. Ive reset the network settings with no luck.
    Without having the option to modify the cellular data settings i can no longer set my phone up to send/receive picture texts.
    *Please HELP*

    Abartylla wrote:
    I dont know what happened but I plugged my external monitor in and ever since I cannot change my energy saving preferences through the icon in the bar. The icon is still there but the option does not exist any longer. Any help is appreciated
    Those options were removed in 10.5.6. A well-documented change. Search these boards for more information.

  • Where is it possible to batch process the size of images?--I am able to change pixel dimensions in image processor but not image size in inches.

    Hi- I need to batch process images for video project.  I am able to change the pixel dimensions in the image processor but don't seem to have the option to change image size in inches.  Please advise!  Thanks

    You don't need inches for video (or screen viewing in general). It all goes by pixel count. Inches is for print, nothing else.
    But to answer the question, you can run actions in the Image Processor, and this is where you set size in inches. Just bring up Image Size, uncheck "resample image", and specify size. You'll notice resolution changes to reflect the fact that the existing image pixels are now redistributed over the new print size.
    But again, screen doesn't care about size or resolution. It only counts pixels.

  • Not able to change the the Contract Line Item Payer

    Hi there,
    I am not able to change the Contract Line item Payer and giving an error message '' Credit limit customer differs from credit limit customer in header''.
    I checked the credit management assignment and the Business partner is assigned with the required Payer.
    Request your help.
    Thanks,
    Renjith

    Hi Renjith
    So first of all  check with which customer you have created Contract. So go to CMR data and check wheather you have maintained multiple Payers or not. If not maintained maintain multiple payers.
    As you are getting error  '' Credit limit customer differs from credit limit customer in header'' , so check the payer at header level and item level also. the payer at header level and item level should be different.
    Regards
    Srinath

  • User should not be able to change the payment terms

    Dear All,
    My issue is that user should not be able to change the payment terms in any of the document.I have tried to do it through authorization but it is not working out.
    Mona.

    Dear Mona,
    This may only be done through SP_Transaction_Notification.
    Thanks,
    Gordon

  • SRM 7.0 Buyer not able to change SC in Sourcing cokcpit.

    HI Everyone,
      I remember, in SRm 5.0, buyer can change shopping cart whole sourcing from sourcing cokpit. Has this been changed in SRM 7.0? We are nota able to change the SC in Sourcing cockpit.
    Thanks,
    SG

    SAP rules says that
    You cannot change a shopping cart directly from the sourcing application.
    http://help.sap.com/saphelp_srm70/helpdata/en/d8/33ec56f17f4404806072749f7e764f/frameset.htm
    Since  REQUESTER department requested only BUYER department has to source.
    BUYER can identify the vendor and add / price only in the cockpit.
    Since conflict between REQUESTER and  BUYER  department.
    BUYER duty is whatever REQUEST department has requested needs to be sourced.
    Note 1435354 - Sourcing Cockpit:Product Category field editable in SC
    Add a shopping cart to the Purchaser's Workarea in the Sourcing Cockpit and click at the link of the Shopping Cart item the Shopping Cart item will be opened in change mode and the Product Category field is shown as editable. As per standard design of Sourcing Cockpit, the product category of the item should not be editable in the Sourcing Cockpit.This note corrects the error and displays the Product Category field of the Shopping Cart as read only.
    Muthu

  • Buyer not able to change fields of SC in sourcing cockpit in SRM 7.0

    Hi
    We are on SRM 7.0 , SP 07 . We are in classic mode.
    Buyer is not able to change fields of shopping cart in sourcing cockpit like delivery date and quantity . He is able to add supplier and create PO . Even when he creates draft PO , he is not able to edit the fields of shopping cart like delivery date and quantity. Is it a standard Bug , is their any OSS SAP Note for this
    Regards
    Ashish

    As per SAP Standard BUYER can only vendor and Enter price and create  a follow on document.
    Buyer does not have a control to edit other data.
    Buyer wants to they can do it in ME21N ..PO
    not in the shopping cart

  • Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...

    Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...
    every new released update of Lr from v 5.2 changed somethin in my Windows 7 Professional settings. I am stucked. Can somebody help me please? Many thanks. Andrej

    Hi Jim,
    yes after I imported my .cr2 raw files into new catalog it started to work. Windows 7 still does not recognize them but I can edit them as you said within the Lr5.6 and then export them into .psd or .dng files...as needed.
    I bought Lr5 only because I got present - my new camera Cannon 70D and because my older Photoshop CS5.5 raw plugin does not recognize. cr2 files.
    Many thanks for your help.
    Andrej.

  • I use an iphone 3gs can i set one of the song as ring tone or i will only be able to use the inbuilt ringtones?

    i use an iphone 3gs can i set one of the song as ring tone or i will only be able to use the inbuilt ringtones?

    yes you can
    A. how to make a ringtone using iTunes
    First, open up iTunes in order to make a ringtone using iTunes. Find the song you want to turn into a ringtone by browsing through your music library.
    Next, find exactly what part of the song you want to make a ringtone using iTunes. For example, if you want to use a specific section of the song from 21 seconds to 40 seconds, make a note of where you want the ringtone to begin and end.
    Now, right click on the song you want to turn into a ringtone. Click "Get Info". Now, in order to make a ringtone using iTunes, click the "Options" tab.
    Check the "Start Time" check box. Type in the point in the song where you want the ringtone to start in the format "minute:seconds" (e.g. the second mark would be 0:20). You can also be more precise by adding a period and putting milliseconds in after that (e.g. 0:20.150, would be 20.150 seconds). Also, click the "Stop Time" check box and enter where you would like the ring tone to end. Keep in mind ringtones can only be around 39 seconds maximum. Press "Ok". We are almost done making a ringtone in iTunes
    Now, right click on the same song. Select "Convert AAC Version". If it is in another file format, you can go to "Edit" then "Preferences" and under the "General" tab click "Import Settings"; change the file format to AAC. After you select "Convert AAC Version" a new file will be created, but it will only be the segment of the song that you specified earlier.
    Now, you have to find the file you just created. Right click on the new, shorter song and select "Open in Windows Explorer". The file extension should be .m4a. Rename the extension to .m4r by right clicking the file and selecting "Rename".
    Now you can delete the shortened version of the song in your iTunes library. Then, double click the .m4r file and it will loaded into your iTunes Ringtone list. Now you can make a ringtone using iTunes!

Maybe you are looking for