AXT_REG_MODEL SAP (Model of the extensibility registry) Table details

Dictionary Type: Table
Description: Model of the extensibility registry




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




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

AXT_REG_MODEL is a standard SAP Table which is used to store Model of the extensibility registry data and is available within R/3 SAP systems depending on the version and release level.

The AXT_REG_MODEL table consists of various fields, each holding specific information or linking keys about Model of the extensibility registry data available in SAP. These include OBJECT (Object Type), PRIMARY_TABLE (General Flag), KEY_COLUMN (Component name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AXT_REG_MODEL 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
VIEW_NAMETable or view name VIEWTABNAMCHAR30Assigned to domainVIEWNAMEDVI
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
PRIMARY_TABLEGeneral Flag FLAGCHAR1FLAG
KEY_COLUMNComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM AXT_REG_MODEL
INTO CORRESPONDING FIELDS OF WA_AXT_REG_MODEL
WHERE...

How to access SAP table AXT_REG_MODEL

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