‎2010 Feb 26 11:20 AM
Hi Experts,
Can anyone tell me the standard function module for reset the password and unlock the userid.
Advance Thanks....
‎2010 Feb 26 11:44 AM
Hello
Check out :
1. BAPI_USER_LOCK
2. BAPI_USER_UNLOCK
Gud luk
‎2010 Feb 26 11:41 AM
Hi
Try with the function "SUSR_USER_CHANGE_PASSWORD_RFC".
Regards,
Amruta
Edited by: amruta1 on Feb 26, 2010 12:56 PM
‎2010 Feb 26 11:44 AM
Hello
Check out :
1. BAPI_USER_LOCK
2. BAPI_USER_UNLOCK
Gud luk
‎2010 Mar 01 6:38 AM
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....
‎2010 Mar 01 9:04 AM
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
‎2010 Mar 01 8:49 AM