SOS07 SAP (SAPoffice: screen fields for function group SO07) Structure details

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




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




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

SOS07 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 SO07" 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_SOS07 TYPE SOS07.

The SOS07 table consists of various fields, each holding specific information or linking keys about SAPoffice: screen fields for function group SO07 data available in SAP. These include S_FOLDES (Folder title), S_FOLRG (Folder: Area (private, shared folders)), S_RGTEXTD (Folder class/area), S_RGTEXT (Folder class/area).. 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 SOS07 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
S_FOLRGFolder: Area (private, shared folders) SO_FOL_RGCHAR1SO_FOL_RG
S_RGTEXTDFolder class/area SO_RGTEXTCHAR12SO_TEXT012
S_RGTEXTFolder class/area SO_RGTEXTCHAR12SO_TEXT012
S_FOLRGNAMName of the folder area (client, plant, etc.). SO_FRG_NAMCHAR12SO_TEXT012
S_SHOWDATDate for the function 'New since:...' SO_DAT_NSDATS8DATUM
S_OBJTPCode for document class SO_OBJ_TPCHAR3TSOTDSO_OBJ_TP
L_OBJTPCode for document class SO_OBJ_TPCHAR3TSOTDSO_OBJ_TP
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
L_RECNAMRecipient Name SO_REC_NAMCHAR12USERNAME
L_SNDNAMSender: Name SO_SND_NAMCHAR12USERNAME
L_FORNAMName of forwarder SO_FOR_NAMCHAR12USERNAME
L_ATTRIBAttributes of send operation SO_TEXTATRCHAR72SO_TEXT072
L_INDATDate on which document was received SO_DAT_INDATS8DATUM
L_OUDATDate on which document was sent SO_DAT_OUDATS8DATUM
L_ACDATDate by which action is to be taken on the received document SO_DAT_ACDATS8DATUM
L_IGLInbox/resubmission: Viewed SO_IGLCHAR1SO_FLAG
L_IGLVInbox: Viewed SO_IGLVCHAR4Assigned to domainICON
L_IAEInbox/resubmission: Reply required SO_IAECHAR1SO_FLAG
L_IEUToDo status SO_IEUCHAR2SO_TEXT002
L_IEXInbox/resubmission: Express SO_IEXCHAR1SO_FLAG
L_IKPInbox/resubmission: Copy SO_IKPCHAR1SO_FLAG
L_IGKInbox/resubmission: Blind copy SO_IGKCHAR1SO_FLAG
L_IVMInbox/resubmission: Process object SO_IVMCHAR1SO_IN_EX
L_IPRInbox/resubmission: Priority of document SO_IPRCHAR1SO_OBJ_PRI
L_IWVInbox: Resubmission (flag) SO_IWVCHAR1SO_FLAG
L_OGLOutbox: Viewed SO_OGLCHAR4SO_TEXT004
L_OAEOutbox: Reply required SO_OAECHAR2SO_TEXT002
L_OASOutbox: Reply sent SO_OASCHAR2SO_TEXT002
L_OEEOutbox: ToDo SO_OEECHAR2SO_TEXT002
L_OIBOutbox: In process SO_OIBCHAR2SO_TEXT002
L_OEROutbox: Done SO_OERCHAR2SO_TEXT002
L_OEUOutbox: Check action (field) SO_OEUCHAR2SO_TEXT002
L_OEXOutbox: Express (flag) SO_OEXCHAR1SO_FLAG
L_OKPOutbox: Copy (flag) SO_OKPCHAR3SO_TEXT003
L_OGKOutbox: Blind copy (flag) SO_OGKCHAR2SO_TEXT002
L_VMSAPoffice: Processing indicator SO_VMCHAR2SO_TEXT002
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
L_RSDATSAPoffice: Date of next resubmission SO_RS_NEXTDATS8DATUM
S_RSDATSAPoffice: Date of next resubmission SO_RS_NEXTDATS8DATUM
S_CRONAMCreator Name SO_CRO_NAMCHAR12USERNAME
L_CRONAMCreator Name SO_CRO_NAMCHAR12USERNAME
L_SNDADRName in address management SO_ADRNAMCHAR35SO_STRI035
L_RECADRName in address management SO_ADRNAMCHAR35SO_STRI035
L_OWNADRName in address management SO_ADRNAMCHAR35SO_STRI035
L_FORADRName in address management SO_ADRNAMCHAR35SO_STRI035
L_CROADRName in address management SO_ADRNAMCHAR35SO_STRI035
L_PROCSYSSAPoffice: System in which a document can be executed SO_PROCSYSCHAR10SO_PROCSYS
L_RECCNTSAPoffice: Number of recipients (outbox) SO_REC_CNTCHAR4SO_TEXT004
L_CHDATDate of Last Change SO_DAT_CHDATS8DATUM
L_CHTIMTime of Last Change SO_TIM_CHTIMS6UZEIT
L_ATTACHDocument has attachments SO_OBJ_ATTCHAR4Assigned to domainICON

Key field Non-key field



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

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

How to access SAP table SOS07

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