Register Login

User is locked, how to unlock the user in SAP?

Updated May 25, 2018

Hi all,

i have installed SAP 4.6c in my desktop. i have only 1 userid & 1 password.i have forgotten my password.

so i tried so many times then finally user is locked. so how to unlock this user or how to login to sap?

i do not have any other user id .This user id is locked for all the clients. plz give some suggestion.

 

Regards

 pabitra

 


Comments

  • 25 Apr 2008 7:55 am Guest Helpful Answer
    Login with the user as DDIC and password as 19920706.
    Using TCODE SU01 unlock the use which is locked and give the initial password in the change mode ...
    Log off DDIC and Login with the User u just unlocked with the initial password...it will ask to change the password which u can do now....
    Bingo its done.
  • 25 Apr 2008 6:05 am Guest
    Are u Basis admintr????
    if so
    Try logging in SAP* or DDIC
    pass can be known by only admintr
    might help you

    rajesh
  • 30 Apr 2008 11:17 am Guest
    Dear

    if you used ORACLE Database then goto SQL Prompt

    UPDATE USER02 SET UNFLAG=0 WHERE MANDT='CLIENT NO' AND BNAME='USER NAME';

    Thanks
    Hemendra
  • 27 Mar 2009 10:41 pm Guest

    We can unlock SAP* and DDIC at database level by resetting the flags of SAP* and DDIC to 0 in the table USR02 where all the user records are saved

    update SAPsid.usr02 set uflag=0 where bname='SAP*' and mandt='000';

    commit; 


    please try this..

  • 02 Nov 2012 9:57 am Guest
    log on sapuser
  • 03 Dec 2012 7:16 am Guest

    Hello Check out :

    1. BAPI_USER_LOCK

    2. BAPI_USER_UNLOCK


×