AXT_REG_TPLACE SAP (Technical place for table extensibility) Table details

Dictionary Type: Table
Description: Technical place for table extensibility




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




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

AXT_REG_TPLACE is a standard SAP Table which is used to store Technical place for table extensibility data and is available within R/3 SAP systems depending on the version and release level.

The AXT_REG_TPLACE table consists of various fields, each holding specific information or linking keys about Technical place for table extensibility data available in SAP. These include DATA_CLASS (Data class in technical settings), GEN_VARIANT (Generation Variant), APPL_GROUP (Application Group for Enhancement), GENIL_COMPONENT (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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AXT_REG_TPLACE 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_TPLACEField Enhancement Place AXT_PLACECHAR30AXT_PLACE
DATA_CLASSData class in technical settings TABARTCHAR5DDARTTABART
GEN_VARIANTGeneration Variant AXT_GENERATION_VARIANTCHAR30AXT_NAME
APPL_GROUPApplication Group for Enhancement AXT_APPLICATION_GROUPCHAR30AXT_REG_APPGRP
GENIL_COMPONENTComponent Name CRMT_COMPONENT_NAMECHAR6Assigned to domainCRM_COMPONENT_NAMEGENIL_COMPCRMH_GENIL_COMPONENT_NAME
X_LOG_KEY_REQUBoolean AXT_BOOLEANCHAR1BOOLE
PARENT_ID_DTELData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
OBJECT_ID_DTELData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
BOL_KEY_STRUCKey Structure for BOL Object AXT_BOL_KEY_STRUCTURECHAR30TABNAME
BOL_ATTR_CTXContext for BOL Attribute Structure AXT_BOL_ATTRIBUTE_CONTEXTCHAR20AXT_CONTEXT
X_MSG_HAS_PAR_IDGeneral Flag FLAGCHAR1FLAG
X_MSG_HAS_OBJ_IDGeneral Flag FLAGCHAR1FLAG
X_SUPP_STACKEDBoolean AXT_BOOLEANCHAR1BOOLE
FOLLOW_UP_GENGeneration Variant AXT_GENERATION_VARIANTCHAR30AXT_NAME
X_USE_GENIL_ENHBoolean AXT_BOOLEANCHAR1BOOLE
OBJECT_HDL_CLSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
RELATION_HDL_CLSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
X_SUPP_DEEP_TABBoolean AXT_BOOLEANCHAR1BOOLE
PARENT_TABLETable ID AXT_TABLE_IDCHAR30AXT_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM AXT_REG_TPLACE
INTO CORRESPONDING FIELDS OF WA_AXT_REG_TPLACE
WHERE...

How to access SAP table AXT_REG_TPLACE

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