The ENHLOADINVAL table in SAP ERP or S/4HANA stores Programs whose load is invalidated at import data. There are total 3 fields in ENHLOADINVAL table. The Programs whose load is invalidated at import 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 ENHLOADINVAL table. It is in Enhancement Base Functions (SEEF_BASE) ABAP package and is part of the Enhancement Tools (BC-DWB-TOO-ENH) module.
SAP ENHLOADINVAL Table Fields
Following is the list of fields that are available in SAP ENHLOADINVAL table. The primary key fields of the table are ENHNAME (ID of an Enhancement), VERSION (ABAP: Program Status (Active, Saved, Transported…)), PROGNAME (ABAP Program Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ENHNAME | ID of an Enhancement | ENHNAME | CHAR (30) | |
| VERSION | ABAP: Program Status (Active, Saved, Transported…) | R3STATE | CHAR (1) | |
| PROGNAME | ABAP Program Name | PROGNAME | CHAR (40) |


