SOOD2 SAP (SAPoffice: object definition, display attributes) Structure details

Dictionary Type: Structure
Description: SAPoffice: object definition, display attributes




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




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

SOOD2 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: object definition, display attributes" 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_SOOD2 TYPE SOOD2.

The SOOD2 table consists of various fields, each holding specific information or linking keys about SAPoffice: object definition, display attributes data available in SAP. These include OBJSRT (Sort field), OBJNAM (Name of document, folder or distribution list), OBJDES (Short description of contents), OWNNAM (Name of document owner).. 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 SOOD2 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
OBJLALanguage in Which Document Is Created SO_OBJ_LALANG1T002ISOLASPRAS
OBJSRTSort field SO_OBJ_SRTCHAR10SO_OBJ_SRT
OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
OWNNAMName of document owner SO_OWN_NAMCHAR12USERNAME
CRONAMCreator Name SO_CRO_NAMCHAR12USERNAME
CRDATDate created SO_DAT_CRDATS8DATUM
CRTIMTime created SO_TIM_CRTIMS6UZEIT
CHONAMChanged by SO_CHO_NAMCHAR12USERNAME
CHDATDate of Last Change SO_DAT_CHDATS8DATUM
CHTIMTime of Last Change SO_TIM_CHTIMS6UZEIT
UHCNTCounts how many users have this object in HOLD status SO_UHCNTRAW2SO_CNT2
ARCHIThe document is stored in archive SO_ARCHICHAR1SO_FLAG
LADATDate of last access SO_DAT_LADATS8DATUM
DLDATDocument Expiration Date SO_DAT_DLDATS8DATUM
DLTIMExpiry time of object SO_TIM_DLTIMS6UZEIT
OBJPRIDocument priority SO_OBJ_PRICHAR1SO_OBJ_PRI
OBJSNSObject: Sensitivity (private, functional, ...) SO_OBJ_SNSCHAR1SO_OBJ_SNS
OBJENCObject: coded SO_OBJ_ENCCHAR1SO_FLAG
OBJSNDObject has already been sent SO_OBJ_SNDCHAR1SO_FLAG
SDDATDate On Which Object Was Sent SO_DAT_SDDATS8DATUM
SDTIMTime at Which The Object Was Sent SO_TIM_SDTIMS6UZEIT
RECCNTNumber of recipients of the object SO_RECCNTRAW2SO_CNT2
RRDCNTNumber of Recipients Who Have Read Object SO_RRDCNTRAW2SO_CNT2
RRRCNTNumber of recipients who must reply to the object SO_RRRCNTRAW2SO_CNT2
RRPCNTNumber of recipients who have sent required reply SO_RRPCNTRAW2SO_CNT2
RARCNTNumber of recipients who must take action SO_RARCNTRAW2SO_CNT2
RAPCNTNumber of recipients processing the object SO_RAPCNTRAW2SO_CNT2
RATCNTNumber of recipients who have taken action SO_RATCNTRAW2SO_CNT2
REXCNTNumber of recipients of the express message SO_REXCNTRAW2SO_CNT2
RCPCNTNumber of recipients of a copy SO_RCPCNTRAW2SO_CNT2
RBCCNTNumber of recipients of a blind copy SO_RBCCNTRAW2SO_CNT2
ACOUTToDo: To Be Completed Outside SAPoffice SO_ACOUTCHAR1SO_FLAG
VMTYPExecute: Type (Report, Dialog Module, ...) SO_VM_TYPCHAR1Assigned to domainSO_VM_TYP
SKIPSExecute: Process First Screen in Background SO_SKIPSCHAR1SO_FLAG
ACNAMExecute: Name of Report, FM, DB, TCode SO_ACNAMCHAR54SO_ACNAM
ACMEMProcess: memory ID SO_ACMEMCHAR32SO_ACMEM
PCTRLSAPoffice: object can be deleted in external inbox SO_PCTRLCHAR1SO_FLAG
OBJCPDocument cannot be changed SO_OBJ_CPCHAR1SO_FLAG
FIXEDCheck-in/check-out flag SO_FIXEDCHAR1SO_FLAG
EXTHDObject-specific header is stored externally SO_EXTHDCHAR1SO_FLAG
EXTCTObject contents are stored externally SO_EXTCTCHAR1SO_FLAG
FOLRGFolder: Area (private, shared folders) SO_FOL_RGCHAR1SO_FOL_RG
CROADRAddress name of creator SO_CRO_ADRCHAR35SO_ADRNAM
CHOADRAddress name of last person to make changes SO_CHO_ADRCHAR35SO_ADRNAM
OWNADRAddress name of the owner SO_OWN_ADRCHAR35SO_ADRNAM
ENCCNTNumber of attachments for the object SO_ENC_CNTRAW2SO_CNT2
FILE_EXTFile extension for PC application SO_FILEEXTCHAR3CHAR3
NOTTPDefault setting of document class SO_NOT_TPCHAR3Assigned to domainSO_OBJ_TP
NOTYRObject note: year from the ID SO_NOT_YRCHAR2SO_OBJ_YR
NOTNOObject note: number from the ID SO_NOT_NOCHAR12Assigned to domainSO_OBJ_NO
OBJLENSize of Document Content SO_OBJ_LENCHAR12SO_OBJ_LEN
CREATORCreator for MacIntosh-based files SO_CREATORCHAR4SO_TEXT004
PRTCTDocument title modifiable SO_PRTCTCHAR1SO_FLAG
IF_DOC_BCSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
IF_DOC_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table SOOD2

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