Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can one monitor changes to SAP password settings? Does certain logging need to be enabled?

0 Kudos

We would like to identify when the password settings are changed in our SAP ECC system. We would like to know if certain logging needs to be enabled and where the log would ultimately be stored. Thanks!

5 REPLIES 5

patelyogesh
Active Contributor
0 Kudos

Hello Eric Beck,

You can check this into SAP Transaction code SUIM

Did you explore this TCode yet?

-Yogesh

0 Kudos

Password setting changes can tracked through SUIM? I am not talking about users changing their passwords. I mean the actual settings for the system - like password length & complexity, etc.

Thanks!

patelyogesh
Active Contributor
0 Kudos

If you change profile parameter there is always versioning available and it is always tracked as shown below

0 Kudos

This looks good. I am just an auditor though, not so technical, and not familiar with versioning. Do you know where there could be some guidance on how to set this up & see it? Or do you have any guidance perhaps?

0 Kudos

Hi Eric,

The system profile versioning is enabled by default.

Every saved change done in a system profile after it's activation will generate a new profile version. You can check each version in transaction RZ10.

Also you can filter the parameters inside the profile for 'login/*' to only display the password related parameters.

Cheers,

Filipe Santos