SOSUS SAP (SAPoffice: Screen Fields for RSSOUSED) Structure details

Dictionary Type: Structure
Description: SAPoffice: Screen Fields for RSSOUSED




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




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

SOSUS 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 RSSOUSED" 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_SOSUS TYPE SOSUS.

The SOSUS table consists of various fields, each holding specific information or linking keys about SAPoffice: Screen Fields for RSSOUSED data available in SAP. These include STORE_VAL (Documents are copied to the outbox when sent), QUERY_CHNG (Value for changing the confirmation prompt), QUERY_VAL (Switch confirmation prompt on or off when deleting), IDOC_CHNG (Flag for changing default document specification).. 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 SOSUS 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
STORE_CHNGChange value for storing documents when sending SO_OUTFL_FCHAR1SO_FLAG
STORE_VALDocuments are copied to the outbox when sent SO_OUTFLCHAR1SO_FLAG
QUERY_CHNGValue for changing the confirmation prompt SO_SQWIN_FCHAR1SO_FLAG
QUERY_VALSwitch confirmation prompt on or off when deleting SO_SQWINCHAR1SO_FLAG
IDOC_CHNGFlag for changing default document specification SO_IDOC_FCHAR1SO_FLAG
IDOC_VALRetain default document for entire session SO_STORE_ICHAR1SO_FLAG
DOC_CHNGChange default document class SO_NOTTP_FCHAR1SO_FLAG
DOC_VALDefault setting of document class SO_NOT_TPCHAR3TSOTDSO_OBJ_TP
WV_CHNGIdentifier for resubmission SO_WV_FCHAR1SO_FLAG
WV_VALResubmission on workdays only SO_RSWDCHAR1SO_FLAG
CAL_CHNGChange factory calendar SO_CAL_FCHAR1SO_FLAG
CAL_VALFactory calendar identification code for the resubmission SO_RSFACIDCHAR2TFACDWFCID
USER_INCLAll specified users are being processed SO_INCL_FCHAR1SO_FLAG
USER_EXCLAll users not specified are edited SO_EXCL_FCHAR1SO_FLAG
TAB_FLAGSelection/check field SO_SELECTCHAR1SO_SELECT
TAB_NAMEName of the user in the address management SO_UADNAMCHAR35SO_STRI035
TAB_TYPEIndicator for an entry SO_ESC_USDCHAR1SO_ESC_USD
LIST_POSPosition of first entry displayed in list SO_ENTPOSNUMC5SO_POSNO
LIST_SIZETotal entries in list SO_ENTSUMNUMC5SO_POSNO
O_ADRNAMEName of the user in the address management SO_UADNAMCHAR35SO_STRI035
O_OUTFLDocuments are copied to the outbox when sent SO_OUTFLCHAR1SO_FLAG
N_OUTFLDocuments are copied to the outbox when sent SO_OUTFLCHAR1SO_FLAG
O_SQWINSwitch confirmation prompt on or off when deleting SO_SQWINCHAR1SO_FLAG
N_SQWINSwitch confirmation prompt on or off when deleting SO_SQWINCHAR1SO_FLAG
O_IDOCRetain default document for entire session SO_STORE_ICHAR1SO_FLAG
N_IDOCRetain default document for entire session SO_STORE_ICHAR1SO_FLAG
O_NOTTPDefault setting of document class SO_NOT_TPCHAR3TSOTDSO_OBJ_TP
N_NOTTPDefault setting of document class SO_NOT_TPCHAR3TSOTDSO_OBJ_TP
O_RSWDResubmission on workdays only SO_RSWDCHAR1SO_FLAG
N_RSWDResubmission on workdays only SO_RSWDCHAR1SO_FLAG
O_RSFACIDFactory calendar identification code for the resubmission SO_RSFACIDCHAR2TFACDWFCID
N_RSFACIDFactory calendar identification code for the resubmission SO_RSFACIDCHAR2TFACDWFCID
GH_CHNGFlag for general header when creating RAW documents SO_GH_CHNGCHAR1SO_TEXT001
GENRHEADDisplay of document header in continuos-text editor SO_GHRAWDOCHAR1SO_FLAG
RTF_CHNGFlag for change to RTF editor use SO_RTFCHNGCHAR1SO_TEXT001
RTFEDTContinuos-text editor for SAP editor documents SO_NRTFEDTCHAR1SO_TEXT001
PFOL_CHNGDo not move documents to additional folders when sending SO_PFOCHNGCHAR1SO_TEXT001
SEND_CHNGFlag for change to preassigned send settings SO_SENCHNGCHAR1SO_TEXT001
SD_STATUSChange options for document after sending SO_CHATSENCHAR1SO_TEXT001
SD_NCHNGChange options for document after sending SO_CHATSENCHAR1SO_TEXT001
SD_AUTORChange options for document after sending SO_CHATSENCHAR1SO_TEXT001
SD_CHANGEChange options for document after sending SO_CHATSENCHAR1SO_TEXT001
FSOR_CHNGFlag for change to setting for folders subscribed to SO_FSOCHNGCHAR1SO_TEXT001
FOSO_READSetting for sorting folders subscribed to SO_FOLSORTCHAR1SO_TEXT001
FOSO_NAMESetting for sorting folders subscribed to SO_FOLSORTCHAR1SO_TEXT001
FOSO_PERSSetting for sorting folders subscribed to SO_FOLSORTCHAR1SO_TEXT001
PP_CHNGFlag for change to preassigned printer setting SO_PPCHNGCHAR1SO_TEXT001
PP_CHANGEDefault settings for calling print parameters SO_PRPARCHCHAR1SO_FLAG
PP_HEADERDefault settings for printing of document header SO_PRPANDHCHAR1SO_FLAG
PP_NOTEDefault settings for printing of notes SO_PRPARNPCHAR1SO_FLAG
PP_RLISTDefault settings for printing of recipient list SO_PRPARRLCHAR1SO_FLAG
NOARSDEXSend automatic reply externally SO_NOARSDECHAR1SO_FLAG
NOAR_CHNGFlag for change 'Automatic reply not...' SO_NOAREXCHAR1SO_TEXT001
PCOLE_CHNGStart PC application in SAP window SO_PCOLECHAR1SO_TEXT001
PCOLE_VALStart PC application in SAP window SO_PCOLECHAR1SO_TEXT001

Key field Non-key field



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

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

How to access SAP table SOSUS

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