SEM5EUMODX SAP (Class Browser (Function group SEM5): Doc. for SEM5EUMOD) Structure details

Dictionary Type: Structure
Description: Class Browser (Function group SEM5): Doc. for SEM5EUMOD




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




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

SEM5EUMODX 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 "Class Browser (Function group SEM5): Doc. for SEM5EUMOD" 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_SEM5EUMODX TYPE SEM5EUMODX.

The SEM5EUMODX table consists of various fields, each holding specific information or linking keys about Class Browser (Function group SEM5): Doc. for SEM5EUMOD data available in SAP. These include S5CLASSES (Filter for Classes), S5OBJTYPES (Filter for object types), S5INTRFACE (Filter for interfaces), S5PUBLIC (Filter for public object types).. 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 SEM5EUMODX 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
S5UPDATED User settings for Class Browser not initial0
S5CLASSESFilter for Classes S5CLASSESCHAR1CHAR1_X
S5OBJTYPESFilter for object types S5OBJTYPESCHAR1CHAR1_X
S5INTRFACEFilter for interfaces S5INTRFACECHAR1CHAR1_X
S5PUBLICFilter for public object types S5PUBLICCHAR1CHAR1_X
S5PRIVATEFilter for private object types S5PRIVATECHAR1CHAR1_X
S5MODELLEDFilter for modeled object types S5MODELLEDCHAR1CHAR1_X
S5IMPLEMFilter for implemented object types S5IMPLEMCHAR1CHAR1_X
S5RELEASEDFilter for released object types S5RELEASEDCHAR1CHAR1_X
S5OBSOLETEFilter for obsolete object types S5OBSOLETECHAR1CHAR1_X
S5BUSOBJFilter for business object types S5BUSOBJCHAR1CHAR1_X
S5GUIFilter for GUI controls S5GUICHAR1CHAR1_X
S5OLEFilter for OLE type infos S5OLECHAR1CHAR1_X
S5ORGTYPESFilter for organization types S5ORGTYPESCHAR1CHAR1_X
S5OTHERSFilter for miscellaneous object types S5OTHERSCHAR1CHAR1_X
S5LOCALFilter for local object types (transport) S5LOCALCHAR1CHAR1_X
S5GLOBALFilter for non-local object types (transport) S5GLOBALCHAR1CHAR1_X
S5NORELEASFilter for object types without release S5NORELEASCHAR1CHAR1_X
S5INTERNALFilter for object types with internal release S5INTERNALCHAR1CHAR1_X
S5EXTERNALFilter for object types with external release S5EXTERNALCHAR1CHAR1_X
S5INHSUPERFilter for inheritance: inherits from S5INHSUPERCHAR1CHAR1_X
S5INHSUBFilter for inheritance: passes to S5INHSUBCHAR1CHAR1_X
S5IMPLSUPRFilter for interface implementation: implements S5IMPLSUPRCHAR1CHAR1_X
S5IMPLSUBFilter for interface implementation: is implemented by S5IMPLSUBCHAR1CHAR1_X
S5COMPSUPRFilter for interface extension: includes S5COMPSUPRCHAR1CHAR1_X
S5COMPSUBFilter for interface extension: is included in S5COMPSUBCHAR1CHAR1_X
S5COMPWHOLFilter for composition: is contained in S5COMPWHOLCHAR1CHAR1_X
S5COMPPARTFilter for composition: contains S5COMPPARTCHAR1CHAR1_X
S5ASSOCPRDFilter for association: is referred by S5ASSOCPRDCHAR1CHAR1_X
S5ASSOCSUCFilter for association: refers S5ASSOCSUCCHAR1CHAR1_X
S5DEPPREDFilter for dependency: is used by S5DEPPREDCHAR1CHAR1_X
S5DEPSUCCFilter for dependency: uses S5DEPSUCCCHAR1CHAR1_X
S5RTSUPERFilter for display without redundancy: without super classes S5RTSUPERCHAR1CHAR1_X
S5RTWHOLEFilter for display without redundancy: w/o container classes S5RTWHOLECHAR1CHAR1_X
S5CMPHIERDisplay of the application components hierarchy S5CMPHIERCHAR1CHAR1_X
S5OBJNAMEDisplay of the name of object types (instead of the ID) S5OBJNAMECHAR1CHAR1_X
S5OBJIDDisplay of the ID of object types (instead of the name) S5OBJIDCHAR1CHAR1_X
S5WITHIDDisplay of the ID of the component/package S5WITHIDCHAR1CHAR1_X
S5DEVCLASSDisplay Packages S5DEVCLASSCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table SEM5EUMODX

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