The USER_OPERATION table contains the execution recordings all the audited and tracked
user operations requested by the SAP CC users (individual or service users).
Depending on the system configuration, the SAP CC Core Server system audits a selection
of user operations by recording an entry in the database table.
Consult the SAP CC Application Help for more information about the audit concept and
features.
The USER_OPERATION table relates to the OBJECT_CHANGE_LOG table.
Note
This database table is part of the audit data recordings.
Consider sizing (implementation phase) and purging (technical operations).
| Schema Version | 2022.0.2 | |
| Partitioned | No | |
The USER_OPERATION table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_USER_OPERATION |
|
The identifier of the audited operation record | |||
| OPERATION_NAME | IX_UOP_OPNAME |
|
A technical name of the audited user operation | |||
| OPERATOR_NAME | HCI_USER (LOGIN_ID)
|
|
The SAP CC user who requested the user operation that was audited by the SAP CC system | |||
| OPERAND_REFERENCE |
|
An identifier of the audited user operation. It is a name, code, or a reference. | ||||
| MESSAGE |
|
The message describing the result of the execution of the audited operation | ||||
| RECORDING_DATE | IX_UOP_OPDATE |
|
The date when the audited operation was executed by the SAP CC system | |||
| INSTANCE_ID |
|
The unique ID of the instance on which the user operation was performed |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the audited operation record |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_USER_OPERATION |
| Definition | A technical name of the audited user operation |
| Type | NVARCHAR(256), NOT NULL |
| Available Index | IX_UOP_OPNAME |
| Definition | The SAP CC user who requested the user operation that was audited by the SAP CC system |
| Type | NVARCHAR(256), NULL |
| Definition | An identifier of the audited user operation. It is a name, code, or a reference. |
| Type | NVARCHAR(256), NULL |
| Definition | The message describing the result of the execution of the audited operation |
| Type | NVARCHAR(2000), NULL |
| Definition | The date when the audited operation was executed by the SAP CC system |
| Type | DATETIME, NOT NULL |
| Available Index | IX_UOP_OPDATE |
| Definition | The unique ID of the instance on which the user operation was performed |
| Description |
The unique instance ID. It is composed of three elements:
Example Example of instance ID: updater#1 identifies the updater number 1 |
| Type | NVARCHAR(64), NULL |
See the primary key information:
| Column(s) | OID |
| Segment | CATALOG_INDX |
The following database indexes are available in the USER_OPERATION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | RECORDING_DATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Indexed Column(s) | OPERATION_NAME |
| Unique | No |
| Partitioned | No |
| Clustered | No |