SAP AUTHX Authorization Fields (Maintain with SU20) Table
Overview
AUTHX is a standard SAP S/4HANA table that stores Authorization Fields (Maintain with SU20) data. There are total 4 fields in the AUTHX table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table AUTHX belongs to User and Authorization Management (BC-SEC-USR-ADM) module and is located in the package ABAP User Administration (SUSR).
In addition, following links provide an overview of foreign key relationships, if any, that link AUTHX to other SAP tables and standard CDS views available based on AUTHX table in S/4HANA 2020.
Techincal Settings of AUTHX
Below are technical details of the table AUTHX
- Buffering switched on
- Single entries of table were buffered
- Storage type is Column Store
List of AUTHX Fields
The following table gives you an overview of the fields available in AUTHX
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| FIELDNAME | Field Name | FIELDNAME | * | CHAR | 30 |
| ROLLNAME | Data element (semantic domain) | ROLLNAME | DD04L | CHAR | 30 |
| CHECKTABLE | Table Name | TABNAME | DD02L | CHAR | 30 |
| EXIT_FB | Function Module Exit for Editing Authorization Field Data | AUTHXEXIT | * | CHAR | 30 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for AUTHX
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| AUTHX | CHECKTABLE | C: CN | DD02L |
| AUTHX | ROLLNAME | C: CN | DD04L |