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: 

Restrict to copy a user

Former Member
0 Kudos

Hello,

How to retrict to copy a new user from an existing user

1 ACCEPTED SOLUTION

former_member701183
Active Participant
0 Kudos

Hi,

We can restrict the copy in the authorization object s_user_grp. Other related authorization groups during copy involves s_user_pro, s_user_agr also with different values. We can restrict in the Class field of s_user_grp so that all users from certain groups are not copied.

Regards

Aveek.

4 REPLIES 4

Former Member
0 Kudos

Hi

Can you provide a bit more information

1. Do you want this user to be creating new users

2. They can create new users but not using the copy button/functionality

sdipanjan
Active Contributor
0 Kudos

There are no such ACTVT has been assigned as Permitted Activity for user creation to check against Copying user id. The best way I can suggest is to remove the copy button from SU01 and SU10 by using Transaction Variant and then create Variant Transaction for the same.

Regards,

Dipanjan

former_member701183
Active Participant
0 Kudos

Hi,

We can restrict the copy in the authorization object s_user_grp. Other related authorization groups during copy involves s_user_pro, s_user_agr also with different values. We can restrict in the Class field of s_user_grp so that all users from certain groups are not copied.

Regards

Aveek.

0 Kudos

> We can restrict in the Class field of s_user_grp so that all users from certain groups are not copied.

For that they need to be unreadable as well. Maybe a bit more than OP bargained for....