| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
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 | |||
| 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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| 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 |
| Definition | The identifier of the authorization |
| Type | NVARCHAR(256), NOT NULL |
| Available Index | IX_UA_ID |
| Definition | The full description of the authorization |
| Type | NVARCHAR(2000), NULL |
| Definition | The identifier of the activity referred to by the authorization |
| Type | NVARCHAR(256), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |
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:
| Indexed Column(s) | ID |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |