USER_ROLE

User Roles (Technical Settings)

Definition


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

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.6.2
Filegroup CATALOG_DATA
Partitioned No

Summary


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

More...

ID     IX_UR_ID   

    The identifier of the role
    DESCRIPTION        

      The full description of the role

      Column Details

      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

      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

      See the primary key information:

      PK_UR

      Column(s) OID
      Filegroup CATALOG_DATA

      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
      Clustered No
      Filegroup CATALOG_INDX