The OUT_RACA_COLUMN table contains the output columns used in a range table classe.
| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The OUT_RACA_COLUMN 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 |
|---|---|---|---|---|---|---|
| NAME |
|
The name of the output column | ||||
| DESCRIPTION |
|
The description of the output column | ||||
| TYPE |
|
The type of the output | ||||
| INDEX_IN_RACA |
|
The position of the output column in the range table class | ||||
| RACA_OID | IX_OUT_RACA_COLUMN | RACA (OID)
|
|
The unique identifier of the output column in the database |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The name of the output column |
| Type | NVARCHAR(265), NOT NULL |
| Definition | The description of the output column |
| Type | NVARCHAR(2000), NULL |
| Definition | The type of the output |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The position of the output column in the range table class |
| Type | DECIMAL(5), NOT NULL |
| Definition | The unique identifier of the output column in the database |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_OUT_RACA_COLUMN |
The following database indexes are available in the OUT_RACA_COLUMN 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 | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |