AE_CLASS

Definition


The AE_CLASS table contains the description of each allowance event class

Technical Data


Schema Version 2025.0.0
Tablespace CATALOG_DATA
Partitioned No

Summary


The AE_CLASS 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_AE_CLASS       

The unique ID of the allowance event class
CLIENT_NUMBER     IX_AE_CLASS_IDIX_AE_CLASS_SP   

    The client number associated to the allowance event class
    OWNER     IX_AE_CLASS_SP   

      The owner that owns the allowance event class
      ID     IX_AE_CLASS_ID   

        The ID of the allowance event class
        DESCRIPTION        

          The description of the allowance event class
          MANAGED_BY_COCKPIT        

            This flag indicates if the allowance event class is managed by Cockpit or by Core Tool

            More...

            Column Details

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

            OID

            Definition The unique ID of the allowance event class
            Type DECIMAL(28), NOT NULL
            Primary Key PK_AE_CLASS

            CLIENT_NUMBER

            Definition The client number associated to the allowance event class
            Type DECIMAL(3), NOT NULL
            Available Index IX_AE_CLASS_ID
            Available Index IX_AE_CLASS_SP

            OWNER

            Definition The owner that owns the allowance event class
            Type VARCHAR2(64 CHAR), NOT NULL
            Available Index IX_AE_CLASS_SP

            ID

            Definition The ID of the allowance event class
            Type VARCHAR2(256 CHAR), NOT NULL
            Available Index IX_AE_CLASS_ID

            DESCRIPTION

            Definition The description of the allowance event class
            Type VARCHAR2(2000 CHAR), NULL

            MANAGED_BY_COCKPIT

            Definition This flag indicates if the allowance event class is managed by Cockpit or by Core Tool
            Format

            The possible values are:

            • 0: managed by Core Tool
            • 1: managed by Cockpit

            Type DECIMAL(1), NOT NULL
            Default 0

            Primary Key Details

            See the primary key information:

            PK_AE_CLASS

            Column(s) OID
            Tablespace CATALOG_INDX

            Index Details

            The following database indexes are available in the AE_CLASS database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

            IX_AE_CLASS_ID

            Indexed Column(s) CLIENT_NUMBER, ID
            Unique Yes
            Partitioned No
            Tablespace CATALOG_INDX

            IX_AE_CLASS_SP

            Indexed Column(s) CLIENT_NUMBER, OWNER
            Unique Yes
            Partitioned No
            Tablespace CATALOG_INDX