| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The RATE_PLAN_COUNTER 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_RATE_PLAN_COUNTER |
|
The unique identifier of the rate plan counter. It is generated by the SAP CC Cockpit application. | |||
| NAME |
|
The name of the counter used by the rate plan | ||||
| INITIAL_VALUE |
|
The initial value of the counter | ||||
| DESCRIPTION |
|
The description of the counter used by the rate plan | ||||
| IN_ERROR_STATE |
|
Indicates whether the rate plan counter is in error or not | ||||
| RATEPLAN_OID | RATE_PLAN (OID)
|
|
The unique identifier of the rate plan owning of the User Technical Identifier. It is generated by the SAP CC Cockpit application. | |||
| RELEASED_OID | IX_RATE_PLAN_COUNTER_RELEASED_OID |
|
The unique identifier of the released rate plan counter when its is being modified | |||
| STATE | IX_RATE_PLAN_COUNTER_STATE |
|
The state of the rate plan counter |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the rate plan counter. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RATE_PLAN_COUNTER |
| Definition | The name of the counter used by the rate plan |
| Type | NVARCHAR(256), NULL |
| Definition | The initial value of the counter |
| Type | DECIMAL(28,6), NULL |
| Definition | The description of the counter used by the rate plan |
| Type | NVARCHAR(256), NULL |
| Definition | Indicates whether the rate plan counter is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | The unique identifier of the rate plan owning of the User Technical Identifier. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Definition | The unique identifier of the released rate plan counter when its is being modified |
| Type | DECIMAL(28), NULL |
| Available Index | IX_RATE_PLAN_COUNTER_RELEASED_OID |
| Definition | The state of the rate plan counter |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_RATE_PLAN_COUNTER_STATE |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the RATE_PLAN_COUNTER database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | RELEASED_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |