Skip to content

Latest commit

 

History

History
260 lines (141 loc) · 5.9 KB

auditing-and-logging-information-b250a8d.md

File metadata and controls

260 lines (141 loc) · 5.9 KB

Auditing and Logging Information

Here you can find a list of the events that are logged by SAP S/4HANA Cloud Extensibility service. To retrieve the audit logs stored for SAP S/4HANA Cloud Extensibility create a support ticket in component BC-NEO-EXT-S4C.

Events written in audit logs

Event grouping

What events are logged

How to identify related log events

Additional information

Creating an integration

Start creating integration

  • "type":"s4Integration"

  • "attributes":[{"name":<object_name>,"new":<integration_details>}

  • "status":"BEGIN"

Event that signifies an integration of a global account with an SAP S/4HANA Cloud system has been started. The log contains integration details such as the SAP S/4HANA Cloud tenant host name and ID, the Identity Authenticattion tenant ID, the integration ID, and other.

The customDetails attribute contains the SAP S/4HANA Cloud user ID of the user who has triggered the integration process.

Created integration

  • "type":"s4Integration"

  • "attributes":[{"name":<object_name>,"new":<integration_details>}

  • "status":"END"

Event that signifies an integration of a global account with an SAP S/4HANA Cloud system has been completed. The log contains integration details such as the SAP S/4HANA Cloud tenant host name and ID, the Identity Authenticattion tenant ID, the integration ID, and other.

The customDetails attribute contains the SAP S/4HANA Cloud user ID of the user who has triggered the integration process.

Delete integration

  • "type":"s4Integration"

  • "attributes":[{"name":<object_name>,"old":<integration_details>}

  • "status":"BEGIN"

Event that signifies a deletion of an integration of a global account with an SAP S/4HANA Cloud system has been triggered. The log contains integration details such as the SAP S/4HANA Cloud tenant host name and ID, the Identity Authenticattion tenant ID, the integration ID, and other.

The customDetails attribute contains the SAP S/4HANA Cloud user ID of the user who has triggered the deletion process.

Deleted integration

  • "type":"s4Integration"

  • "attributes":[{"name":<object_name>,"old":<integration_details>}

  • "status":"END"

Event that signifies a deletion of an integration of a global account with an SAP S/4HANA Cloud system has been completed. The log contains integration details such as the SAP S/4HANA Cloud tenant host name and ID, the Identity Authenticattion tenant ID, the integration ID, and other.

The customDetails attribute contains the SAP S/4HANA Cloud user ID of the user who has triggered the deletion process.

Setting up the connectivity

Start creating connectivity configuration

  • "type":"s4Configuration"

  • "attributes":[{"name":<object_name>,"new":<connection_details>}

  • "status":"BEGIN"

Event that signifies a creation of a service instance of the SAP S/4HANA Cloud Extensibility service has been triggered. The log contains details such as the global account ID, the subaccount ID, the communication arrangement, and the authentication mechanism.

Created connectivity configuration

  • "type":"s4Configuration"

  • "attributes":[{"name":<object_name>,"old":<connection_details>}

  • "status":"BEGIN"

Event that signifies a creation of a service instance of the SAP S/4HANA Cloud Extensibility service has been completed. The log contains details such as the global account ID, the subaccount ID, the communication arrangement, and the authentication mechanism.

Start deleting connectivity configuration

  • "type":"s4Configuration"

  • "attributes":[{"name":<object_name>,"old":<connection_details>}

  • "status":"BEGIN"

Event that signifies the deletion of a service instance of the SAP S/4HANA Cloud Extensibility service has been started. The log contains details such as the global account ID, the subaccount ID, the communication arrangement, and the authentication mechanism.

Deleted connectivity configuration

  • "type":"s4Configuration"

  • "attributes":[{"name":<object_name>,"old":<connection_details>}

  • "status":"END"

Event that signifies the deletion of a service instance of the SAP S/4HANA Cloud Extensibility service has been completed. The log contains details such as the global account ID, the subaccount ID, the communication arrangement, and the authentication mechanism.

The following information is described in the table columns:

  • Event grouping - Events that are logged with a similar format or are related to the same entities.

  • What events are logged - Description of the security or data protection and privacy related event that is logged.

  • How to identify related log events - Search criteria or key words, that are specific for a log event that is created along with the logged event.

  • Additional information - Any related information that can be helpful.

Related Information

Audit Logging in the Cloud Foundry Environment