The EEDMFORMPAR table in SAP ERP or S/4HANA stores Formula Parameters data. There are total 12 fields in EEDMFORMPAR table. The Formula Parameters table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of EEDMFORMPAR table. It is in Profile Management (EE_EDM_PRO) ABAP package and is part of the Energy Data Management (IS-U-EDM) module.
SAP EEDMFORMPAR Table Fields
Following is the list of fields that are available in SAP EEDMFORMPAR table. The primary key fields of the table are MANDT (Client), FORMULA (Formula for Calculation of Profiles), PARTYPE (Type of Formula Parameter), PARNUMBER (Parameter number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| FORMULA | Formula for Calculation of Profiles | EFORMULA | EEDMFORMHEAD | CHAR (15) |
| PARTYPE | Type of Formula Parameter | EPARTYPE | NUMC (1) | |
| PARNUMBER | Parameter number | EPARNUMBER | NUMC (2) | |
| PROFVALCAT | Profile value category | E_PROFVALCAT | EPROFVALCAT | NUMC (2) |
| INPREPEATABLE | Input parameter can be repeated | INPREPEATABLE | CHAR (1) | |
| IS_MR_PROFILE | Input Parameter Is Profile with Meter Reading Profile (CnsD) | E_PAR_IS_MR_PROFILE | CHAR (1) | |
| FL_VALUE_ALLOWED | Constant Allowed in Formula | E_FL_VALUE_ALLOWED | CHAR (1) | |
| DIMID | Dimension key | DIMID | T006D | CHAR (6) |
| MASS | Unit of Measurement | E_MASS | T006 | UNIT (3) |
| DETVARID | ID EDM Formula Variable | EFORMULADETVARID | EEDMFORMDETVAR | CHAR (15) |
| DEFVALUE_ALLOWED | Default Value Allowed in Formula | EFORMDEFVAL_ALLOWED | CHAR (1) |


