/CEM/UI_GUI_MAIN SAP (Maintain the GUI status to be set on UI - sel scrn / main ui) Table details

Dictionary Type: Table
Description: Maintain the GUI status to be set on UI - sel scrn / main ui




ABAP Code to SELECT data from /CEM/UI_GUI_MAIN
Related tables to /CEM/UI_GUI_MAIN
Access table /CEM/UI_GUI_MAIN




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

/CEM/UI_GUI_MAIN is a standard SAP Table which is used to store Maintain the GUI status to be set on UI - sel scrn / main ui data and is available within R/3 SAP systems depending on the version and release level.

The /CEM/UI_GUI_MAIN table consists of various fields, each holding specific information or linking keys about Maintain the GUI status to be set on UI - sel scrn / main ui data available in SAP. These include UI_MODE (Display Mode in UI), APPLICATION (Application), TCODE (Transaction Code), SEL_GUI_STATUS (Menu Painter: Status code).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /CEM/UI_GUI_MAIN table 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
INV_CONTEXTInvocation Context /CEM/INVOCATION_CONTEXTCHAR10/CEM/C_INV_CONT/CEM/INVOCATION_CONTEXT
UI_MODEDisplay Mode in UI /CEM/UI_MODECHAR4/CEM/UI_MODE
APPLICATIONApplication /CEM/EC_APPLICATIONCHAR4/CEM/C_EC_APPL/CEM/EC_APPLICATION
TCODETransaction Code TCODECHAR20TSTCTCODETCD
SEL_GUI_STATUSMenu Painter: Status code GUI_STATUSCHAR20GUI_STATUSCUA
SEL_GUI_TITLEMenu Painter: Title code GUI_TITLECHAR20GUI_TITLE
SEL_PROG_NAMEABAP Program Name REPIDCHAR40PROGNAME
GUI_STATUSMenu Painter: Status code GUI_STATUSCHAR20GUI_STATUSCUA
GUI_TITLEMenu Painter: Title code GUI_TITLECHAR20GUI_TITLE
PROG_NAMEABAP Program Name REPIDCHAR40PROGNAME
INVK_TYPEInvoke Type /CEM/INVOKE_TYPECHAR8/CEM/INVOKE_TYPE

Key field Non-key field



How do I retrieve data from SAP table /CEM/UI_GUI_MAIN using ABAP code

The following ABAP code Example will allow you to do a basic selection on /CEM/UI_GUI_MAIN to SELECT all data from the table
DATA: WA_/CEM/UI_GUI_MAIN TYPE /CEM/UI_GUI_MAIN.

SELECT SINGLE *
FROM /CEM/UI_GUI_MAIN
INTO CORRESPONDING FIELDS OF WA_/CEM/UI_GUI_MAIN
WHERE...

How to access SAP table /CEM/UI_GUI_MAIN

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