SOS06 SAP (SAPoffice: screen fields for function group SO06) Structure details

Dictionary Type: Structure
Description: SAPoffice: screen fields for function group SO06




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




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

SOS06 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: screen fields for function group SO06" 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_SOS06 TYPE SOS06.

The SOS06 table consists of various fields, each holding specific information or linking keys about SAPoffice: screen fields for function group SO06 data available in SAP. These include S_FOLDES (Folder title), L_SELECT (Selection/check field), S_ENTPOS (Position of first entry displayed in list), S_ENTSUM (Total entries in list).. 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 SOS06 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
S_FOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
S_FOLDESFolder title SO_FOL_DESCHAR50SO_OBJ_DES
L_SELECTSelection/check field SO_SELECTCHAR1SO_SELECT
S_ENTPOSPosition of first entry displayed in list SO_ENTPOSNUMC5SO_POSNO
S_ENTSUMTotal entries in list SO_ENTSUMNUMC5SO_POSNO
L_FOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
L_FOLDESFolder title SO_FOL_DESCHAR50SO_OBJ_DES
S_FFOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
S_FOLREGFolder: Area (private, shared folders) SO_FOL_RGCHAR1SO_FOL_RG
S_LADATDate of last access SO_DAT_LADATS8DATUM
S_FOLPUBSearch of private or shared folders SO_FLAGCHAR1SO_FLAG
S_FOLPRVSearch of private or shared folders SO_FLAGCHAR1SO_FLAG
S_OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
L_OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
S_OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
L_OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
S_CRDATDate created SO_DAT_CRDATS8DATUM
L_CRDATDate created SO_DAT_CRDATS8DATUM
S_ALL_FOLFunction is executed for all folders SO_FOL_ALLCHAR1SO_FLAG
S_SEL_FOLFunction is executed for selected folders SO_FOL_SELCHAR1SO_FLAG
S_AUTHORFull name SO_ADRNAM2CHAR35SO_STRI035
L_AUTHORFull name SO_ADRNAM2CHAR35SO_STRI035

Key field Non-key field



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

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

How to access SAP table SOS06

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