Application Development and Automation 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: 
Read only

User Locking

Former Member
0 Likes
603

Hi All,

I have created a user using BAPI_USER_CREATE1.

I need to lock the user?

How can I lock the user created?

5 REPLIES 5
Read only

Former Member
0 Likes
572

use FM : BAPI_USER_LOCK

Read only

Former Member
0 Likes
572

From SU01

you can do that

Go to SU01

enter USERID

Click on LOCK button( CTRL+F5) then lock

Read only

Former Member
0 Likes
572

Use the FM:

BAPI_USER_LOCK

Used to lock an SAP USER object

BAPI_USER_UNLOCK

Unlock user

refer to the link below:

http://www.novell.com/documentation/idm35drivers/sap_user/index.html?page=/documentation/idm35driver...

With luck,

Pritam.

Read only

Former Member
0 Likes
572
Read only

Former Member
0 Likes
572

Hi,

please correct me if i am wrong.

User locking me, not allow user to login to system.

Then what is meant by password reset?

need more clarification on this.

If once user is locked, then is it that it requires password reset to the user who are been locked.