SOS09 SAP (SAPoffice: screen fields for function group SO09) Structure details

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




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




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

SOS09 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 SO09" 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_SOS09 TYPE SOS09.

The SOS09 table consists of various fields, each holding specific information or linking keys about SAPoffice: screen fields for function group SO09 data available in SAP. These include S_TPDES (Object type description), S_OBJNAM (Name of document, folder or distribution list), S_OBJDES (Short description of contents), S_USRNAM (SAPoffice user name).. 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 SOS09 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_OBJTPCode for document class SO_OBJ_TPCHAR3TSOTDSO_OBJ_TP
S_TPDESObject type description SO_TP_DESCHAR26SO_TEXT026
S_OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
S_OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
S_USRNAMSAPoffice user name SO_USR_NAMCHAR12USERNAME
L_RECNAMRecipient Name SO_REC_NAMCHAR12USERNAME
S_RECNAMRecipient Name SO_REC_NAMCHAR12USERNAME
L_FORNAMName of forwarder SO_FOR_NAMCHAR12USERNAME
L_ATTRIBAttributes of send operation SO_TEXTATRCHAR72SO_TEXT072
L_RDDATDate on which the sent document was read SO_DAT_RDDATS8DATUM
L_RSDATA reply to the document was sent on the specified date. SO_DAT_RSDATS8DATUM
L_ATDATDate on which action was taken SO_DAT_ATDATS8DATUM
S_ENTPOSPosition of first entry displayed in list SO_ENTPOSNUMC5SO_POSNO
S_ENTSUMTotal entries in list SO_ENTSUMNUMC5SO_POSNO
S_KORRES1Name of the correspondent SO_KOR_NAMCHAR12USERNAME
L_RCDATDate document was received SO_DAT_RCDATS8DATUM
L_SDDATDate On Which Object Was Sent SO_DAT_SDDATS8DATUM
L_SDTIMETime at Which The Object Was Sent SO_TIM_SDTIMS6UZEIT
L_ENTPOSPosition of first entry displayed in list SO_ENTPOSNUMC5SO_POSNO
L_OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
L_OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
S_KORRES2Name of the correspondent SO_KOR_NAMCHAR12USERNAME
S_RCDATDate document was received SO_DAT_RCDATS8DATUM
S_SDDATDate object was sent SO_DAT_SD1DATS8DATUM
L_IN_OR_OUDisplays the direction in a correspondence SO_IN_OUTCHAR50SO_TEXT050
S_SDDATTITDate On Which Object Was Sent SO_DAT_SDDATS8DATUM
S_DISPTITSAPoffice: Display field for correspondence (optional) SO_SELDISPCHAR15SO_TEXT015
L_DISPFLDSAPoffice: Display field for correspondence (optional) SO_SELDISPCHAR15SO_TEXT015
S_DISPTIT2SAPoffice: Display field for correspondence (optional) SO_SELDISPCHAR15SO_TEXT015
L_DISPFLD2SAPoffice: Display field for correspondence (optional) SO_SELDISPCHAR15SO_TEXT015
L_SELECTSelection/check field SO_SELECTCHAR1SO_SELECT
L_USRNAMSAPoffice user name SO_USR_NAMCHAR12USERNAME
L_RECADRNAName of recipient or number of recipients SO_RECADRCHAR35SO_ADRNAM
L_FORADRNAUser who Forwarded the Document SO_FORADRCHAR35SO_ADRNAM
S_RECADRNAName of recipient or number of recipients SO_RECADRCHAR35SO_ADRNAM
S_KOR_ADR1Address name of the correspondent SO_KOR_ADRCHAR35SO_STRI035
S_KOR_ADR2Address name of the correspondent SO_KOR_ADRCHAR35SO_STRI035

Key field Non-key field



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

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

How to access SAP table SOS09

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