The ENHDEPENDENT table in SAP ERP or S/4HANA stores Table of Dependent Enhancements data. There are total 3 fields in ENHDEPENDENT table. The Table of Dependent Enhancements 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 ENHDEPENDENT table. It is in Enhancement Base Functions (SEEF_BASE) ABAP package and is part of the Enhancement Tools (BC-DWB-TOO-ENH) module.
SAP ENHDEPENDENT Table Fields
Following is the list of fields that are available in SAP ENHDEPENDENT table. The primary key fields of the table are ENHNAME (ID of an Enhancement), VERSION (ABAP: Program Status (Active, Saved, Transported…)), DEPENDENTENHNAME (ID of an Enhancement).
| 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) | |
| DEPENDENTENHNAME | ID of an Enhancement | ENHNAME | CHAR (30) |


