The SURT table contains all the subscriber range tables in the customer master data
managed
by SAP Convergent Charging (SAP CC). The structure of a subscriber range table is
defined by a
range table class (see the RACA table) belonging to the same
service provider that owns the pricing catalog, the subscriber accounts, and the provider
contracts.
The detailed content of a subscriber range table is stored in the SURT_RARO table of the database.
Note
A subscriber range table is very similar to a range table
but it is assigned to a subscriber account
and can be used by the provider contracts belonging to this subscriber account.
A subscriber range table is a master data related to an end customer
and it belongs to a subscriber account.
| Schema Version | 5.0.6 | |
| Tablespace | SUBSCRIBER_DATA | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The SURT 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_SURT |
|
The unique identifier of the subscriber range table in the database | |||
| SUAC_OID | IX_SURT_SUAC | SUBSCRIBER_ACCOUNT (OID)
|
|
The unique identifier of the subscriber account that the subscriber range table belongs to | ||
| PARTITION_ID |
|
The partition of the subscriber account that the subscriber range table belongs to | ||||
| ID | IX_SURT_ID |
|
The identifier of the subscriber range table, corresponding to the name of the subscriber range table visible in the SAP CC Core Tool user interface | |||
| RACA_OID | IX_SURT_RACA |
|
The identifier of the range table class used as schema | |||
| DESCRIPTION |
|
The full description of the range table |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the subscriber range table in the database |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_SURT |
| Definition | The unique identifier of the subscriber account that the subscriber range table belongs to |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_SURT_SUAC |
| Definition | The partition of the subscriber account that the subscriber range table belongs to |
| Type | DECIMAL(4), NOT NULL |
| Definition | The identifier of the subscriber range table, corresponding to the name of the subscriber range table visible in the SAP CC Core Tool user interface |
| Description |
The identifier of the subscriber range table, corresponding to the name of the subscriber
range table visible in the SAP CC Core Tool user interface. It must be unique in the
SAP CC system.
|
| Type | VARCHAR(256), NOT NULL |
| Available Index | IX_SURT_ID |
| Definition | The identifier of the range table class used as schema |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_SURT_RACA |
| Definition | The full description of the range table |
| Type | VARCHAR(2000), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | SUBSCRIBER_INDX |
The following database indexes are available in the SURT database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | RACA_OID |
| Unique | No |
| Partitioned | Yes |
| Tablespace | SUBSCRIBER_INDX |
| Indexed Column(s) | SUAC_OID |
| Unique | No |
| Partitioned | Yes |
| Tablespace | SUBSCRIBER_INDX |
| Indexed Column(s) | ID |
| Unique | No |
| Partitioned | No |
| Tablespace | SUBSCRIBER_INDX |