SODMOO SAP (SAPoffice: distribution list contents without client) Structure details

Dictionary Type: Structure
Description: SAPoffice: distribution list contents without client




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




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

SODMOO 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: distribution list contents without client" 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_SODMOO TYPE SODMOO.

The SODMOO table consists of various fields, each holding specific information or linking keys about SAPoffice: distribution list contents without client data available in SAP. These include DLIYR (Distribution list year from the ID), DLINO (Distribution list: number from the ID), MEMTP (Object in distribution list: Object type from ID), MEMYR (Object in distribution list: year from the 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 SODMOO 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
DLITPDistribution list type from ID SO_DLI_TPCHAR3TSOTDSO_OBJ_TP
DLIYRDistribution list year from the ID SO_DLI_YRCHAR2SO_OBJ_YR
DLINODistribution list: number from the ID SO_DLI_NOCHAR12Assigned to domainSO_OBJ_NO
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
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

Key field Non-key field



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

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

How to access SAP table SODMOO

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