| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The USER_OPERATION_FILTER 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 |
|---|---|---|---|---|---|---|
| OPERATION_NAME |
|
The name of the operation to be audited | ||||
| OPERATOR_NAME |
|
The SAP CC user whose operations are audited | ||||
| OPERAND_TYPE |
|
The type of operation to be audited | ||||
| OPERAND_REFERENCE |
|
The operand of the operation (identifier, name, code, reference) | ||||
| AUDI_OID | IX_OP_FILTER_AUDIT | AUDIT_CYCLE (OID)
|
|
The identifier of the audit containing the filter |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The name of the operation to be audited |
| Type | VARCHAR(256), NULL |
| Definition | The SAP CC user whose operations are audited |
| Type | VARCHAR(256), NULL |
| Definition | The type of operation to be audited |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The operand of the operation (identifier, name, code, reference) |
| Type | VARCHAR(256), NULL |
| Definition | The identifier of the audit containing the filter |
| Type | DECIMAL(28), NULL |
| Available Index | IX_OP_FILTER_AUDIT |
The following database indexes are available in the USER_OPERATION_FILTER database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | AUDI_OID |
| Unique | No |
| Partitioned | No |
| Tablespace | CATALOG_INDX |