SOS211 SAP (SAPoffice: Attribute search) Structure details

Dictionary Type: Structure
Description: SAPoffice: Attribute search




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




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

SOS211 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: Attribute search" 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_SOS211 TYPE SOS211.

The SOS211 table consists of various fields, each holding specific information or linking keys about SAPoffice: Attribute search data available in SAP. These include CHNG_ADR (Name in address management), RECV_ADR (Name in address management), CREA_DAT (Date created), CHNG_DAT (Date of Last Change).. 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 SOS211 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
CREA_ADRName in address management SO_ADRNAMCHAR35SO_STRI035
CHNG_ADRName in address management SO_ADRNAMCHAR35SO_STRI035
RECV_ADRName in address management SO_ADRNAMCHAR35SO_STRI035
CREA_DATDate created SO_DAT_CRDATS8DATUM
CHNG_DATDate of Last Change SO_DAT_CHDATS8DATUM
RECV_DATDate document was received SO_DAT_RCDATS8DATUM
DOC_TYPECode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
OBJ_NAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
OBJ_DESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
INBOXInbox SO_INFOLCHAR1SO_FLAG
OUTBOXOutbox SO_OUFOLCHAR1SO_FLAG
PRV_FOLPrivate folders SO_PRFOLCHAR1SO_FLAG
FOL_NAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
FOL_DESFolder title SO_FOL_DESCHAR50SO_OBJ_DES
PUB_FOLAuthorization: Shared folders SO_PUFOLCHAR1SO_FLAG
FOL_NAM_SFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
FOL_DES_SFolder title SO_FOL_DESCHAR50SO_OBJ_DES

Key field Non-key field



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

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

How to access SAP table SOS211

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