purge_object_change_logs

Definition

To purge object change logs and associated object snapshots from the database

Command Usage

Syntax

purge_object_change_logs <REF_DATE>

Alias

delete_object_change_logs
Command Arguments
Name Description Interactive Question
<REF_DATE> The to date (in the ISO 8601 format: yyyy-MM-ddTHH:mm:ss) To Date (in the ISO 8601 format: yyyy-MM-ddTHH:mm:ss):

Detailed Information

The purge_object_change_logs command deletes the object change logs and the associated object snapshots from the database which have a recording date strictly earlier than the specified date.

Technical Operations: Purges

You use this command to purge outdated data relevant for the audit function.

Authorization

You must have a specific role in your SAP CC user profile. Refer to the SAP CC Security Guide for more information about the necessary authorizations.

See Also

purge_user_operations - To purge user operations from the database

Additional Information

Consult the SAP CC Operations Guide for more information about the periodic tasks.

Message(s)

Code Message Action
invalidToDate The date specified does not respect the ISO 8601 format (yyyy-MM-ddTHH:mm:ss): {toDate}  
operationSuccessful The deletion of the object change logs and object snapshots recorded before {toDate} was successful.  
operationFailed The deletion of the object change logs and object snapshots has failed: {errorMessage}