SOS14 SAP (SAPoffice: screen fields for function group SO14) Structure details

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




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




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

SOS14 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 SO14" 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_SOS14 TYPE SOS14.

The SOS14 table consists of various fields, each holding specific information or linking keys about SAPoffice: screen fields for function group SO14 data available in SAP. These include S_DLIDES (Description of distribution list), S_DLIFRE (Subscription list), S_DEPTH (Expansion level), L_SELECT1 (Selection/check field).. 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 SOS14 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_DLINAMName of distribution list SO_DLI_NAMCHAR12SO_OBJ_NAM
S_DLIDESDescription of distribution list SO_DLI_DESCHAR50SO_OBJ_DES
S_DLIFRESubscription list SO_DLI_FRECHAR1SO_FLAG
S_DEPTHExpansion level SO_DEPTHNUMC5SO_POSNO
L_SELECT1Selection/check field SO_SELECTCHAR1SO_SELECT
L_SELECT2Selection/check field SO_SELECTCHAR1SO_SELECT
L_SELECT3Selection/check field SO_SELECTCHAR1SO_SELECT
L_SELECT4Selection/check field SO_SELECTCHAR1SO_SELECT
L_ENTRY1Entry in distribution list: Name SO_MEM_NAMCHAR12SO_OBJ_NAM
L_ENTADR1Distribution list entry SO_ENTRYCHAR241SO_STRI241
L_ENTRY2Entry in distribution list: Name SO_MEM_NAMCHAR12SO_OBJ_NAM
L_ENTRY3Entry in distribution list: Name SO_MEM_NAMCHAR12SO_OBJ_NAM
L_ENTRY4Entry in distribution list: Name SO_MEM_NAMCHAR12SO_OBJ_NAM
L_ART1Entry type SO_ESCAPE2CHAR1SO_ESCAPE2
L_ART2Entry type SO_ESCAPE2CHAR1SO_ESCAPE2
L_ART3Entry type SO_ESCAPE2CHAR1SO_ESCAPE2
L_ART4Entry type SO_ESCAPE2CHAR1SO_ESCAPE2
L_ART_DESCRecipient type SO_ESC_DESCHAR50SO_STRI050
L_ATTRIBAttributes of send operation SO_SENDATRCHAR72SO_TEXT072
S_ENTPOSPosition of first entry displayed in list SO_ENTPOSNUMC5SO_POSNO
S_ENTSUMTotal entries in list SO_ENTSUMNUMC5SO_POSNO
S_ENTRYSEntry in distribution list: Name SO_MEM_NAMCHAR12SO_OBJ_NAM
S_ARTSEntry type SO_ESCAPE2CHAR1SO_ESCAPE2
L_DLIFRESubscription list SO_DLI_FRECHAR1SO_FLAG
L_DLINAMName of distribution list SO_DLI_NAMCHAR12SO_OBJ_NAM
L_DLIDESDescription of distribution list SO_DLI_DESCHAR50SO_OBJ_DES
S_LST_PRVSelection criterion for private distribution lists SO_LST_PRVCHAR1SO_FLAG
S_LST_PUBSearch of private or shared distribution lists SO_LST_PUBCHAR1SO_FLAG
S_LST_SUBSelection criterion for subscription lists SO_LST_SUBCHAR1SO_FLAG
S_LST_ENTSearch distribution lists with this entry SO_LST_ENTCHAR35SO_ADRNAM
S_DLINAM1Name of distribution list SO_DLI_NAMCHAR12SO_OBJ_NAM
S_USR_SELSAPoffice: Search for SAPoffice recipients SO_USR_SELCHAR1SO_FLAG
S_DLI_SELSAPoffice: Selection of distribution lists SO_DLI_SELCHAR1SO_FLAG
S_ADR_SELSAPoffice: selection of recipient addresses SO_ADR_SELCHAR1SO_FLAG
S_EXT_SELSAPoffice: Selection of external addresses SO_EXT_SELCHAR1SO_FLAG
S_ORG_SELChoose organizational units SO_ORG_SELCHAR1SO_FLAG
L_FOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
S_FOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
S_FOLDESFolder title SO_FOL_DESCHAR50SO_OBJ_DES
OBJSNSSensitivity description SO_SNS_DESCHAR20SO_SNS_DES
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

Key field Non-key field



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

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

How to access SAP table SOS14

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