The AUDIT_CYCLE table contains settings for the custom audit filters with cycles.
Each element is associated with
a user operation filter.
IT administrators configure custom audit filters when inspecting the audited user operations in the SAP CC Core Tool user interface.
| Schema Version | 5.0.6 | |
| Partitioned | No | |
The AUDIT_CYCLE 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_AUDIT_CYCLE |
|
The audit cycle unique ID | |||
| CODE | IX_AUDIT_CODE |
|
The identification code of the custom audit cycle and its filter | |||
| DESCRIPTION |
|
The textual and understandable description for the audit cycle | ||||
| ORIGINAL_DATE |
|
The date of the first audit cycle | ||||
| FREQUENCY_TYPE |
|
The frequency of the audit cycles |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The audit cycle unique ID |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_AUDIT_CYCLE |
| Definition | The identification code of the custom audit cycle and its filter |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_AUDIT_CODE |
| Definition | The textual and understandable description for the audit cycle |
| Type | NVARCHAR(2000), NULL |
| Definition | The date of the first audit cycle |
| Description |
The date of the first audit cycle. If null the first trigger date is set to the current
date.
|
| Type | SECONDDATE, NOT NULL |
| Definition | The frequency of the audit cycles |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the AUDIT_CYCLE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CODE |
| Unique | Yes |
| Partitioned | No |