SAP table EEDMFORMHEAD (Formula Header Data)
SAP table EEDMFORMHEAD has 2 primary key fields being MANDT,FORMULA.
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 | |
FORMULA | Formula for Calculation of Profiles | CHAR | 15 | 0 | EFORMULA | ||
INPNUMBER | Number of input parameters | NUMC | 2 | 0 | EINPNUMBER | ||
OUTNUMBER | Number of output parameters | NUMC | 2 | 0 | EOUTNUMBER | ||
FORMULAFUNC | Function module for executing formula | CHAR | 30 | 0 | TFDIR | EFORMULAFUNC | |
FORMULADOCU | Name of Documentation Object for a Formula | CHAR | 60 | 0 | EFORMULADOCU | ||
PROFTYPE | Type of Profile for Copy from Formula Calculation | NUMC | 2 | 0 | * | E_PROFTYPE |
EEDMFORMHEAD foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 EEDMFORMHEAD | FORMULAFUNC | TFDIR | Function Module | FUNCNAME |
1 EEDMFORMHEAD | MANDT | T000 | Clients | MANDT |