SOS31 SAP (SAPoffice: Screen Fields for Function Group SO15) Structure details

Dictionary Type: Structure
Description: SAPoffice: Screen Fields for Function Group SO15




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




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

SOS31 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 SO15" 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_SOS31 TYPE SOS31.

The SOS31 table consists of various fields, each holding specific information or linking keys about SAPoffice: Screen Fields for Function Group SO15 data available in SAP. These include FOLDES (Folder title), INDEX (Index folder and documents contained in it), LIFSP (Retention period of documents in folder), S_ENTPOS (Position of first entry displayed 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 SOS31 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
FOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
FOLDESFolder title SO_FOL_DESCHAR50SO_OBJ_DES
INDEXIndex folder and documents contained in it SO_INDEXCHAR1SO_FLAG
LIFSPRetention period of documents in folder SO_LIFSPNUMC5SO_NUM5
S_ENTPOSPosition of first entry displayed in list SO_ENTPOSNUMC5SO_POSNO
S_ENTSUMTotal entries in list SO_ENTSUMNUMC5SO_POSNO
ICLASSInformation class for indexing SF_ICLASSCHAR4TFICSF_ICLASS
ICL_DESCLanguage-specific class description SF_CLDESCHAR35SF_CLDES
OBJPRIVSensitivity: Confidential SO_OBJ_PRCHAR1SO_FLAG
PERMASAPoffice: Object is displayed independent of selection date SO_PERMACHAR1SO_FLAG
RGMANDCreate client folder SO_RG_MANDCHAR1SO_FLAG
RGMANDNAMName of the folder area (client, plant, etc.). SO_FRG_NAMCHAR12SO_TEXT012
RGGRUPCreate group folder SO_RG_GRUPCHAR1SO_FLAG
ACCDISPDisplay authorization for folder and documents SO_ACC_DISCHAR1SO_FLAG
ACCCHNGChange authorization for documents in the folder SO_ACC_CHGCHAR1SO_FLAG
ACCADMIChange authorization for folders and distribution lists SO_ACC_HDRCHAR1SO_FLAG
OWNADRAddress name of the owner SO_OWN_ADRCHAR35SO_ADRNAM
CROADRAddress name of creator SO_CRO_ADRCHAR35SO_ADRNAM
CHOADRAddress name of last person to make changes SO_CHO_ADRCHAR35SO_ADRNAM
CRDATDate created SO_DAT_CRDATS8DATUM
CRTIMTime created SO_TIM_CRTIMS6UZEIT
CHDATDate of Last Change SO_DAT_CHDATS8DATUM
CHTIMTime of Last Change SO_TIM_CHTIMS6UZEIT
L_SELECTSelection/check field SO_SELECTCHAR1SO_SELECT
L_ADRNAMName in address management SO_ADRNAMCHAR35SO_STRI035
L_ARTIndicator for an entry SO_ESC_FOLCHAR1SO_ESC_FOL
L_ART_DESDescription of entry SO_ESCDESCCHAR26SO_TEXT026
L_USRACCAuthorizations for shared folders SO_AUT_FOLCHAR1SO_FOL_AUT
L_ACTEXTAuthorizations for shared folders SO_ACTEXTCHAR30SO_TEXT030
OBJFOLFolder only contains objects SO_OFOCHAR1SO_FLAG
FOLMODChangeability of document SO_MOD_DESCHAR20SO_MOD_DES
FOLSNSSensitivity description SO_SNS_DESCHAR20SO_SNS_DES
FOLPRIRecipient Priority SO_PRI_DESCHAR20SO_PRI_DES
FOLCHADocument may be changed by all users SO_CHA_ALLCHAR1SO_FLAG
FOLDLDATDocument Expiration Date SO_DAT_DLDATS8DATUM
T_FOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
T_FOLDESFolder title SO_FOL_DESCHAR50SO_OBJ_DES

Key field Non-key field



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

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

How to access SAP table SOS31

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