cancel
Showing results for 
Search instead for 
Did you mean: 

Logging / Tracking - PI Integration Directory object changes

rosiesasidharan
Explorer
0 Kudos

Hello All,

We have an auditing requirement to track the Integration Directory object changes done in SAP PI Production system through a manual or automated process (any configuration changes or transported object change list activation needs to be captured).

I understand that we can go to each object and view the history to see the changes done, but it would be difficult for someone auditing since they would not know the objects that have been changed itself.

Is there an option available to run a report or are there logs available that would capture all the Integration Directory object changes done for a specific period of time.

Please note that the version of SAP PI used in 7.0 EHP1. Any pointers would be really helpful, thanks in advance!

Regards,

Rosie Sasidharan

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Rosie,

You can get the information with the directory API and the SimpleQuery utility. In this wiki you have an example Access SAP PI objects simply with SimpleQuery - Process Integration - SCN Wiki

Later, you can develop a java program or ABAP one to consume this service and to automat the proccess.

Hope this helps.

Regards.