cancel
Showing results for 
Search instead for 
Did you mean: 

Update Audit Trail in CUP from an External IDM Solution

former_member325725
Participant
0 Kudos

Hi,

We are doing an external IDM integration with CUP 5.3 SP7. Our design include gathering some approvals in the IDM solution before forwarding the request to CUP for some additional approvals and provisioning.

We are trying to use the SAP delivered webservices like:SAPGRC_AC_IDM_SUBMITREQUEST for the request submission. In an effort to keep the entire audit trail in CUP, we are exploring means to send the IDM approval/audit trail to CUP so that an Admin can login to CUP to get the entire request history. Does anybody know how can we get this achieved? Is there an API /WS that can be used to update the Audit trail in CUP along with the submission of a request?

We know there is one WS which provide the audit trail from CUP to IDM but not the other way !

Thanks for your inputs,

Regards,

Anil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Anil,

As far as I know, there is no API/WS available to achieve this. You may have to just write your own code to access the audit trail tables directly from the database.

Regards,

Alpesh

Answers (1)

Answers (1)

Former Member
0 Kudos

The following 2 webservices may be able to help you:

Inbound (from IdM to AC) Web Services (available with Access Control 5.2 SP04+):

Audit Trail (includes the Provisioning Log Web service) SAPGRC_AC_IDM_AUDITTRAIL

This Web service returns a comprehensive audit history. It enables IdM to retrieve an audit log from

Access Control (for ERP provisioning) as well as provide an audit history of user provisioning to

Access Control.

Outbound (from AC to IdM) Web services (available with Access Control 5.3):

Audit Trail (includes the Provisioning Log Web service) SAPGRC_AC_IDM_AUDITTRAIL_FROM_IDM

This Web service returns a comprehensive audit history. It enables Access Control to retrieve the

audit log from IdM (for non-ERP provisioning) as well as an audit history of user provisioning to IdM.