CICLASS
Summary
Errors which occur when implementing basic operations on chargeable item classes.
Error Codes
Select the error code signaled in the operation response replied by the SAP CC system:
| Error Code | Message | Action |
|---|---|---|
| CICLASS-1 | The chargeable item class is missing in the create operation. | Add a chargeable item class to the create operation. |
| CICLASS-2 | The product identifier of the chargeable item class must be null in the create operation. | Remove the product identifier |
| CICLASS-3 | The id of the chargeable item class is missing in the create operation. | Add an id to the chargeable item class. |
| CICLASS-4 | The service provider of the chargeable item class "{0}" is missing. | Add the service provider to the chargeable item class. |
| CICLASS-5 | In the chargeable item class "{0}", the name of the property at index {1} is missing. | Add a name to the property. |
| CICLASS-6 | In the chargeable item class "{0}", the name "{1}" of the property at index {2} is already used at index {3}. | Change the name of the property. |
| CICLASS-7 | Impossible to create the chargeable item class because its id {0} already exists. | Change the id of the chargeable item class. |
| CICLASS-8 | The id of the chargeable item class "{0}" and the service provider "{1}" are both provided, but they are mutually exclusive. | Remove the id or the service provider from the operation. |
| CICLASS-9 | The service provider "{0}" and the product ID "{1}" of the chargeable item class are both provided, but they are mutually exclusive. | Remove the product ID. |
| CICLASS-10 | The chargeable item class is missing in the modify operation. | Add a chargeable item class to the modify operation. |
| CICLASS-11 | The chargeable item class with the id {0} in the modify operation does not exist. | Change the id of the chargeable item class to an existing one or create the chargeable item class first. |
| CICLASS-12 | The chargeable item class with the id {0} and product id {1} does not exist. | Change the id of the chargeable item class or the product id to an existing one or remove the product id. |
| CICLASS-13 | Impossible to modify the chargeable item class because the specified service provider {0} does not correspond to the service provider {1} existing in the chargeable item class. | Change the service provider to the one of the chargeable item class or create a new chargeable item class for the specified service provider. |
| CICLASS-14 | Impossible to modify the chargeable item class {0} because the type of the property {1} is {2} in the database while the server has received the type {3} in the operation. | Change the type of the property. |
| CICLASS-15 | Impossible to modify the chargeable item class {0} because the following properties are missing: {1}. | Add the missing properties to the operation. |
| CICLASS-16 | The id of chargeable item class is missing in the delete operation. | Add an id to the chargeable item class. |
| CICLASS-17 | The chargeable item class with the id {0} in the delete operation does not exist. | Change the id of the chargeable item class to an existing one. |
| CICLASS-18 | The chargeable item class with the id {0} is still referenced in following charges: {1}. | Delete the referenced charges first. |
| CICLASS-19 | The chargeable item class with the id {0} and product id {1} in the delete operation does not exist. | Change the id or the product id of the chargeable item class to an existing one. |
| CICLASS-20 | The chargeable item class with the id {0} and product id {1} is still referenced in the following charges: {2} | Delete the referenced charges first. |
| CICLASS-21 | The chargeable item class with the id {0} is still referenced in the following exportable item mappings: {1}. | Delete the referenced exportable item mappings first. |
| CICLASS-22 | The chargeable item class with the id {0} is still referenced by at least one data file. | Trigger the processing of the data files by the bulk loader instances first. |
| CICLASS-23 | The bulk loader instances cannot be contacted to check if data files still reference the chargeable item class with the id {0}. | Check that the bulk loader instances are running. |
| CICLASS-24 | The old product identifier of the chargeable item class must be null in the create and modify operations. | Remove the old product identifier of the chargeable item class |
| CICLASS-25 | The old identifier of the chargeable item class must be null in the create and modify operations. | Remove the old identifier of the chargeable item class |
Legend
The SAP CC system fills in the error message dynamically with relevant information. {0} marks such an information entry.