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: 

Server Parameters Change History

Former Member
0 Kudos

Hi eveyone,

Is there a way to know the user who changed server parameters?

The history of parameters report shows only the date and value of each change in parameter without showing the user who did it and the time.

Many thanks in advance

3 REPLIES 3

Former Member
0 Kudos

If it is a SAP Level we can get the information(RZ10) but in OS level we cannot find it.If anything wrong in my comments let me know

former_member182034
Active Contributor
0 Kudos

Dear Issam,

You can find the history of RZ10 parameter from TPFET and TPFHT.

TPFET is the table that have the change history of profile parameter.

Regards,

Former Member
0 Kudos

Table PAHI will give you some of it.

But it is an application table and params can also be changed from the OS.

Ideally, you should maintain params in RZ10 / RZ11 as they also have application logic. OS files cannot know (warn) about that.

Julius