USER_AUTH

Definition


The USER_AUTH table contains information about authorizations

Description


The USER_AUTH table contains information about authorizations. An authorization is linked to an activity.

Technical Data


Schema Version 4.6.2
Filegroup CATALOG_DATA
Partitioned No

Summary


The USER_AUTH 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_UA       

The authorization unique ID

More...

ID     IX_UA_ID   

    The identifier of the authorization
    DESCRIPTION        

      The full description of the authorization
      ACTIVITY_ID        

        The identifier of the activity referred to by the authorization

        Column Details

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

        OID

        Definition The authorization unique ID
        Description The authorization unique ID. It is generated by the SAP CC system.
        Type DECIMAL(28), NOT NULL
        Primary Key PK_UA

        ID

        Definition The identifier of the authorization
        Type NVARCHAR(256), NOT NULL
        Available Index IX_UA_ID

        DESCRIPTION

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

        ACTIVITY_ID

        Definition The identifier of the activity referred to by the authorization
        Type NVARCHAR(256), NOT NULL

        Primary Key Details

        See the primary key information:

        PK_UA

        Column(s) OID
        Filegroup CATALOG_DATA

        Index Details

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

        IX_UA_ID

        Indexed Column(s) ID
        Unique Yes
        Partitioned No
        Clustered No
        Filegroup CATALOG_INDX