The AXT_BEHAVIOR table in SAP ERP or S/4HANA stores Extensibility Field Behavior data. There are total 4 fields in AXT_BEHAVIOR table. The Extensibility Field Behavior 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_BEHAVIOR table. It is in Application Extensibility Tool: Model (AXT_MODEL) ABAP package and is part of the Easy Enhancement Workbench (CA-GTF-EEW) module.
SAP AXT_BEHAVIOR Table Fields
Following is the list of fields that are available in SAP AXT_BEHAVIOR table. The primary key fields of the table are BEHAVIOR (Field Behavior Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| BEHAVIOR | Field Behavior Type | AXT_FIELD_BEHAVIOR_TYPE | CHAR (30) | |
| IMPL_CLASS | Implementing Class | AXT_CLASS | CHAR (30) | |
| X_ONLY_MANUALDTL | General Flag | FLAG | CHAR (1) | |
| X_ONLY_TRANSCALC | General Flag | FLAG | CHAR (1) |


