SOS33 SAP (SAPoffice: Screen Fields for Function Group SO33) Structure details

Dictionary Type: Structure
Description: SAPoffice: Screen Fields for Function Group SO33




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




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

SOS33 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 SO33" 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_SOS33 TYPE SOS33.

The SOS33 table consists of various fields, each holding specific information or linking keys about SAPoffice: Screen Fields for Function Group SO33 data available in SAP. These include OBJTPDES (Object type description), OBJDES (Short description of contents), OBJLA (Language in Which Document Is Created), OBJLADES (Name of Language).. 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 SOS33 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
OBJTPCode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
OBJTPDESObject type description SO_TP_DESCHAR26SO_TEXT026
OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
OBJLALanguage in Which Document Is Created SO_OBJ_LALANG1T002ISOLASPRAS
OBJLADESName of Language SPTXTCHAR16SPTXT16DSB
FOLNAMFolder in which the document is created or stored SO_TFOLNAMCHAR12SO_OBJ_NAM
FOLDESFolder in which the document is created or stored SO_TFOLDESCHAR50SO_OBJ_DES
OBJSNSSensitivity description SO_SNS_DESCHAR20SO_SNS_DES
OBJMODChangeability of document SO_MOD_DESCHAR20SO_MOD_DES
OBJDLDATDocument Expiration Date SO_DAT_DLDATS8DATUM
OBJPRIRecipient Priority SO_PRI_DESCHAR20SO_PRI_DES
OBJLENSize of Document Content SO_OBJ_LENCHAR12SO_OBJ_LEN
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
L_FOLNAMFolder name SO_FOL_NAMCHAR12SO_OBJ_NAM
L_FOLDESFolder title SO_FOL_DESCHAR50SO_OBJ_DES
L_FOLICONIcon with output length 2 ICON_L2CHAR4ICON_L2
OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM

Key field Non-key field



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

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

How to access SAP table SOS33

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