SAP table TCGUEFU (EHS: User Exits in User Exit Management with FM Assignment)
SAP table TCGUEFU has 3 primary key fields being MANDT,USEXTYP,USEXNAM.
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 | |
USEXTYP | User Exit Category in User Exit Management | CHAR | 10 | 0 | TCGUETY | ESEUSEXTYP | |
USEXNAM | Language-Independent User Exit Key | CHAR | 10 | 0 | ESEUSEXNAM | ||
OBJTYPE | Specification Category | CHAR | 10 | 0 | TCGOBJ | ESEOBJTYPE | |
FBNAM | Function Module for a User Exit | CHAR | 30 | 0 | TFDIR | ESEFBNAM | |
ORD | Sort Order | NUMC | 4 | 0 | ESEORD |
TCGUEFU foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TCGUEFU | FBNAM | TFDIR | Function Module | FUNCNAME |
1 TCGUEFU | OBJTYPE | TCGOBJ | EHS: Table of Possible Object Types | OBJTYPE |
0 TCGUEFU | USEXTYP | TCGUETY | EHS: User Exit Categories in User Exit Management | USEXTYP |