USER_RIGHT

SAP CC User Rights (Technical Settings)

Definition


The USER_RIGHT table contains the authorization roles of each SAP CC user. Each row is a role assigned to an SAP CC user

Description


The USER_RIGHT table contains the authorization roles of each SAP CC user. Each row is a role assigned to an SAP CC user. Note that a user can have many roles.

Technical Data


Schema Version 5.0.6
Tablespace CATALOG_DATA
Partitioned No

Summary


The USER_RIGHT 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
USER_OID     IX_USER  HCI_USER (OID)
 

    The unique ID of an SAP CC user (individual user or service user) as defined in the HCI_USER table
    USER_RIGHT        

      A role assigned to this SAP CC user

      More...

      Column Details

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

      USER_OID

      Definition The unique ID of an SAP CC user (individual user or service user) as defined in the HCI_USER table
      Type DECIMAL(28), NOT NULL
      Available Index IX_USER

      USER_RIGHT

      Definition A role assigned to this SAP CC user
      Description

      A role assigned to this SAP CC user. Note that the name of this column is wrong for compatibility reason.

      Format

      The main default roles are:

      • 'admin'
      • 'useradmin'
      • 'csr'
      • 'marketing'
      Refer to the SAP CC Security Guide for more information about default users and roles in SAP Convergent Charging.

      Type VARCHAR(1000), NULL

      Index Details

      The following database indexes are available in the USER_RIGHT database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

      IX_USER

      Indexed Column(s) USER_OID
      Unique No
      Partitioned No
      Tablespace CATALOG_INDX