Table:
USER_OPERATION
|
Table Name
|
USER_OPERATION |
| Table Description |
The USER_OPERATION table contains all the audited operations. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The USER_OPERATION database table is defined by the following columns.
Column: OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
Primary Key: PK_USER_OPERATION |
| Column Description |
The identifier of the audited operation. |
Column: OPERATION_NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Index(es) |
IX_UOP_OPNAME
|
| Column Description |
The name of the audited operation. |
Column: OPERATOR_NAME
| Value Type |
VARCHAR(256) |
| Column Description |
The user who performed the audited operation. |
Column: OPERAND_REFERENCE
| Value Type |
VARCHAR(256) |
| Column Description |
The operand of the audited operation. |
Column: MESSAGE
| Value Type |
VARCHAR(2000) |
| Column Description |
The message describing the result of the audited operation. |
Column: RECORDING_DATE
| Value Type |
DATE, NOT NULL |
| Index(es) |
IX_UOP_OPDATE
|
| Column Description |
The date when the operation was performed. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.