SOOD1 SAP (SAPoffice: object definition, change attributes) Structure details

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




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




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

SOOD1 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, change 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_SOOD1 TYPE SOOD1.

The SOOD1 table consists of various fields, each holding specific information or linking keys about SAPoffice: object definition, change attributes data available in SAP. These include OBJSRT (Sort field), OBJNAM (Name of document, folder or distribution list), OBJDES (Short description of contents), ARCHI (The document is stored in archive).. 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 SOOD1 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
ARCHIThe document is stored in archive SO_ARCHICHAR1SO_FLAG
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
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
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
PCTRLSAPoffice: object can be deleted in external inbox SO_PCTRLCHAR1SO_FLAG
FILE_EXTFile extension for PC application SO_FILEEXTCHAR3CHAR3
OBJLENSize of Document Content SO_OBJ_LENCHAR12SO_OBJ_LEN
CREATORCreator for MacIntosh-based files SO_CREATORCHAR4SO_TEXT004
OWNNAMName of document owner SO_OWN_NAMCHAR12USERNAME
PRTCTDocument title modifiable SO_PRTCTCHAR1SO_FLAG

Key field Non-key field



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

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

How to access SAP table SOOD1

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