SAP table UST12 (User master: Authorizations)
SAP table UST12 has 7 primary key fields being MANDT,OBJCT,AUTH,AKTPS,FIELD,VON,BIS.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
OBJCT | Authorization Object | CHAR | 10 | 0 | TOBJ | XUOBJECT | |
AUTH | Authorization name in user master maintenance | CHAR | 12 | 0 | USR12 | XUAUTH | |
AKTPS | Active or maintenance version | CHAR | 1 | 0 | XUAKTPAS | ||
FIELD | Authorization Field | CHAR | 10 | 0 | XUFIELD | ||
VON | Authorization Value | CHAR | 40 | 0 | XUVAL | ||
BIS | Authorization Value | CHAR | 40 | 0 | XUVAL |
UST12 foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 UST12 | AUTH | USR12 | User Master Authorization Values | AUTH |
0 UST12 | AUTH | USR12 | User Master Authorization Values | AKTPS |
1 UST12 | MANDT | T000 | Clients | MANDT |
0 UST12 | OBJCT | TOBJ | Authorization Objects | OBJCT |