SVSMO8 SAP (Display structure for smw01) Structure details

Dictionary Type: Structure
Description: Display structure for smw01




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




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

SVSMO8 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 "Display structure for smw01" 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_SVSMO8 TYPE SVSMO8.

The SVSMO8 table consists of various fields, each holding specific information or linking keys about Display structure for smw01 data available in SAP. These include SMO8_TRID (BDoc type ID (base class ID)), SMO8_DEL (Deletion flag), SMO8_LSRV (Last Service reached), MSG_TYPE (Message validation type (C,E,T,I,X)).. 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 SVSMO8 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
SMO8_TIDBDoc ID SMO8_TIDCHAR32SMO8_TID
SMO8_TRIDBDoc type ID (base class ID) SMOG_TRIDCHAR32SMOG_TRIDH_SMOG_TRANS
SMO8_DELDeletion flag SMO8_DELCHAR1SMO8_DEL
SMO8_LSRVLast Service reached SMO8_LSRVCHAR32Assigned to domainSMOG_SRVIDSMO8_SRV
MSG_TYPEMessage validation type (C,E,T,I,X) SMOG_MTYPECHAR1SMW_MTYPE
TYPE_Message type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
MESSAGE_Message Text BAPI_MSGCHAR220TEXT220
ID_Message Class SYMSGIDCHAR20Assigned to domainARBGB
NUMBER_Message Number SYMSGNONUMC3SYMSGNO
TR_CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
SITE_IDSite ID (GUID) to identify other systems/ devices SMOG_SITECHAR32Assigned to domainSMO_SITEIDSH_SITEIDS
QNAMEQueue name to be used for message SMOG_QNAMECHAR32SMOG_CHR32
SND_DATESend date SMOG_SDDATDATS8DATUM
SND_TIMESend time SMOG_SDTIMTIMS6TIME
TR_USERUser ID (Creator) SMOG_CRUSRCHAR32SMOG_GUID
STATUSStatus of BDoc in smw01 SMWSTATUSCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table SVSMO8

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