ISUCC_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 ISUCC_USER_ADDR
Related tables to ISUCC_USER_ADDR
Access table ISUCC_USER_ADDR




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

ISUCC_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 ISUCC_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), KOSTL (Cost center), TITLE (Form-of-Address Key), NAME_FIRST (First 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 ISUCC_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
KOSTLCost center XUKOSTLCHAR8CHAR8
TITLEForm-of-Address Key AD_TITLECHAR4TSAD3AD_TITLE
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
NAME2Name of person at birth AD_NAME2_PCHAR40TEXT40
NAMEMIDDLEMiddle name or second forename of a person AD_NAMEMIDCHAR40TEXT40
NAME_LAST2Second surname of a person AD_NAMLAS2CHAR40TEXT40
NAME_TEXTCFull Name of Person AD_NAMTEXTCHAR80TEXT80
CONVERTEDStatus of Field 'Full Name' NAME_TEXT AD_NAMCONVCHAR1AD_NAMCONV
TITLE_ACA1Academic Title: Key AD_TITLE1CHAR4TSAD2AD_TITLE1AD_TITLE1
TITLE_ACA2Second academic title (key) AD_TITLE2CHAR4TSAD2AD_TITLE1
PREFIX1Name Prefix (Key) AD_PREFIXCHAR4TSAD4AD_PREFIX
PREFIX22nd name prefix (key) AD_PREFIX2CHAR4TSAD4AD_PREFIX
TITLE_SPPLName supplement, e.g. noble title (key) AD_TITLESCHAR4TSAD5AD_TITLES
NICKNAMENickname or name used AD_NICKNAMCHAR40TEXT40
MC_NAMEFIRFirst name in upper case for search help AD_MC_NMFICHAR25CHAR25
MC_NAMELASLast name in upper-case for search help AD_MC_NMLACHAR25CHAR25
NAME3Name 3 AD_NAME3CHAR40TEXT40
NAME4Name 4 AD_NAME4CHAR40TEXT40
NAME_TEXTConverted name field (with form of address) AD_NAMETXTCHAR50TEXT50
NAME_COc/o name AD_NAME_COCHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
MC_NAME1Name (field NAME1) in upper case for matchcode AD_MC_NAMECHAR25CHAR25
MC_CITY1City name in upper case for search help AD_MC_CITYCHAR25CHAR25

Key field Non-key field



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

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

SELECT SINGLE *
FROM ISUCC_USER_ADDR
INTO CORRESPONDING FIELDS OF WA_ISUCC_USER_ADDR
WHERE...

How to access SAP table ISUCC_USER_ADDR

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