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

Function module for Reset the password

Former Member
0 Likes
8,684

Hi Experts,

Can anyone tell me the standard function module for reset the password and unlock the userid.

Advance Thanks....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,337

Hello

Check out :

1. BAPI_USER_LOCK

2. BAPI_USER_UNLOCK

Gud luk

5 REPLIES 5
Read only

Former Member
3,337

Hi

Try with the function "SUSR_USER_CHANGE_PASSWORD_RFC".

Regards,

Amruta

Edited by: amruta1 on Feb 26, 2010 12:56 PM

Read only

Former Member
0 Likes
3,338

Hello

Check out :

1. BAPI_USER_LOCK

2. BAPI_USER_UNLOCK

Gud luk

Read only

0 Likes
3,337

Hi,

Can u please let me know the bapi_user_unlock and bapi_user_lock FMs will work fine...u have used these FMs.its work fine...

I have requirement to reset the password and unlock the userid...

can u please tell me how to use bapi_user_unlock and bapi_user_lock FMs.I have to create a FM and in that FM i have to call BAPI FM....

Read only

0 Likes
3,337

bapi_user_unlock takes one user id at a time, checks if it is permitted then unlocks the user..

so for using this FM for multiple users, you need to call the FM inside a loop and keep passing the user names...

one more alternative would be doing a BDC for SU10. pass the user names.. record the unlock button. and do the BDC programming.

and try this FM S_WAP_USER_PASSWORD_RESET for resetting the password.

Edited by: Soumyaprakash Mishra on Mar 1, 2010 2:35 PM

Read only

Former Member
0 Likes
3,337

This message was moderated.