SSD_LABEL
Description
spending status descriptions
Technical Data
| Schema Version | 4.5.13 | |
| Segment | CATALOG_DATA | |
| Partitioned | No | |
Summary
The SSD_LABEL table is defined by the following columns. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by |
|---|---|---|---|---|---|
| SSD_OID | IX_SSD_LABEL | SPENDING_STATUS_DESC (OID)
|
|||
| LABEL |
Column Details
SSD_OID
| Definition | The internal unique identifier of the spending status description |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_SSD_LABEL |
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 |
Index Details
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:
IX_SSD_LABEL
| Indexed Column(s) | SSD_OID |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |
| Segment | CATALOG_INDX |