USER_ROLE
User Roles (Technical Settings)
Description
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.
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The USER_ROLE table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| 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 |
ID
| Definition |
The identifier of the role |
| Type |
VARCHAR2(256 CHAR), NOT NULL |
| Available Index |
IX_UR_ID |
DESCRIPTION
| Definition |
The full description of the role |
| Type |
VARCHAR2(2000 CHAR), NULL |
Primary Key Details
PK_UR
Index Details
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:
IX_UR_ID
| Indexed Column(s) |
ID |
| Unique |
Yes |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |