SOES1 SAP (SAPoffice: Selection result fields for SOES) Structure details

Dictionary Type: Structure
Description: SAPoffice: Selection result fields for SOES




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




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

SOES1 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: Selection result fields for SOES" 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_SOES1 TYPE SOES1.

The SOES1 table consists of various fields, each holding specific information or linking keys about SAPoffice: Selection result fields for SOES data available in SAP. These include SCDATE (SAPcomm: Transfer date to SAPcomm), SCTIME (SAPcomm: Transfer time to SAPcomm), STATUS (SAPcomm: status of the sent object), MSGTY (Message Type).. 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 SOES1 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
SNDARTTransmission Method (Fax, Telex, ...) SO_SND_ARTCHAR6SO_SND_ART
SCDATESAPcomm: Transfer date to SAPcomm SO_SC_DATEDATS8DATUM
SCTIMESAPcomm: Transfer time to SAPcomm SO_SC_TIMETIMS6UZEIT
STATUSSAPcomm: status of the sent object SO_REC_STACHAR12SO_TEXT012
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
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
DATSOESCRESAPcomm: Transfer date to SAPcomm SO_SC_DATEDATS8DATUM
TIMSOESCRESAPcomm: Transfer time to SAPcomm SO_SC_TIMETIMS6UZEIT
DATSOSCDELSAPcomm: Transfer date to SAPcomm SO_SC_DATEDATS8DATUM
TIMSOSCDELSAPcomm: Transfer time to SAPcomm SO_SC_TIMETIMS6UZEIT
DATDEFSTATSAPcomm: Transfer date to SAPcomm SO_SC_DATEDATS8DATUM
TIMDEFSTATSAPcomm: Transfer time to SAPcomm SO_SC_TIMETIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table SOES1

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