The ENHSPOTTEXT table in SAP ERP or S/4HANA stores Text table for enhancement spots data. There are total 6 fields in ENHSPOTTEXT table. The Text table for enhancement spots 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 ENHSPOTTEXT table. It is in Enhancement Base Functions (SEEF_BASE) ABAP package and is part of the Enhancement Tools (BC-DWB-TOO-ENH) module.
SAP ENHSPOTTEXT Table Fields
Following is the list of fields that are available in SAP ENHSPOTTEXT table. The primary key fields of the table are ENHSPOT (Name (ID) of an Enhancement Spot), VERSION (ABAP: Program Status (Active, Saved, Transported…)), LANGUAGE (Language Key), ID (Text ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ENHSPOT | Name (ID) of an Enhancement Spot | ENHSPOTNAME | CHAR (30) | |
| VERSION | ABAP: Program Status (Active, Saved, Transported…) | R3STATE | CHAR (1) | |
| LANGUAGE | Language Key | SPRSL | LANG (1) | |
| ID | Text ID | ENHTEXTID | CHAR (20) | |
| ENDUSERTEXT | Enhancement Boolean | ENHBOOLEAN | CHAR (1) | |
| TEXTTYP | Text Type | ENHTEXTTYP | CHAR (10) |


