The EEDMREPLACE table in SAP ERP or S/4HANA stores IS-U: EDM Replacement Value Procedure data. There are total 16 fields in EEDMREPLACE table. The IS-U: EDM Replacement Value Procedure 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 EEDMREPLACE table. It is in Profile Management (EE_EDM_PRO) ABAP package and is part of the Energy Data Management (IS-U-EDM) module.
SAP EEDMREPLACE Table Fields
Following is the list of fields that are available in SAP EEDMREPLACE table. The primary key fields of the table are MANDT (Client), REPLACEMETHOD (Replacement Value Procedure).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| REPLACEMETHOD | Replacement Value Procedure | E_REPLACE | CHAR (10) | |
| REPLACEFUNC | Function Module for Creation of Replacement Values | E_ERSATZFUNC | TFDIR | CHAR (30) |
| REFZEITFUNC | Function Module for Determination of Reference Period | E_REFZEITFUNC | TFDIR | CHAR (30) |
| PROFILE | Reference Profile | E_REPLACE_PROFILE | EPROFHEAD | NUMC (18) |
| PROFROLE | Profile allocation role | PROFROLE | EPROFASSROLE | CHAR (4) |
| HISTORY | Start of Reference Period | E_HISTORIC_START | CHAR (6) | |
| HISTORYPERIOD | Duration of Reference Period | E_HISTORIC_READ_PERIOD | CHAR (6) | |
| HISTORYREPLACE | Reference Period Corresponds to Replacement Period | E_HISTORIC_FLAG | CHAR (1) | |
| CONSUMPTION | Replacement Value Procedure Valid for Consumption Profiles | E_CONSUMPTION_FLAG | CHAR (1) | |
| DEMAND | Replacement Value Procedure Valid for Demand Profiles | E_DEMAND_FLAG | CHAR (1) | |
| FACTOR | Replacement Value Procedure Is Valid for Factor Profiles | E_FACTOR_FLAG | CHAR (1) | |
| ESTIMATE | Procedure Valid for Interpolation of Profile Values | E_ESTIMATE_FLAG | CHAR (1) | |
| FORECAST | Procedure Valid for Extrapolation of Profile Values | E_FORECAST_FLAG | CHAR (1) | |
| MANUAL | Replacement Value Procedure Requires Manual Entry | E_MANUAL_FLAG | CHAR (1) | |
| REPLACECUSTSTAT | User Status | E_REPLACECUSTSTATUS | VEDM_STAT_CUST | CHAR (5) |


