RSEU1 SAP (Menu Painter screen fields) Structure details

Dictionary Type: Structure
Description: Menu Painter screen fields




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




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

RSEU1 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 "Menu Painter screen fields" 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_RSEU1 TYPE RSEU1.

The RSEU1 table consists of various fields, each holding specific information or linking keys about Menu Painter screen fields data available in SAP. These include STATUS (Menu Painter: Status code), MENU (Menu text in menu bar), MENU_1 (Long text of a menu or a function in pull-down menus), MENU_SHORT (Short text of a function).. 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 RSEU1 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
PROGRAMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
STATUSMenu Painter: Status code GUI_STATUSCHAR20GUI_STATUSCUA
MENUMenu text in menu bar CUA_TEXT_ACHAR20CUA_TEXT
MENU_1Long text of a menu or a function in pull-down menus CUA_TEXT_GCHAR20CUA_TEXT
MENU_SHORTShort text of a function CUA_TEXT_SCHAR20CUA_TEXT
MENU_LONGLong text of a function CUA_TEXT_LCHAR20CUA_TEXT
FUNCFunction Code CUA_CODECHAR20CUA_CODE
FUNC_1Function code or menu code CUA_CODE_GCHAR20CUA_CODE
FTYPE_TXTTexts for function attributes CUA_FATXTCHAR20CUA_TEXT
TIT_CODEMenu Painter: Function code GUI_FUNCCHAR20GUI_FUNC
TIT_TEXTText of title line CUA_TIT_TXCHAR60CUA_TIT_TX
JAExecute function CUA_JACHAR1CUA_JA
SAPMENUCode of an SAPMENU CUA_SAPMENCHAR20Assigned to domainTCODETCE
DYNNRScreen number SCRADNUMNUMC4DYNPRONRDYN
FIELDNAMEABAP/4 field name for dynamic function text CUA_FNAMECHAR132DYNFNAM
ICON_IDIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
ICON_TEXTIcon text CUA_IC_TXCHAR15CUA_IC_TX
ICON_INFOQuickinfo for an icon ICONQUICKCHAR30ICONTEXT
ICON_NAMEName of an Icon ICONNAMECHAR30ICONNAME

Key field Non-key field



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

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

How to access SAP table RSEU1

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