SOADDRESS SAP (SAPoffice: Address of a SAPoffice user) Structure details

Dictionary Type: Structure
Description: SAPoffice: Address of a SAPoffice user




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




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

SOADDRESS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SAPoffice: Address of a SAPoffice user" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SOADDRESS TYPE SOADDRESS.

The SOADDRESS table consists of various fields, each holding specific information or linking keys about SAPoffice: Address of a SAPoffice user data available in SAP. These include USERID (SAPoffice: User ID of an Office user), SAPNAME (SAP name of a SAPoffice user), OFFICENAME (SAPoffice user name), FULLNAME (Name in address management).. 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 SOADDRESS structure 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
USERIDSAPoffice: User ID of an Office user SO_USR_IDCHAR17SO_OBJ_ID
SAPNAMESAP name of a SAPoffice user SO_SAP_NAMCHAR12USERNAME
OFFICENAMESAPoffice user name SO_USR_NAMCHAR12USERNAME
FULLNAMEName in address management SO_ADRNAMCHAR35SO_STRI035
DELETEDSAPoffice: Office user was deleted SO_USR_DELCHAR1SO_FLAG
MANDTClient MANDTCLNT3T000MANDT
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
NATIOInternational address version ID INTERCHAR1Assigned to domainNATION
ANREDTitle ANREDCHAR15TEXT15
ABTEIAddresses: Department DEPTMCHAR30TEXT30
COSTCAddresses: Cost center COST_CTCHAR10TEXT10
ROOMNAddresses: Room number ROOM_NRCHAR6TEXT6
BUILDAddresses: Building number BUIL_NRCHAR6TEXT6
NAME1Name 1 NAME1_BASCHAR35NAME
NAME2Name 2 NAME2_BASCHAR35NAME
STDCOMAddresses: Communication type COM_ARTCHAR3COM_ART
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
CHNAMAddresses: Changed by CH_NAMCHAR12USERNAME
CHDATAddresses: Change date CH_DATDATS8DATUM
CHTIMAddresses: Changed at CH_TIMTIMS6UZEIT
CRNAMAddresses: Created by CR_NAMCHAR12USERNAME
CRDATAddresses: Creation date CR_DATDATS8DATUM
CRTIMAddresses: Creation time CR_TIMTIMS6UZEIT
KLASSEAddresses: class assigned to an address SO_KLASSECHAR18KLASSE
DBNAMEAddresses: System ID SYM_DSTCHAR10CHAR10
CMPYADRAddresses: Address Number CADNRCHAR10SADRALPHACADRNR
ANREKAddresses: Form of address key ANREKCHAR2ANREK
SORT1Sort field SORTL_BASCHAR10CHAR10
SORT2Sort field SORT20CHAR20CHAR20
FNAMEA person's first name (Addresses) AD_FNAMECHAR35TEXT35
UCFNAMEA person's first name in upper case (Addresses) AD_UCFNAMECHAR25CHAR25
LNAMEA person's last name (Addresses) AD_LNAMECHAR35TEXT35
UCLNAMEA person's last name (Addresses) AD_UCLNAMECHAR25CHAR25
UCABTEIDepartment in upper case (Addresses) AD_UCABTEICHAR25CHAR25
UCNAMECMPYCompany name in upper case (addresses) AD_UCNAMCPCHAR25CHAR25
USRTYPEFlag: Person is internal SAP user AD_USRTYPECHAR1XFELD
REFNRAddress reference for alias names ADRNR_REFCHAR10SADRPALPHAADRNR

Key field Non-key field



How do I retrieve data from SAP structure SOADDRESS using ABAP code?

As SOADDRESS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SOADDRESS as there is no data to select.

How to access SAP table SOADDRESS

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