V_AXT_REG_TPLACE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_AXT_REG_TPLACE is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_AXT_REG_TPLACE table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_AXT_REG_TPLACE table view 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_NAMECHAR6CRM_COMPONENT_NAMEGENIL_COMPCRMH_GENIL_COMPONENT_NAME
X_LOG_KEY_REQUBoolean AXT_BOOLEANCHAR1BOOLE
PARENT_ID_DTELData element (semantic domain) ROLLNAMECHAR30ROLLNAMEROLDD_DTEL
OBJECT_ID_DTELData element (semantic domain) ROLLNAMECHAR30ROLLNAMEROLDD_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 V_AXT_REG_TPLACE using ABAP code

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

SELECT SINGLE *
FROM V_AXT_REG_TPLACE
INTO CORRESPONDING FIELDS OF WA_V_AXT_REG_TPLACE
WHERE...

How to access SAP table V_AXT_REG_TPLACE

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