AXT_NR_DEF SAP (AXT Generation Numberrange) Table details

Dictionary Type: Table
Description: AXT Generation Numberrange




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




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

AXT_NR_DEF is a standard SAP Table which is used to store AXT Generation Numberrange data and is available within R/3 SAP systems depending on the version and release level.

The AXT_NR_DEF table consists of various fields, each holding specific information or linking keys about AXT Generation Numberrange data available in SAP. These include X_NR_NUMERICAL (Numerical Number Range), NAME_LENGTH (Maximum Name Length), NUMBER_LENGTH_Z (Length of Number in Number Range), NUMBER_LENGTH_NS (Length of Number in Number Range).. 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_NR_DEF 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
NUMBERRANGENumber Range AXT_NUMBERRANGE_DEFCHAR30AXT_TYPE
X_NR_NUMERICALNumerical Number Range AXT_X_NR_NUMERICALCHAR1FLAG
NAME_LENGTHMaximum Name Length AXT_NAME_LENGTHNUMC4NUMC4
NUMBER_LENGTH_ZLength of Number in Number Range AXT_NUMBER_LENGTHNUMC2NUMC2
NUMBER_LENGTH_NSLength of Number in Number Range AXT_NUMBER_LENGTHNUMC2NUMC2
EXIST_CHECK_FUNCName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
NUMBER_START_CUSNumber Within Number Range AXT_NUMBERCHAR20CHAR20
NUMBER_END_CUSNumber Within Number Range AXT_NUMBERCHAR20CHAR20
NUMBER_START_SAPNumber Within Number Range AXT_NUMBERCHAR20CHAR20
NUMBER_END_SAPNumber Within Number Range AXT_NUMBERCHAR20CHAR20
NUMBER_START_PRTNumber Within Number Range AXT_NUMBERCHAR20CHAR20
NUMBER_END_PRTNumber Within Number Range AXT_NUMBERCHAR20CHAR20
X_NAME_NUMERICALNumerical Name AXT_X_NAME_NUMERICALCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM AXT_NR_DEF
INTO CORRESPONDING FIELDS OF WA_AXT_NR_DEF
WHERE...

How to access SAP table AXT_NR_DEF

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