SOMG SAP (Table for persistence of objects MESSAGE/RECIPIENT) Table details

Dictionary Type: Table
Description: Table for persistence of objects MESSAGE/RECIPIENT




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




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

SOMG is a standard SAP Table which is used to store Table for persistence of objects MESSAGE/RECIPIENT data and is available within R/3 SAP systems depending on the version and release level.

The SOMG table consists of various fields, each holding specific information or linking keys about Table for persistence of objects MESSAGE/RECIPIENT data available in SAP. These include OBJTP (Object type), OBJYR (Object MESSAGE/RECIPIENT: Year from ID), OBJNO (Object MESSAGE/RECIPIENT: Number from ID), RCP_ID_TP (Sender type 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SOMG table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJTPObject type OBJ_TPCHAR3OBJ_TYPE
OBJYRObject MESSAGE/RECIPIENT: Year from ID OBJ_YRCHAR2SO_OBJ_YR
OBJNOObject MESSAGE/RECIPIENT: Number from ID OBJ_NOCHAR12Assigned to domainSO_OBJ_NO
RCP_ID_TPSender type from the ID SO_SND_TPCHAR3Assigned to domainSO_OBJ_TP
RCP_ID_YRSender year from the ID SO_SND_YRCHAR2SO_OBJ_YR
RCP_ID_NOSender number from the ID SO_SND_NOCHAR12Assigned to domainSO_OBJ_NO
RCP_SND_TPOutput device TDDEVICECHAR8TDDEVICE
RCP_SEQ_NOAddresses: Sequence Number of Address SO_LFD_NRCHAR3LFDNR
FOLTPObject folder: Object type from ID SO_FOL_TPCHAR3Assigned to domainSO_OBJ_TP
FOLYRObject folder: Year from ID SO_FOL_YRCHAR2SO_OBJ_YR
FOLNOObject folder: Number from ID SO_FOL_NOCHAR12Assigned to domainSO_OBJ_NO
DOCTPObject: Object Type From ID SO_DOC_TPCHAR3Assigned to domainSO_OBJ_TP
DOCYRObject: Year from ID SO_DOC_YRCHAR2SO_OBJ_YR
DOCNOObject: Number from ID SO_DOC_NOCHAR12Assigned to domainSO_OBJ_NO
FORTPForwarder: Object type from ID SO_FOR_TPCHAR3Assigned to domainSO_OBJ_TP
FORYRForwarder: year from the ID SO_FOR_YRCHAR2SO_OBJ_YR
FORNOForwarder: number from the ID SO_FOR_NOCHAR12Assigned to domainSO_OBJ_NO
USED_BYObject ID SWO_OBJIDCHAR90SWO_OBJID
GEN_NOTTPNote: Type from ID (only if no note to recipient) GEN_NOT_TPCHAR3Assigned to domainSO_OBJ_TP
GEN_NOTYRNote: Year from ID (only if no note to recipient) GEN_NOT_YRCHAR2SO_OBJ_YR
GEN_NOTNONote: Number from ID (only if no note to recipient) GEN_NOT_NOCHAR12Assigned to domainSO_OBJ_NO
OUTBOXFlag: Save in outbox after sending SO_OUTBOXCHAR1SO_TEXT001
ARC_FOLTPObject folder: Object type from ID SO_FOL_TPCHAR3Assigned to domainSO_OBJ_TP
ARC_FOLYRObject folder: Year from ID SO_FOL_YRCHAR2SO_OBJ_YR
ARC_FOLNOObject folder: Number from ID SO_FOL_NOCHAR12Assigned to domainSO_OBJ_NO
ASYNCHRONSend document asynchronously SYNCCHAR1SO_FLAG
SENDERObject ID SWO_OBJIDCHAR90SWO_OBJID
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
REPLY_TOObject ID SWO_OBJIDCHAR90SWO_OBJID
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
ACALLToDo by all recipients SO_ACALLCHAR1SO_FLAG
ACONEToDo by one of the recipients in the group SO_ACONERAW1SO_CNT1
OBJRRA reply must be sent for this object SO_OBJ_RRCHAR1SO_FLAG
MAILSTATUSStatus of external send in which a mail was sent SO_MLSTATCHAR1SYCHAR01
DELIVERAcknowledgment of receipt expected SO_NF_DELICHAR1SO_FLAG
NOT_DELIAcknowledgment of receipt expected SO_NOTDELICHAR1SO_FLAG
READ_NOTIFRead acknowledgment expected SO_NOTRECCHAR1SO_TEXT001
RESENDSAPoffice: Object sent to recipient more than once SO_RESENDCHAR1SO_FLAG
OBJRNA reply cannot be sent to the object SO_OBJ_RNCHAR1SO_FLAG
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO

Key field Non-key field



How do I retrieve data from SAP table SOMG using ABAP code

The following ABAP code Example will allow you to do a basic selection on SOMG to SELECT all data from the table
DATA: WA_SOMG TYPE SOMG.

SELECT SINGLE *
FROM SOMG
INTO CORRESPONDING FIELDS OF WA_SOMG
WHERE...

How to access SAP table SOMG

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