| Schema Version | 4.5.0 | |
| Filegroup | ||
| Partitioned | No | |
The XCI_VALUES 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 |
|---|---|---|---|---|---|---|
| XCI_ID | IX_XCI_VALUES |
|
The unique ID of the extended chargeable item (XCI) recorded by the IEC application | |||
| PROP_ID | PROP_INFO (PROP_ID)
|
|
The ID of the property information in the PROP_INFO table | |||
| NUMBER_VALUE |
|
The value of the property information if type is number | ||||
| STRING_VALUE |
|
The value of the property information if type is string | ||||
| DATE_VALUE |
|
The value of the property information if type is date |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique ID of the extended chargeable item (XCI) recorded by the IEC application |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_XCI_VALUES |
| Definition | The ID of the property information in the PROP_INFO table |
| Type | DECIMAL(28), NOT NULL |
| Definition | The value of the property information if type is number |
| Type | DECIMAL(28,6), NULL |
| Definition | The value of the property information if type is string |
| Type | NVARCHAR(2000), NULL |
| Definition | The value of the property information if type is date |
| Type | DATETIME, NULL |
The following database indexes are available in the XCI_VALUES database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | XCI_ID |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |
| Filegroup |