SOXX4 SAP (SAPoffice: exact structure of an X.400 address for SAPcomm) Structure details

Dictionary Type: Structure
Description: SAPoffice: exact structure of an X.400 address for SAPcomm




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




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

SOXX4 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: exact structure of an X.400 address for SAPcomm" 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_SOXX4 TYPE SOXX4.

The SOXX4 table consists of various fields, each holding specific information or linking keys about SAPoffice: exact structure of an X.400 address for SAPcomm data available in SAP. These include ADMIN (Addresses: X.400 administration domain), PRIVD (Addresses: X.400 private domain), ORG (Addresses: X.400 organization), ORG1 (Addresses: X.400 organization 1).. 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 SOXX4 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
CNTRYSAPoffice: X.400 country codes for SAPcomm SO_400_LANCHAR3SO_TEXT003
ADMINAddresses: X.400 administration domain SO_ADM_DOMCHAR16SO_TEXT016
PRIVDAddresses: X.400 private domain SO_PRV_DOMCHAR16SO_TEXT016
ORGAddresses: X.400 organization SO_400_ORGCHAR64CHAR64
ORG1Addresses: X.400 organization 1 SO_400_OR1CHAR32CHAR32
ORG2Addresses: X.400 organization2 SO_400_OR2CHAR32CHAR32
ORG3Addresses: X.400 organization3 SO_400_OR3CHAR32CHAR32
ORG4Addresses: X.400 organization4 SO_400_OR4CHAR32CHAR32
LNAMEAddresses: X.400 last name SO_400_LNMCHAR40SO_TEXT040
FNAMEAddresses: X.400 first name SO_400_FNMCHAR16SO_TEXT016
INIAddresses: X.400 initials SO_400_INICHAR5SO_TEXT005
GENERAddresses: X.400 generation SO_400_GENCHAR3SO_TEXT003
X121SAPoffice: X.121 network address for SAPcomm SO_400_X21CHAR15SO_TEXT015
UAIDSAPoffice: user agent ID for SAPcomm (X.400 address) SO_400_UAICHAR32SO_TEXT032
TERMIDAddresses: X.400 terminal ID SO_400_TIDCHAR24CHAR24
TERMTYPSAPoffice: Terminal type for SAPcomm X.400 ID SO_400_TTPCHAR1SO_TEXT001
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

Key field Non-key field



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

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

How to access SAP table SOXX4

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