The EEDMFORMPART table in SAP ERP or S/4HANA stores Formula Parameters data. There are total 6 fields in EEDMFORMPART 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 EEDMFORMPART table. It is in Profile Management (EE_EDM_PRO) ABAP package and is part of the Energy Data Management (IS-U-EDM) module.
SAP EEDMFORMPART Table Fields
Following is the list of fields that are available in SAP EEDMFORMPART 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), SPRAS (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| FORMULA | Formula for Calculation of Profiles | EFORMULA | EEDMFORMHEAD | CHAR (15) |
| PARTYPE | Type of Formula Parameter | EPARTYPE | EEDMFORMPAR | NUMC (1) |
| PARNUMBER | Parameter number | EPARNUMBER | EEDMFORMPAR | NUMC (2) |
| SPRAS | Language Key | SPRAS | T002 | LANG (1) |
| FORMPARTEXT | Description of formula parameter | FORMPARTEXT | CHAR (30) |


