The SPENDING_STATUS_DESC table contains all the spending status descriptions.
A spending status description is identified by its code
name or its internal unique identifier.
It includes:
A spending status is based on this description configured in SAP CC.
| Schema Version | 5.0.6 | |
| Partitioned | No | |
The SPENDING_STATUS_DESC 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_SSD | IX_SSD_ID |
|
The internal unique identifier of the spending status description. It is generated by the SAP CC system. | ||
| ID | IX_SSD_ID |
|
The identifier of the spending status description | |||
| DESCRIPTION |
|
The text description of the spending status description | ||||
| ID_KEY |
|
The identification key used in replacement of the spending status description identifier |
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. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_SSD |
| Available Index | IX_SSD_ID |
| Definition | The identifier of the spending status description |
| Type | NVARCHAR(256), NOT NULL |
| Available Index | IX_SSD_ID |
| Definition | The text description of the spending status description |
| Type | NVARCHAR(2000), NOT NULL |
| Definition | The identification key used in replacement of the spending status description identifier |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the SPENDING_STATUS_DESC database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | ID,OID |
| Unique | Yes |
| Partitioned | No |