SOS12 SAP (SAPoffice: screen fields for function group SO12) Structure details

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




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




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

SOS12 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 SO12" 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_SOS12 TYPE SOS12.

The SOS12 table consists of various fields, each holding specific information or linking keys about SAPoffice: screen fields for function group SO12 data available in SAP. These include S_SUBADR1 (Substitute), S_SUBESC1 (SAPoffice: Indicator for specifying a user), S_FORWADR (Recipient of automatic forwarding), S_FORWESC (Address type for forwarding).. 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 SOS12 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_SUBNAM1Substitute: Name of substitute SO_SUB_NAMCHAR12USERNAME
S_SUBADR1Substitute SO_PROXYCHAR241SO_STRI241
S_SUBESC1SAPoffice: Indicator for specifying a user SO_ESC_USRCHAR1SO_ESC_USR
S_FORWADRRecipient of automatic forwarding SO_FORWADRCHAR241SO_STRI241
S_FORWESCAddress type for forwarding SO_ESC_FRWCHAR1SO_ESC_FRW
S_ESC_DESCRecipient type SO_ESC_DESCHAR50SO_STRI050
S_SUBNAM2Substitute: Name of substitute SO_SUB_NAMCHAR12USERNAME
S_USRNAMSAPoffice user name SO_USR_NAMCHAR12USERNAME
S_USADRNAMName in address management SO_ADRNAMCHAR35SO_STRI035
S_USRESCSAPoffice: Indicator for specifying a user SO_ESC_USRCHAR1SO_ESC_USR
L_SUBNAMSubstitute: Name of substitute SO_SUB_NAMCHAR12USERNAME
L_SUADRNAMSubstitute SO_PROXYCHAR241SO_STRI241
L_USRNAMSAPoffice user name SO_USR_NAMCHAR12USERNAME
L_USADRNAMName in address management SO_ADRNAMCHAR35SO_STRI035
L_SBDATStart date for substitution or automatic forwarding SO_DAT_SBDATS8DATUM
L_SEDATEnd date for substitution or automatic forwarding SO_DAT_SEDATS8DATUM
L_SBTIMTime at which substitution or forwarding begins SO_TIM_SBTIMS6UZEIT
L_SETIMTime at which substitution or automatic forwarding ends SO_TIM_SETIMS6UZEIT
L_CRTXTSubstitute: Text for authorization headers SO_TXT_AUTCHAR36SO_TEXT036
L_SUB_DESCSubstitution type: Automatic forwarding SO_SUB_DESCHAR20SO_STRI020
S_PROTOSubstitute can access the outbox SO_PROTOCHAR1SO_FLAG
S_PROTISubstitute can access the inbox SO_PROTICHAR1SO_FLAG
S_PRFOLAuthorization for private folders SO_SUFLAG0CHAR1SO_FLAG
S_PUFOLAuthorization: Shared folders SO_PUFOLCHAR1SO_FLAG
S_PROTIOSubstitute can access the inbox and outbox SO_PROTIOCHAR1SO_FLAG
S_PROT1Substitute can access class 1 folders SO_PROT1CHAR1SO_OBJ_AUT
S_PROT2Substitute can access class 2 folders SO_PROT2CHAR1SO_OBJ_AUT
S_PROT3Substitute can access class 3 folders SO_PROT3CHAR1SO_OBJ_AUT
S_PROT4Substitute can access class 4 folders SO_PROT4CHAR1SO_OBJ_AUT
S_PROT5Substitute can access class 5 folders SO_PROT5CHAR1SO_OBJ_AUT
S_PROT6Substitute can access class 6 folders SO_PROT6CHAR1SO_OBJ_AUT
S_PROT7Substitute can access class 7 folders SO_PROT7CHAR1SO_OBJ_AUT
S_PROT8Substitute can access class 8 folders SO_PROT8CHAR1SO_OBJ_AUT
S_PROT9Substitute can access class 9 folders SO_PROT9CHAR1SO_OBJ_AUT
S_FOLCLSubstitute can access client-wide folders SO_FOLCLCHAR1SO_OBJ_AUT
S_FOLCCSubstitute can access company-code-wide folders SO_FOLCCCHAR1SO_OBJ_AUT
S_FOLPLSubstitute can access plant-wide folders SO_FOLPLCHAR1SO_OBJ_AUT
S_FOLDPSubstitute can access department-wide folders SO_FOLDPCHAR1SO_OBJ_AUT
S_FOLADSubstitute can access cost-center-wide folders SO_FOLADCHAR1SO_OBJ_AUT
S_FOLGRSubstitute can access group folders SO_FOLGRCHAR1SO_OBJ_AUT
S_OBJAFCSubstitute can access functional objects SO_OBJA_FCCHAR1SO_OBJ_AUT
S_PSTHRFunctional documents are forwarded SO_PSTHRCHAR1SO_FLAG
S_FORW_ALLAll documents will be forwarded SO_FORWALLCHAR1SO_FLAG
S_PSTHR1Functional substitute: Forward and delete SO_PSTHR1CHAR1SO_FLAG
S_PSTHR2Automatic forwarding without deletion SO_PSTHR2CHAR1SO_FLAG
S_BCOPYSubstitute can access blind copies SO_BCOPYCHAR1SO_FLAG
S_AUSERSubstitute can maintain user SO_AUSERCHAR1SO_FLAG
S_PRVDLSubstitute can access private distribution lists SO_PRVDLCHAR1SO_OBJ_AUT
S_PUBDLSubstitute: Maintain shared distribution lists SO_PUBDLCHAR1SO_FLAG
S_RESUBSubstitute can access resubmissions SO_RESUBCHAR1SO_OBJ_AUT
S_AUANSSubstitute can access automatic replies SO_AUANSCHAR1SO_OBJ_AUT
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

Key field Non-key field



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

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

How to access SAP table SOS12

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