SEM5EUMOD SAP (Class Browser (FuGr SEM5): Include for RSEUMOD) Structure details

Dictionary Type: Structure
Description: Class Browser (FuGr SEM5): Include for RSEUMOD




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




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

SEM5EUMOD 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 (FuGr SEM5): Include for RSEUMOD" 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_SEM5EUMOD TYPE SEM5EUMOD.

The SEM5EUMOD table consists of various fields, each holding specific information or linking keys about Class Browser (FuGr SEM5): Include for RSEUMOD 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: Cannot Be Enhanced


SAP SEM5EUMOD 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
S5CLASSES Filter for Classes0
S5OBJTYPES Filter for object types0
S5INTRFACE Filter for interfaces0
S5PUBLIC Filter for public object types0
S5PROTECT *** obsolete ***0
S5PRIVATE Filter for private object types0
S5MODELLED Filter for modeled object types0
S5IMPLEM Filter for implemented object types0
S5RELEASED Filter for released object types0
S5OBSOLETE Filter for obsolete object types0
S5BUSOBJ Filter for business object types0
S5GUI Filter for GUI controls0
S5OLE Filter for OLE type infos0
S5ORGTYPES Filter for organization types0
S5OTHERS Filter for miscellaneous object types0
S5LOCAL Filter for local object types (transport)0
S5GLOBAL Filter for non-local object types (transport)0
S5NORELEAS Filter for object types without release0
S5INTERNAL Filter for object types with internal release0
S5EXTERNAL Filter for object types with external release0
S5INHSUPER Filter for inheritance: inherits from0
S5INHSUB Filter for inheritance: passes to0
S5IMPLSUPR Filter for interface implementation: implements0
S5IMPLSUB Filter for interface implementation: is implemented by0
S5COMPSUPR Filter for interface extension: includes0
S5COMPSUB Filter for interface extension: is included in0
S5COMPWHOL Filter for composition: is contained in0
S5COMPPART Filter for composition: contains0
S5ASSOCPRD Filter for association: is referred by0
S5ASSOCSUC Filter for association: refers0
S5DEPPRED Filter for dependency: is used by0
S5DEPSUCC Filter for dependency: uses0
S5RTSUPER Filter for display without redundancy: without super classes0
S5RTWHOLE Filter for display without redundancy: w/o container classes0
S5CMPHIER Display of the application components hierarchy0
S5OBJNAME Display of the name of object types (instead of the ID)0
S5OBJID Display of the ID of object types (instead of the name)0
S5WITHID Display of the ID of the component/development class0
S5DEVCLASS Display of the development classes0

Key field Non-key field



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

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

How to access SAP table SEM5EUMOD

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