The AXT_SYSTAB table in SAP ERP or S/4HANA stores Extensibility Tool System Table data. There are total 7 fields in AXT_SYSTAB table. The Extensibility Tool System Table 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_SYSTAB table. It is in Extensibility Registry (AXT_MODEL_REGISTRY) ABAP package and is part of the Easy Enhancement Workbench (CA-GTF-EEW) module.
SAP AXT_SYSTAB Table Fields
Following is the list of fields that are available in SAP AXT_SYSTAB table. The primary key fields of the table are LOGSYS (Logical system).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| LOGSYS | Logical system | LOGSYS | TBDLS | CHAR (10) |
| DEVCLASS | Package | DEVCLASS | TDEVC | CHAR (30) |
| NAMESPACE | Namespace | NAMESPACE | TRNSPACET | CHAR (10) |
| NAMESPACE_S | Table Entry Namespace | OXT_NSPC_SHORT | CHAR (1) | |
| PREFIX | Generation Prefix | AXT_NR_PREFIX | CHAR (1) | |
| X_STACKED | Boolean | AXT_BOOLEAN | CHAR (1) | |
| X_SHARED_MEM | Boolean | AXT_BOOLEAN | CHAR (1) |


