AXT_EXTENSION_ST SAP (Extension Status) Table details

Dictionary Type: Table
Description: Extension Status




ABAP Code to SELECT data from AXT_EXTENSION_ST
Related tables to AXT_EXTENSION_ST
Access table AXT_EXTENSION_ST




Table field list including key, data, relationships and ABAP select examples

AXT_EXTENSION_ST is a standard SAP Table which is used to store Extension Status data and is available within R/3 SAP systems depending on the version and release level.

The AXT_EXTENSION_ST table consists of various fields, each holding specific information or linking keys about Extension Status data available in SAP. These include EXT_STATUS (Enhancement Status), X_ERROR (Error Indicator), X_OUTDATED (Outdated Indicator), X_DELETED (Boolean).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AXT_EXTENSION_ST table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EXTENSION_IDEnhancement ID AXT_EXTENSION_IDCHAR30AXT_EXTENSIONAXT_ID
EXT_STATUSEnhancement Status AXT_EXT_STATUSCHAR3AXT_EXT_STATUS
X_ERRORError Indicator AXT_X_ERRORCHAR1FLAG
X_OUTDATEDOutdated Indicator AXT_X_OUTDATEDCHAR1FLAG
X_DELETEDBoolean AXT_BOOLEANCHAR1BOOLE
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
X_LOCAL_REGENLocal Regeneration AXT_X_LOCAL_REGENERATIONCHAR1FLAG
X_CUSTOMIZINGBoolean AXT_BOOLEANCHAR1BOOLE
X_OBSOLETEBoolean AXT_BOOLEANCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table AXT_EXTENSION_ST using ABAP code

The following ABAP code Example will allow you to do a basic selection on AXT_EXTENSION_ST to SELECT all data from the table
DATA: WA_AXT_EXTENSION_ST TYPE AXT_EXTENSION_ST.

SELECT SINGLE *
FROM AXT_EXTENSION_ST
INTO CORRESPONDING FIELDS OF WA_AXT_EXTENSION_ST
WHERE...

How to access SAP table AXT_EXTENSION_ST

Within an ECC or HANA version of SAP you can also view further information about AXT_EXTENSION_ST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!