SAP SCHEMA PASSWORD CHANGE

SAP SCHEMA PASSWORD CHANGE For audit purpose,From security team,always there is requrement to change SAP Schema password every year. In this tutorial ,i explain how we can change SAP Schema Password,Here i took example of Unix OS. For ABAP schema user: Please check first your ABAP schema user name ,you can find via executing command ENV and see what schema user name is defind in your environment variable.In my case it is SAPSR3 Change it from OS level: Execute below BRCONNECT command directly from OS level: brconnect -u / -f chpass -o SAPSR3 –p <NEWPASSWORD> [execute command where SAPSR3 is schema … Continue reading SAP SCHEMA PASSWORD CHANGE