Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I Change Permissions for a UME Role: UME.Manage_Users

Former Member
0 Kudos

I am trying to set up a helpdesk role that will allow a limited number of users to reset passwords and unlock users.

I do not want them to be able to change user data, delete or create users.

I created a user and assigned it the user administration content. I removed all except the search, previous search and locked users options. In the permissions I clicked on yes for the manage_users capability.

However, the manage_users option is set to all by default. How can I change it so they only have reset password and unlock capabilities?

2 REPLIES 2

Former Member
0 Kudos

Hi,

Mangae_users action in UME is basically for delegated admin's. With this action an user can do all admin activities for the particular company.

If you want to give only password change permission assign the action

UME.Manage_all_user_passwords. With this action an user can view and change all user passwords.

Refer the link below also for more information.

http://help.sap.com/saphelp_nw70/helpdata/en/5f/670db7939b8e48999d65f8a05ad611/frameset.htm

Thanks

R.Murali

Former Member
0 Kudos

Thank you this has helped.