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
Partitioned No

Summary


The USER_ROLE table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OID PK_UR        USER_ROLE_AUTH (ROLE_OID)
 
ID     IX_UR_ID     
DESCRIPTION          

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 NVARCHAR(256), NOT NULL
Available Index IX_UR_ID

DESCRIPTION

Definition The full description of the role
Type NVARCHAR(2000), NULL

Primary Key Details


PK_UR

Column(s) OID
Tablespace CATALOG_INDX

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