| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The AE_PROPERTY_DESCRIPTION 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 |
|---|---|---|---|---|---|---|
| NAME |
|
The name of the property. It must be unique for an allowance event class. | ||||
| INDEX_IN_EVENT |
|
The position of the property in the allowance event class | ||||
| VALUE_TYPE |
|
The type of the property | ||||
| DESCRIPTION |
|
The textual and understandable description of the property | ||||
| EVENT_OID | IX_AE_PROPERTY_DESCRIPTION | AE_CLASS (OID)
|
|
The OID of the allowance event class having this property |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The name of the property. It must be unique for an allowance event class. |
| Type | VARCHAR(256), NOT NULL |
| Definition | The position of the property in the allowance event class |
| Type | DECIMAL(3), NOT NULL |
| Definition | The type of the property |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The textual and understandable description of the property |
| Type | VARCHAR(2000), NULL |
| Definition | The OID of the allowance event class having this property |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_AE_PROPERTY_DESCRIPTION |
The following database indexes are available in the AE_PROPERTY_DESCRIPTION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | EVENT_OID |
| Unique | Yes |
| Partitioned | No |
| Tablespace | CATALOG_INDX |