cancel
Showing results for 
Search instead for 
Did you mean: 

how can we restrict an sap system to create specific no of users?

Former Member
0 Kudos

Hi

can any one help me in restricting a system to create not more than a specific no. of users.

for say, upon creating 1000 users system should not allow to create 1001 no of user.

please suggest........!!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Chandan,

It is not possible to restrict how many users you can create in a SAP system using standard methods.

Just a thought process.

You may look out for some user exit which is available under User creation module.

Write a piece of code which will check the user count in USR02 table and will allow creation of user while we click on SAVE button.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

thanks deepak,

thats what i did... i just wanted to know whether apart from using user exit , doing any standard method if we can achieve this.

former_member188883
Active Contributor
0 Kudos

Hi Chandan,

There is no standard method to restrict the number of users which can be created in SAP system.

Regards,

Deepak Kori

Former Member
0 Kudos

But to achieve this we need to change the standard code of SU01...coz we create user from there and save button is there.

so code should be embeded in standard program.

what do u suggest?

former_member188883
Active Contributor
0 Kudos

Hi Chandan,

User exits are not modification to standard program. If you can locate any exits to fulfill your requirement then you may use it.

I won;t suggest to modify standard SAP program.

Regards,

Deepak Kori

Former Member
0 Kudos

thanks Deepak...

former_member188883
Active Contributor
0 Kudos

Hi Chandu,

Please close the thead incase query is answered.

Regards,

Deepak Kori