AUDIT_CYCLE

Custom Audit Filters and Cycles (in Technical Data)

Definition


The AUDIT_CYCLE table contains settings for the custom audit filters with cycles

Description


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.

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


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

        More...

        FREQUENCY_TYPE        

          The frequency of the audit cycles

          More...

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          OID

          Definition The audit cycle unique ID
          Type DECIMAL(28), NOT NULL
          Primary Key PK_AUDIT_CYCLE

          CODE

          Definition The identification code of the custom audit cycle and its filter
          Type NVARCHAR(256), NULL
          Available Index IX_AUDIT_CODE

          DESCRIPTION

          Definition The textual and understandable description for the audit cycle
          Type NVARCHAR(2000), NULL

          ORIGINAL_DATE

          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 DATETIME, NOT NULL

          FREQUENCY_TYPE

          Definition The frequency of the audit cycles
          Format

          The possible values are:

          • -1: Daily
          • 0: Weekly
          • 1: Bi-weekly
          • 2: Monthly
          • 3: Bi-monthly
          • 4: Tri-monthly
          • 5: Semi-annual
          • 6: Annual

          Type DECIMAL(1), NULL

          Primary Key Details

          See the primary key information:

          PK_AUDIT_CYCLE

          Column(s) OID
          Segment CATALOG_INDX

          Index Details

          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:

          IX_AUDIT_CODE

          Indexed Column(s) CODE
          Unique Yes
          Partitioned No
          Clustered No