cancel
Showing results for 
Search instead for 
Did you mean: 

How to change SAP* password?

Former Member
0 Kudos

Please help!

Accepted Solutions (0)

Answers (2)

Answers (2)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello William,

First, set the parameter:

     login/no_automatic_user_sapstar = 0

Then, execute the following SQL statement, at the database level:

     delete from usr02 where mandt='<client>' and bname='SAP*';

Restart the SAP system. You can now logon to "<client>", with "SAP*" and one of the possible default passwords ("PASS", or "06071992").

You can then change the password using SU01.

After you've recovered the ID, remove the parameter mentioned above and restart the system again. You should not logon as "SAP*", nor allow it to be used. This is for security reasons.

Cheers,

Isaias

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Are you talking about changing SAP Logon user password?

Rgrds,

JK

Former Member
0 Kudos

Hii william,

Are you talking about changing SAP Logon password or other user password.

Regards,

Harsh

Former Member
0 Kudos

Hii William,

If you change any user password. The  process is Firstly you go to Administration--Setup--General--Users.

Regards,

Harsh

harsha_artani
Explorer
0 Kudos

Hi,

Go to su01>> username >. change password button.

Or if you are stucked and not able to get in with sap* you need to change parameter login/no_automatic_user_sapstar and then try to login with password pass.

Thanks