AXT_REG_PLACE SAP (Technical places of Field Extensibility) Table details

Dictionary Type: Table
Description: Technical places of Field Extensibility




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




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

AXT_REG_PLACE is a standard SAP Table which is used to store Technical places of Field Extensibility data and is available within R/3 SAP systems depending on the version and release level.

The AXT_REG_PLACE table consists of various fields, each holding specific information or linking keys about Technical places of Field Extensibility data available in SAP. These include EEW_INCLUDE (Table Name), EEW_INCLUDE_X (Table Name), EEW_INCLUDE_UI (Table Name), X_NO_UI_EXT (General Flag).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP AXT_REG_PLACE 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
EXT_PLACEField Enhancement Place AXT_PLACECHAR30AXT_PLACE
EEW_INCLUDETable Name TABNAMECHAR30DD02LAS4TABDTB
EEW_INCLUDE_XTable Name TABNAMECHAR30DD02LAS4TABDTB
EEW_INCLUDE_UITable Name TABNAMECHAR30DD02LAS4TABDTB
X_NO_UI_EXTGeneral Flag FLAGCHAR1FLAG
EXT_MAX_FIELDSNumc3, internal use NUMC3NUMC3NUMC3
EXT_MAX_BYTESCount parameters NUMC4NUMC4NUMC4
EXT_PERC_CUSTNumc3, internal use NUMC3NUMC3NUMC3
EXT_PERC_PARTNumc3, internal use NUMC3NUMC3NUMC3
EXT_PERC_SAPNumc3, internal use NUMC3NUMC3NUMC3
GEN_VARIANTGeneration Variant AXT_GENERATION_VARIANTCHAR30AXT_NAME
APPL_GROUPApplication Group for Enhancement AXT_APPLICATION_GROUPCHAR30AXT_REG_APPGRP
X_CALC_DEFAULTBoolean AXT_BOOLEANCHAR1BOOLE
X_TRANSIENT_ONLYGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM AXT_REG_PLACE
INTO CORRESPONDING FIELDS OF WA_AXT_REG_PLACE
WHERE...

How to access SAP table AXT_REG_PLACE

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