purge_user_operations

Definition

To purge user operations from the database

Command Usage

Syntax

purge_user_operations <REF_DATE>

Alias

delete_user_operations
Command Arguments
Name Description Interactive Question
<REF_DATE> The 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_user_operations command purges the user operations from the back-end database that have a recording date strictly earlier than the specified date, but the command does not purge the object change logs and object snapshots which can be associated to the user operations.

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_object_change_logs - To purge object change logs and associated object snapshots from the database

Message(s)

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