/BOFU/ADDRS_X400_ADDRESS SAP (X.400 Address Data) Structure details

Dictionary Type: Structure
Description: X.400 Address Data




ABAP Code to SELECT data from /BOFU/ADDRS_X400_ADDRESS
Related tables to /BOFU/ADDRS_X400_ADDRESS
Access table /BOFU/ADDRS_X400_ADDRESS




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

/BOFU/ADDRS_X400_ADDRESS 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 "X.400 Address Data" 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_/BOFU/ADDRS_X400_ADDRESS TYPE /BOFU/ADDRS_X400_ADDRESS.

The /BOFU/ADDRS_X400_ADDRESS table consists of various fields, each holding specific information or linking keys about X.400 Address Data data available in SAP. These include FLG_NOUSE (Flag: This Communication Number is Not Used), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /BOFU/ADDRS_X400_ADDRESS 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
X400_IDNode ID as in eSOA Model /BOFU/ADDR_NODE_IDCHAR70/BOFU/ADDR_NODE_ID
FLG_NOUSEFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
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
X4INIX.400 Initials AD_X4INICHAR5CHAR5
X4GENERX.400 generation AD_X4GENERCHAR3CHAR3
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
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
TXT_ENCODEDesired text data coding (X.400) AD_TENCODECHAR1AD_TENCODE
TNEFFlag: Receiver can receive TNEF coding via X.400 AD_TNEF8CHAR1XFELD
VALID_FROMCommunication Data: Valid From (YYYYMMDDHHMMSS) AD_VALFROMCHAR14TIMESTMP
VALID_TOCommunication Data: Valid To (YYYYMMDDHHMMSS) AD_VALTOCHAR14TIMESTAMP
CHANGED_FIELDS 0
NOTES 0
USAGES 0
UPDATEFLAGChange operation code ('I'nsert, 'U'pdate, 'D'elete) AD_OP_CODECHAR1AD_OP_CODE

Key field Non-key field



How do I retrieve data from SAP structure /BOFU/ADDRS_X400_ADDRESS using ABAP code?

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

How to access SAP table /BOFU/ADDRS_X400_ADDRESS

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