AE_CLASS

Definition


The AE_CLASS table contains the description of each allowance event class

Technical Data


Schema Version 4.5.13
Segment CATALOG_DATA
Partitioned No

Summary


The AE_CLASS table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OID PK_AE_CLASS        AE_PROPERTY_DESCRIPTION (EVENT_OID)
 
OWNER     IX_AE_CLASS_SP     
ID     IX_AE_CLASS_ID     
DESCRIPTION          

Column Details


OID

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

OWNER

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

ID

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

DESCRIPTION

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

Primary Key Details


PK_AE_CLASS

Column(s) OID
Segment 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) ID
Unique Yes
Partitioned No
Clustered No
Segment CATALOG_INDX

IX_AE_CLASS_SP

Indexed Column(s) OWNER
Unique Yes
Partitioned No
Clustered No
Segment CATALOG_INDX