SURT
Subscriber Range Tables (in Customer Master Data)
Description
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.
A subscriber range table is a master data related to an end customer
and it belongs to a
subscriber account.
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
SUBSCRIBER_DATA |
| Partitioned |
Yes, when you use the partitioning scheme and corresponding SQL scripts |
Summary
The SURT table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique identifier of the subscriber range table in the database |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_SURT |
SUAC_OID
| 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 |
PARTITION_ID
| Definition |
The partition of the subscriber account that the subscriber range table belongs to |
| Type |
DECIMAL(4), NOT NULL |
ID
| 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 |
RACA_OID
| Definition |
The identifier of the range table class used as schema |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_SURT_RACA |
DESCRIPTION
| Definition |
The full description of the range table |
| Type |
VARCHAR(2000), NULL |
Primary Key Details
PK_SURT
Index Details
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:
IX_SURT_RACA
| Indexed Column(s) |
RACA_OID |
| Unique |
No |
| Partitioned |
Yes |
| Tablespace |
SUBSCRIBER_INDX |
IX_SURT_SUAC
| Indexed Column(s) |
SUAC_OID |
| Unique |
No |
| Partitioned |
Yes |
| Tablespace |
SUBSCRIBER_INDX |
IX_SURT_ID