BSS_AD400 SAP (Com. Interface: Structure X400_DATA) Structure details

Dictionary Type: Structure
Description: Com. Interface: Structure X400_DATA




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




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

BSS_AD400 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 "Com. Interface: Structure X400_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_BSS_AD400 TYPE BSS_AD400.

The BSS_AD400 table consists of various fields, each holding specific information or linking keys about Com. Interface: Structure X400_DATA data available in SAP. These include STD_NO (R3A BP: Standard Sender Address in This Method of Communic.), COUNTRY (R3A BP: X.400 Country Key), COUNTRYISO (R3A BP: ISO Code of Country), ADM_DOM (R3A BP: X.400 Administration 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 (character-type)


SAP BSS_AD400 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
STD_NOR3A BP: Standard Sender Address in This Method of Communic. GB_FLGDFNRCHAR1CHAR1
COUNTRYR3A BP: X.400 Country Key GB_X4CNTRYCHAR3CHAR3
COUNTRYISOR3A BP: ISO Code of Country GB_INTCACHAR2CHAR2
ADM_DOMR3A BP: X.400 Administration Domain GB_X4ADMINCHAR16CHAR16
PRIV_DOMR3A BP: X.400 Private Domain GB_X4PRIVDCHAR16CHAR16
ORGANIZATNR3A BP: X.400 Organization GB_X4ORGCHAR64CHAR64
ORG_UNIT_1R3A BP: X.400 Organizational Unit 1 GB_X4ORG1CHAR32CHAR32
ORG_UNIT_2R3A BP: X.400 Organizational Unit 2 GB_X4ORG2CHAR32CHAR32
ORG_UNIT_3R3A BP: X.400 Organizational Unit 3 GB_X4ORG3CHAR32CHAR32
ORG_UNIT_4R3A BP: X.400 Organizational Unit 4 GB_X4ORG4CHAR32CHAR32
LASTNAMER3A BP: X.400 Surname GB_X4LNAMECHAR40CHAR40
FIRSTNAMER3A BP: X.400 Forename GB_X4FNAMECHAR16CHAR16
INITIALSR3A BP: X.400 Initials GB_X4INICHAR5CHAR5
GENERATIONR3A BP: X.400 Generation GB_X4GENERCHAR3CHAR3
X_121_ADDRR3A BP: X.400 X.121-Network Address GB_X4X121CHAR15CHAR15
TERM_IDR3A BP: X.400 Terminal ID GB_X4TRMIDCHAR24CHAR24
TERM_TYPER3A BP: X.400 Terminal Type GB_X4TRMTPCHAR1CHAR1
UANIDR3A BP: X.400 User Agent Numeric ID GB_X4UANIDCHAR32CHAR32
DDA_TYPE1R3A BP: X.400 Domain Defined Attribute, Type 1 GB_X4DDAT1CHAR8CHAR8
DDA_VALUE1R3A BP: X.400 Domain Defined Attribute, Value 1 GB_X4DDAV1CHAR128CHAR128
DDA_TYPE2R3A BP: X.400 Domain Defined Attribute, Type 2 GB_X4DDAT2CHAR8CHAR8
DDA_VALUE2R3A BP: X.400 Domain Defined Attribute, Value 2 GB_X4DDAV2CHAR128CHAR128
DDA_TYPE3R3A BP: X.400 Domain Defined Attribute, Type 3 GB_X4DDAT3CHAR8CHAR8
DDA_VALUE3R3A BP: X.400 Domain Defined Attribute, Value 3 GB_X4DDAV3CHAR128CHAR128
DDA_TYPE4R3A BP: X.400 Domain Defined Attribute, Type 4 GB_X4DDAT4CHAR8CHAR8
DDA_VALUE4R3A BP: X.400 Domain Defined Attribute, Value 4 GB_X4DDAV4CHAR128CHAR128
STD_RECIPR3A BP: Indic.: Recipient is Standard Recipient for this No. GB_DFTRCNRCHAR1CHAR1
R_3_USERR3A BP: Indicator: Connected to R/3 GB_R3_USERCHAR1CHAR1
TXT_ENCODER3A BP: Required Coding of Text Data (X.400) GB_TENCODECHAR1CHAR1
TNEFR3A BP: Ind.: Recipient can receive TNEF Coding via X.400 GB_TNEF8CHAR1CHAR1
HOME_FLAGR3A BP:Recipient Addr. in This Meth. of Comm (Mail Syst Grp) GB_FLGHOMECHAR1CHAR1
CONSNUMBERR3A BP: Sequence Number GB_CONSNUMNUMC3NUMC3
ERRORFLAGR3A BP: Indicator: Record not Processed GB_ERRBAPICHAR1CHAR1
FLG_NOUSER3A BP: Indicator: Do Not Use this Communication Number GB_FLNOUSECHAR1CHAR1
VALID_FROMValid from (YYYYMMDDHHMMSS) GB_VALFROMCHAR14TIMESTMP
VALID_TOValid to (YYYYMMDDHHMMSS) GB_VALTOCHAR14TIMESTMP

Key field Non-key field



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

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

How to access SAP table BSS_AD400

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