Errors which occur when implementing basic operations (such as create, modify, delete,
or search) on authorizations.
Select the error code signaled in the operation response replied by the SAP CC system:
| Error Code | Message | Action |
|---|---|---|
| AUTHORIZATION-1 | The authorization is missing in the create operation. | Add an authorization to the create operation. |
| AUTHORIZATION-2 | The ID of the authorization is missing. | Add an ID to the authorization. |
| AUTHORIZATION-3 | The ID of the activity is missing for the authorization "{0}". | Add an activity ID to the authorization. |
| AUTHORIZATION-101 | The authorization is missing in the modify operation. | Add an authorization to the modify operation. |
| AUTHORIZATION-102 | The authorization with the ID {0} does not exist. | Change the ID of the authorization to an existing identifier or first create a new authorization with this ID. |
| AUTHORIZATION-201 | The ID of the authorization is missing in the delete operation. | Add the ID of the authorization to the delete operation. |
| AUTHORIZATION-202 | Impossible to delete the authorization "{0}" because it does not exist. | Change the ID of the authorization. |
| AUTHORIZATION-203 | Impossible to delete the authorization "{0}" because it is linked to at least one role. | First delete the role(s). |
| AUTHORIZATION-301 | The mandatory filter in the authorization search operation is missing. | Add a filter in the authorization search operation. |
| AUTHORIZATION-302 | An error occurred during the execution of the authorization search operation: {0} | See the error message details. |
| AUTHORIZATION-303 | An authorization with the ID {0} already exists. | Change the ID of the authorization to create. |
The SAP CC system fills in the error message dynamically with relevant information. {0} marks such an information entry.