SOES SAP (SAPoffice: External send operation) Table details

Dictionary Type: Table
Description: SAPoffice: External send operation




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




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

SOES is a standard SAP Table which is used to store SAPoffice: External send operation data and is available within R/3 SAP systems depending on the version and release level.

The SOES table consists of various fields, each holding specific information or linking keys about SAPoffice: External send operation data available in SAP. These include RECTP (External transmission: transmission method code), RECYR (Recipient year from the ID), RECNO (Recipient number from ID), SNDDAT (Date On Which Object Was Sent).. 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 SOES 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 MANDTCLNT3T000MANDT
RECTPExternal transmission: transmission method code SO_EXT_RECCHAR3TSOTDSO_OBJ_TP
RECYRRecipient year from the ID SO_REC_YRCHAR2SO_OBJ_YR
RECNORecipient number from ID SO_REC_NOCHAR12Assigned to domainSO_OBJ_NO
SNDDATDate On Which Object Was Sent SO_DAT_SDDATS8DATUM
SNDTIMTime at Which The Object Was Sent SO_TIM_SDTIMS6UZEIT
SNDARTTransmission Method (Fax, Telex, ...) SO_SND_ARTCHAR6SO_SND_ART
ADRNRAddresses: Address Number SO_ADR_NRCHAR10Assigned to domainALPHAADRNR
LFDNRAddresses: Sequence Number of Address SO_LFD_NRCHAR3LFDNR
SCOMTPSAPcomm ID: ID type SO_SCOM_TPCHAR3TSOTDSO_OBJ_TP
SCOMYRSAPcomm: year of ID SO_SCOM_YRCHAR2SO_OBJ_YR
SCOMNOSAPcomm: number of the ID SO_SCOM_NOCHAR12Assigned to domainSO_OBJ_NO
SCDATESAPcomm: Transfer date to SAPcomm SO_SC_DATEDATS8DATUM
SCTIMESAPcomm: Transfer time to SAPcomm SO_SC_TIMETIMS6UZEIT
DELIVERAcknowledgment of receipt expected SO_NF_DELICHAR1SO_FLAG
NOT_DELIAcknowledgment of receipt expected SO_NOTDELICHAR1SO_FLAG
READRead acknowledgment expected SO_NOTRECCHAR1SO_TEXT001
SAP_BODYSend externally with SAP data part SO_SAP_BDYCHAR1SO_FLAG
STATUSSAPcomm: status of the sent object SO_REC_STACHAR12SO_TEXT012
MAILSTATUSStatus of external send in which a mail was sent SO_MLSTATCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
NODEName of SAPconnect Node or Telephony Server SX_NODE_IDCHAR6Assigned to domainSX_NODE_IDSXNSX_NODE_ID
JOBNAMEName of Send Process SO_JOBNAMECHAR32CHAR32
JOBCOUNTID number of send process SO_JOBCNTCHAR8CHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOES
INTO CORRESPONDING FIELDS OF WA_SOES
WHERE...

How to access SAP table SOES

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