USER_ADDR SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

USER_ADDR 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 USER_ADDR table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BNAME (User Name in User Master Record), NAME_FIRST (First name), NAME_LAST (Last name), NAME_TEXTC (Full Name of Person).. 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 USER_ADDR 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
MANDTClient MANDTCLNT3MANDT
BNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
NAME_TEXTCFull Name of Person AD_NAMTEXTCHAR80TEXT80
TEL_EXTENSFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
KOSTLCost center XUKOSTLCHAR8CHAR8
BUILDINGBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
ROOMNUMBERRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
DEPARTMENTDepartment AD_DPRTMNTCHAR40TEXT40
INHOUSE_MLInt. mail postal code AD_IH_MAILCHAR10TEXT10
NAME1Name 1 AD_NAME1CHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
MC_NAMEFIRFirst name in upper case for search help AD_MC_NMFICHAR25CHAR25
MC_NAMELASLast name in upper-case for search help AD_MC_NMLACHAR25CHAR25
MC_NAME1Name (field NAME1) in upper case for matchcode AD_MC_NAMECHAR25CHAR25
MC_CITY1City name in upper case for search help AD_MC_CITYCHAR25CHAR25
COMPANYCompany address, cross-system key USCOMPCHAR42USCOMPUSCOMPANY_ADDR

Key field Non-key field



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

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

SELECT SINGLE *
FROM USER_ADDR
INTO CORRESPONDING FIELDS OF WA_USER_ADDR
WHERE...

How to access SAP table USER_ADDR

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