The USER_ROLE table contains configuration information of the authorization roles
that can be
assigned to the SAP CC users declared in the HCI_USER table.
These roles are set in the USER_RIGHT table for each SAP CC user.
| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The USER_ROLE 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_UR |
|
The unique identifier of the role | |||
| ID | IX_UR_ID |
|
The identifier of the role | |||
| DESCRIPTION |
|
The full description of the role |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the role |
| Description |
The object unique identifier of the role. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_UR |
| Definition | The identifier of the role |
| Type | NVARCHAR(256), NOT NULL |
| Available Index | IX_UR_ID |
| Definition | The full description of the role |
| Type | NVARCHAR(2000), NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |
The following database indexes are available in the USER_ROLE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | ID |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |