SODM1 SAP (SAPoffice: entry in DL with return code) Structure details

Dictionary Type: Structure
Description: SAPoffice: entry in DL with return code




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




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

SODM1 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: entry in DL with return code" 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_SODM1 TYPE SODM1.

The SODM1 table consists of various fields, each holding specific information or linking keys about SAPoffice: entry in DL with return code data available in SAP. These include MEMNAM (Entry in distribution list: Name), MEMESC (Specification of recipient type), MEMOWN (Name of document owner), MEMTP (Object in distribution list: Object type from ID).. 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 SODM1 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
SELSelection/check field SO_SELECTCHAR1SO_SELECT
MEMNAMEntry in distribution list: Name SO_MEM_NAMCHAR12SO_OBJ_NAM
MEMESCSpecification of recipient type SO_ESCAPECHAR1SO_ESCAPE
MEMOWNName of document owner SO_OWN_NAMCHAR12USERNAME
MEMTPObject in distribution list: Object type from ID SO_MEM_TPCHAR3TSOTDSO_OBJ_TP
MEMYRObject in distribution list: year from the ID SO_MEM_YRCHAR2SO_OBJ_YR
MEMNOObject in distribution list: number from the ID SO_MEM_NOCHAR12Assigned to domainSO_OBJ_NO
SNDDAYSend in ... days SO_SND_DAYRAW2SO_CNT2
SNDARTOutput device TDDEVICECHAR8TDDEVICE
RECLANCountry Key LAND1CHAR3T005LAND1LND
RECTELTelecommunications partner SKTELNRCHAR30TDTELENUM
SNDEXSend express SO_SND_EXCHAR1SO_FLAG
SNDCPSend: As copy SO_SND_CPCHAR1SO_FLAG
SNDBCSend as a blind copy SO_SND_BCCHAR1SO_FLAG
FORFBYou cannot forward this message SO_FORFBCHAR1SO_FLAG
PRIFBObject cannot be printed SO_PRIFBCHAR1SO_FLAG
SNDPRISend: Priority SO_SND_PRICHAR1SO_OBJ_PRI
ACTDAYToDo in ... days SO_ACT_DAYRAW2SO_CNT2
ACALLToDo by all recipients SO_ACALLCHAR1SO_FLAG
ACONEToDo by one of the recipients in the group SO_ACONERAW1SO_CNT1
REPDAYReply within ... days SO_REP_DAYRAW2SO_CNT2
OBJRRA reply must be sent for this object SO_OBJ_RRCHAR1SO_FLAG
OBJRNA reply cannot be sent to the object SO_OBJ_RNCHAR1SO_FLAG
REPNAMRecipient of reply: User name SO_REP_NAMCHAR12USERNAME
REPESCSpecification of recipient type SO_ESCAPECHAR1SO_ESCAPE
REPOWNName of document owner SO_OWN_NAMCHAR12USERNAME
REPTPRecipient of reply: Object type from ID SO_REP_TPCHAR3TSOTDSO_OBJ_TP
REPYRRecipient of reply: year from the ID SO_REP_YRCHAR2SO_OBJ_YR
REPNORecipient of reply: number from the ID SO_REP_NOCHAR12Assigned to domainSO_OBJ_NO
COMARTSAPoffice: Communication method SO_COM_ARTCHAR3SO_COM_ART
LFDNRAddresses: Sequence number SO_LFDNRCHAR3SO_TEXT003
DELIVERAcknowledgment of receipt expected SO_NF_DELICHAR1SO_FLAG
NOT_DELIAcknowledgment of receipt expected SO_NOTDELICHAR1SO_FLAG
READ_NOTIFRead acknowledgment expected SO_NOTRECCHAR1SO_TEXT001
MAILSTATUSStatus of external send in which a mail was sent SO_MLSTATCHAR1SYCHAR01
MEMADRNAMDistribution list entry SO_ENTRYCHAR241SO_STRI241
SORTADRNAMName in address management SO_ADRNAMCHAR35SO_STRI035
DISPESCSpecification of recipient type SO_ESCAPECHAR1SO_ESCAPE
SORTKEYSort key for recipient type SO_SORTKEYCHAR1SO_TEXT001
ADDRESSDirct address SO_MEMADRCHAR1215SOEXTADRI1

Key field Non-key field



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

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

How to access SAP table SODM1

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