RATA
Range Tables (Master Data)
Description
RARORATA_ADDITIONAL_INFORACAA range table is a master data related to a service provider and is stored in its
pricing catalog.
Consult the SAP CC Library (Application Help) for more information about this concept.
Note
SAP CC can manage high volume of range tables assigned to subscriber accounts.
These business data tables are master data related to the end customers of the service
provider.
They are stored in the SURT table of the database.
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The RATA table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique identifier of the range table in the database |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_RATA |
ID
| Definition |
The identifier of the range table, corresponding to the name of the range table visible
in the SAP CC Core Tool user interface
|
| Description |
The identifier of the range table, corresponding to the name of the 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 |
DESCRIPTION
| Definition |
The full description of the range table |
| Type |
VARCHAR(2000), NULL |
OWNER
| Definition |
The owner of the catalog containing the range table (the same as the owner of the
range table class)
|
| Type |
VARCHAR(256), NOT NULL |
RACA_OID
| Definition |
The identifier of the range table class that defines the structure of this range table |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_RATA |
Primary Key Details
PK_RATA
Index Details
The following database indexes are available in the
RATA database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_RATA
| Indexed Column(s) |
RACA_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |