ADR8D SAP (Address management: X400 numbers/data division (int. tab.)) Structure details

Dictionary Type: Structure
Description: Address management: X400 numbers/data division (int. tab.)




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




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

ADR8D 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 "Address management: X400 numbers/data division (int. tab.)" 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_ADR8D TYPE ADR8D.

The ADR8D table consists of various fields, each holding specific information or linking keys about Address management: X400 numbers/data division (int. tab.) data available in SAP. These include RCTYP (Addresses: Recipient type, indicator for mailing system), X4COUNTRY (X.400 country code), X4ADMIN (X.400 administration domain), X4PRIVD (X.400 private domain).. 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: Not classified


SAP ADR8D 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
REMARKCommunication link notes AD_REMARK2CHAR50TEXT50
RCTYPAddresses: Recipient type, indicator for mailing system SO_ADR_RTCHAR1SO_TEXT001
X4COUNTRYX.400 country code AD_X4CNTRYCHAR3Assigned to domainLAND1
X4ADMINX.400 administration domain AD_X4ADMINCHAR16CHAR16
X4PRIVDX.400 private domain AD_X4PRIVDCHAR16CHAR16
X4ORGX.400 organization AD_X4ORGCHAR64CHAR64
X4ORG1X.400 organizational unit 1 AD_X4ORG1CHAR32CHAR32
X4ORG2X.400 organizational unit 2 AD_X4ORG2CHAR32CHAR32
X4ORG3X.400 organizational unit 3 AD_X4ORG3CHAR32CHAR32
X4ORG4X.400 organizational unit 4 AD_X4ORG4CHAR32CHAR32
X4LNAMEX.400 last name AD_X4LNAMECHAR40CHAR40
X4FNAMEX.400 first name AD_X4FNAMECHAR16CHAR16
MININIAddresses: X.400 initials, middle letter SO_400_MINCHAR1SO_TEXT001
X4GENERX.400 generation AD_X4GENERCHAR3CHAR3
X4INIAddresses: X.400 initials SO_400_INICHAR5SO_TEXT005
DDAAddresses: X.400 freely definable part SO_400_DDACHAR253SO_TEXT253
X4X121X.400 X.121 network address AD_X4X121CHAR15CHAR15
X4TERMIDX.400 Terminal ID AD_X4TRMIDCHAR24CHAR24
X4TERMTPX.400 terminal type AD_X4TRMTPCHAR1CHAR1
X4UANUMIDX.400 user agent numeric ID AD_X4UANIDCHAR32CHAR32
FLGDEFAULTStandard Sender Address in this Communication Type AD_FLGDFNRCHAR1XFELD
HOME_FLAGRecipient address in this communication type (mail sys.grp) AD_FLGHOMECHAR1XFELD
SAP_BODYSend externally with SAP data part SO_SAP_BDYCHAR1SO_FLAG
DDA_TYPE1X.400 domain defined attribute, type 1 AD_X4DDAT1CHAR8TEXT8
DDA_VALUE1X.400 domain defined attribute, value 1 AD_X4DDAV1CHAR128TEXT128
DDA_TYPE2X.400 domain defined attribute, type 2 AD_X4DDAT2CHAR8TEXT8
DDA_VALUE2X.400 domain defined attribute, value 2 AD_X4DDAV2CHAR128TEXT128
DDA_TYPE3X.400 domain defined attribute, type 3 AD_X4DDAT3CHAR8TEXT8
DDA_VALUE3X.400 domain defined attribute, value 3 AD_X4DDAV3CHAR128TEXT128
DDA_TYPE4X.400 domain defined attribute, type 4 AD_X4DDAT4CHAR8TEXT8
DDA_VALUE4X.400 domain defined attribute, value 4 AD_X4DDAV4CHAR128TEXT128
DDA_NEWFlag: DDA has already been converted AD_DDA_NEWCHAR1XFELD

Key field Non-key field



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

As ADR8D 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 ADR8D as there is no data to select.

How to access SAP table ADR8D

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