| Schema Version | 5.0.6 | |
| Filegroup | SUBSCRIBER_DATA | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The CREDIT_LIMIT_BALANCE 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 |
|---|---|---|---|---|---|---|
| SUAC_OID | IX_CLBA_SUAC | SUBSCRIBER_ACCOUNT (OID)
|
|
The identifier of the subscriber account containing the credit limit balance | ||
| CODE |
|
The identification code (or code name) of the credit limit balance in the subscriber account | ||||
| DESCRIPTION |
|
The textual and understandable description for the credit limit balance | ||||
| CURRENCY_CODE | CURRENCY (CODE)
|
|
The currency code of the credit limit balance | |||
| CREDIT_LIMIT |
|
The amount of the balance when resetting the credit limit balance | ||||
| RESET_FREQUENCY |
|
The frequency for resetting the credit limit balance | ||||
| REFERENCE_DATE |
|
The reference date for automatically resetting the credit limit balance | ||||
| LAST_RESET_DATE_KEY |
|
The key of the counter containing the last date when the credit limit balance was reset | ||||
| COUN_KEY | COUNTER (COUN_KEY)
|
|
The key of the counter containing the current value of the credit limit balance | |||
| IS_DEFAULT |
|
Indicates if the credit limit balance is charged by default if the related subscription specifies no charging mapping for the references identified in the charging plan | ||||
| PARTITION_ID |
|
The partition of the subscriber account owning the credit limit balance |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the subscriber account containing the credit limit balance |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CLBA_SUAC |
| Definition | The identification code (or code name) of the credit limit balance in the subscriber account |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The textual and understandable description for the credit limit balance |
| Type | NVARCHAR(2000), NULL |
| Definition | The currency code of the credit limit balance |
| Type | NVARCHAR(5), NOT NULL |
| Definition | The amount of the balance when resetting the credit limit balance |
| Type | DECIMAL(28,6), NULL |
| Definition | The frequency for resetting the credit limit balance |
| Type | NVARCHAR(256), NULL |
| Definition | The reference date for automatically resetting the credit limit balance |
| Type | DATETIME, NULL |
| Definition | The key of the counter containing the last date when the credit limit balance was reset |
| Type | DECIMAL(6), NULL |
| Definition | The key of the counter containing the current value of the credit limit balance |
| Type | DECIMAL(6), NOT NULL |
| Definition | Indicates if the credit limit balance is charged by default if the related subscription specifies no charging mapping for the references identified in the charging plan |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The partition of the subscriber account owning the credit limit balance |
| Type | DECIMAL(4), NOT NULL |
The following database indexes are available in the CREDIT_LIMIT_BALANCE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | SUAC_OID |
| Unique | No |
| Partitioned | Yes |
| Clustered | No |
| Filegroup | SUBSCRIBER_INDX |