| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
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 | |||
| 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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique ID of the allowance event class |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_AE_CLASS |
| Definition | The owner that owns the allowance event class |
| Type | VARCHAR(64), NOT NULL |
| Available Index | IX_AE_CLASS_SP |
| Definition | The ID of the allowance event class |
| Type | VARCHAR(256), NOT NULL |
| Available Index | IX_AE_CLASS_ID |
| Definition | The description of the allowance event class |
| Type | VARCHAR(2000), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
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:
| Indexed Column(s) | ID |
| Unique | Yes |
| Partitioned | No |
| Tablespace | CATALOG_INDX |
| Indexed Column(s) | OWNER |
| Unique | Yes |
| Partitioned | No |
| Tablespace | CATALOG_INDX |