| Schema Version | 5.0.6 | |
| Partitioned | No | |
The SSD_LABEL 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 |
|---|---|---|---|---|---|---|
| SSD_OID | IX_SSD_LABEL | SPENDING_STATUS_DESC (OID)
|
|
The internal unique identifier of the spending status description | ||
| LABEL |
|
The text label of the related spending status description |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The internal unique identifier of the spending status description |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_SSD_LABEL |
| Definition | The text label of the related spending status description |
| Description |
The same text may exist twice but the corresponding labels have
different internal unique identifiers and relate to different spending status descriptions.
|
| Type | NVARCHAR(256), NOT NULL |
The following database indexes are available in the SSD_LABEL database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | SSD_OID |
| Unique | Yes |
| Partitioned | No |