LIST_MO SAP (Repository Infosystem: List structure for BOR) Structure details

Dictionary Type: Structure
Description: Repository Infosystem: List structure for BOR




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




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

LIST_MO 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 "Repository Infosystem: List structure for BOR" 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_LIST_MO TYPE LIST_MO.

The LIST_MO table consists of various fields, each holding specific information or linking keys about Repository Infosystem: List structure for BOR data available in SAP. These include EDITELEM (Object name), TEXT (Description), STEXT (Name), DEVCLASS (Package).. 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 LIST_MO 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
NAMEObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
EDITELEMObject name SWC_OBJEDECHAR32SWC_EDITEL
TEXTDescription OJ_NTEXTCHAR80TEXT80
STEXTName OJ_STEXTCHAR20TEXT20
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
PROGNAMEImplementation program SWO_PROGRCHAR40PROGNAME
ACTIVEObject type generated SWO_ACTIVECHAR1SWC_BOOL
MODELONLYRelease status object type SWO_FLGMODCHAR1SWO_FLGMOD
OBSOLETERelease in which object type was set as obsolete SWO_OBSOLCHAR4CHAR4
FLG_BUSINSBusiness Object SWO_CLSBOCHAR1SWC_BOOL
OBJCLASSObject classification SWO_OBJCLSNUMC2SWO_OBJCLS
PARENTSupertype SWO_PARENTCHAR10Assigned to domainOJ_NAME
AGGREGTYPEAggregate Object Type SWO_AGTYPECHAR10Assigned to domainOJ_NAME
UDMENTIDData Model Name UDDMODLCHAR26Assigned to domainUDDMODLDMD
CREA_USERFirst changed by SWO_CREABYCHAR12Assigned to domainXUBNAME
CREA_DATEDate of first change SWO_CREADADATS8SYDATS
CREA_RELRelease at Creation SWO_CREARECHAR4CHAR4
CHAN_USERLast changed by SWO_CHANBYCHAR12Assigned to domainXUBNAME
CHAN_DATEDate of Last Change SWO_CHANDADATS8SYDATS
CHAN_RELLast Changed in Release SWO_CHANRECHAR4CHAR4
ACTV_USERLast activated by SWO_ACTVBYCHAR12Assigned to domainXUBNAME
ACTV_DATEDate of last activation SWO_ACTVDADATS8SYDATS
ACTV_TIMETime of last activation SWO_ACTVTITIMS6SYTIME

Key field Non-key field



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

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

How to access SAP table LIST_MO

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