NADR2 SAP (IS-H: Telephone Numbers (Central Addess Management)) Table details

Dictionary Type: Table
Description: IS-H: Telephone Numbers (Central Addess Management)




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




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

NADR2 is a standard SAP Table which is used to store IS-H: Telephone Numbers (Central Addess Management) data and is available within R/3 SAP systems depending on the version and release level.

The NADR2 table consists of various fields, each holding specific information or linking keys about IS-H: Telephone Numbers (Central Addess Management) data available in SAP. These include ADRNR (IS-H: Address Number), ADROB (IS-H: Address Object), LFDNR (IS-H: Sequence Number of Telephone Number), TELNR (IS-H: Telephone Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP NADR2 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
MANDTClient MANDTCLNT3T000MANDT
ADRNRIS-H: Address Number ISH_ADRNRCHAR10NADRALPHAISH_ADRNR
ADROBIS-H: Address Object ISH_ADROBJCHAR4ISH_ADROBJ
LFDNRIS-H: Sequence Number of Telephone Number ISH_ADRLFDNUMC3NUMC3
TELNRIS-H: Telephone Number ISH_TELNRCHAR30CHAR30
TELXTTelephone Number - Extension ISH_TELEXTCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM NADR2
INTO CORRESPONDING FIELDS OF WA_NADR2
WHERE...

How to access SAP table NADR2

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