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 to restrict this blank user group from password reset S_USER_GRP

Former Member
0 Kudos


Hi,

I created on password reset role, in that user can lock/Rest only for one user group named as "AMERICA".

I maintained the S_USER_GRP as below.

Activity                       03

User group in user master main *

Activity                       03, 05

User group in user master main AMERICA

But when i tested, user can have access to reset/lock both AMERICA users and blank user group users.(There are some users in system not maintained thier user group in SU01)

Can any one help me how to restrict this blank user group..?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jaseem,

You cannot restrict the blank user group, once you have given the authorization as

Activity                       03, 05

User group in user master main AMERICA

The system ignores the check of blank authorization group. You need to change the user group from blank to a valid user group, and then make user group as a mandatory field.

You can also check the below SAP note

1663177 - SU01: User group as required entry field

Regards,

Laxman

2 REPLIES 2

Former Member
0 Kudos

Hi Jaseem,

You cannot restrict the blank user group, once you have given the authorization as

Activity                       03, 05

User group in user master main AMERICA

The system ignores the check of blank authorization group. You need to change the user group from blank to a valid user group, and then make user group as a mandatory field.

You can also check the below SAP note

1663177 - SU01: User group as required entry field

Regards,

Laxman

0 Kudos

Hi Laxman,

Thanks:)...I was thinking the same after several experments:)