cancel
Showing results for 
Search instead for 
Did you mean: 

password setting

Former Member
0 Kudos

hi,

This is samrat chakraborty. i m in a problem. i am not able to log on any user under any client because of missing password. So, how can i reset all passwords of all clients. plz give me a better & easiest way to solve this problem.

Thanks & regards

samrat chakraborty

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi samrat

were you able to login to SAP level ? if yes then you can reset through Tcode SU01

if you are unable to login SAP level with any of the passwords then you need to delete SAP* so that you can login through default password PASS.

execute this sql statement

Delete from usr02.sapr3 where bname = 'SAP*' and mandt = '000';

You also need to check parameter login/no_automatic_user_sapstar is set to 0 so you can logon as SAP* password pass

Always change login/no_automatic_user_sapstar back to 1 when you're done.

Unfortunately you'll need a system restart to enable and disable the parameter

Regards

Uday

JPReyes
Active Contributor
0 Kudos

This is a well known issue and theres lots of threads that contain that information, please "search" before posting.

Regards

Juan

siarhei_pisarenka3
Active Contributor
0 Kudos

You can use transaction su01 to reset user's password.

BR, Sergei