The AXT_RUN_TEXT table in SAP ERP or S/4HANA stores Text table for extensible objects data. There are total 4 fields in AXT_RUN_TEXT table. The Text table for extensible objects 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 AXT_RUN_TEXT table. It is in Extensibility Runtime components (AXT_RUNTIME) ABAP package and is part of the Easy Enhancement Workbench (CA-GTF-EEW) module.
SAP AXT_RUN_TEXT Table Fields
Following is the list of fields that are available in SAP AXT_RUN_TEXT table. The primary key fields of the table are EXT_OBJ_TYPE (Extensible Object Type (Used for Text Table)), EXT_OBJ_NAME (Name), SPRAS (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| EXT_OBJ_TYPE | Extensible Object Type (Used for Text Table) | AXT_EXT_OBJ_TYPE | CHAR (3) | |
| EXT_OBJ_NAME | Name | AXT_NAME | CHAR (30) | |
| SPRAS | Language Key | SPRAS | * | LANG (1) |
| DESCRIPTION | Description | AXT_DESCRIPTION | CHAR (60) |


