AXT_FIELD_UI SAP (Structure of table field) Structure details

Dictionary Type: Structure
Description: Structure of table field




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




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

AXT_FIELD_UI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure of table field" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_AXT_FIELD_UI TYPE AXT_FIELD_UI.

The AXT_FIELD_UI table consists of various fields, each holding specific information or linking keys about Structure of table field data available in SAP. These include TABLE_NAME (Table Name), FIELD_ID (Field ID), REF_FIELD_ID (Field ID), DESCRIPTION (Field Label).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP AXT_FIELD_UI structure 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
TABLE_NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELD_IDField ID AXT_FIELD_IDCHAR30AXT_ID
REF_FIELD_IDField ID AXT_FIELD_IDCHAR30AXT_ID
DESCRIPTIONField Label AXT_FIELD_LABELCHAR20AXT_FIELD_LABEL
X_LOG_KEYBoolean AXT_BOOLEANCHAR1BOOLE
DATA_TYPEField Data Type AXT_FIELD_DATA_TYPECHAR10AXT_FIELD_DATA_TYPE
BEHAVIORField Behavior Type AXT_FIELD_BEHAVIOR_TYPECHAR30AXT_FIELD_BEHAVIOR_TYPE
VARIANTField Data Type Variant AXT_FIELD_VARIANTCHAR30AXT_NAME
MAN_DATA_ELEMENTData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
LENGTHLength of Field Enhancement in UI AXT_FIELDEXT_LENGTHINT25AXT_FIELDEXT_LENGTH
DECIMALSDecimals of Field Enhancement in UI AXT_FIELDEXT_DECIMALSINT13AXT_FIELDEXT_DECIMALS
CHECKTABLECheck table name of the foreign key CHECKTABLECHAR30Assigned to domainAS4TAB
SHLPNAMESearch Help for Component KOMP_SHLPCHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
PICKLIST_IDDropdown List ID AXT_PICKLIST_IDCHAR30AXT_ID
SEARCH_RESULTRelevant for Search Result AXT_FLAG_SEARCHRESULTCHAR1FLAG
SEARCH_CRITERIARelevant as Search Criteria AXT_FLAG_SEARCHCRITERIACHAR1FLAG
SEARCH_RELEVANTSearch-Relevant Type SEARCH_RELEVANTCHAR30SEARCH_RELEVANT
OLTP_REPORTINGRelevant for OLTP Reporting AXT_FLAG_OLTP_REPORTINGCHAR1FLAG
BW_REPORTINGRelevant for BW Reporting AXT_FLAG_BW_REPORTINGCHAR1FLAG
REPORTING_TYPEReporting Type AXT_REPORTING_TYPECHAR20AXT_REPORTING_TYPE
R3_ADAPTERRelevant for R/3 Adapter AXT_FLAG_R3ACHAR1FLAG
MOBILERelevant for Mobile AXT_FLAG_MOBILECHAR1FLAG
POSITIONRow Index of Internal Tables SYTABIXINT410SYST_LONG
X_TRANSIENTBoolean AXT_BOOLEANCHAR1BOOLE
VARIANT_DESCDescription AXT_DESCRIPTIONCHAR60AXT_DESCRIPTION

Key field Non-key field



How do I retrieve data from SAP structure AXT_FIELD_UI using ABAP code?

As AXT_FIELD_UI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on AXT_FIELD_UI as there is no data to select.

How to access SAP table AXT_FIELD_UI

Within an ECC or HANA version of SAP you can also view further information about AXT_FIELD_UI 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!