CUATEXTS SAP (Modifications of GUI Interface: Menu Texts Changed by Cust.) Table details

Dictionary Type: Table
Description: Modifications of GUI Interface: Menu Texts Changed by Cust.




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




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

CUATEXTS is a standard SAP Table which is used to store Modifications of GUI Interface: Menu Texts Changed by Cust. data and is available within R/3 SAP systems depending on the version and release level.

The CUATEXTS table consists of various fields, each holding specific information or linking keys about Modifications of GUI Interface: Menu Texts Changed by Cust. data available in SAP. These include CODE (Function Code), SPRSL (Language Key), L_TEXT (Menu Painter: Function or menu text (4.0)), S_TEXT (Menu Painter: Function or menu text (4.0)).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CUATEXTS 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
PROGABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
CODEFunction Code CUA_CODECHAR20CUA_CODE
SPRSLLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
L_TEXTMenu Painter: Function or menu text (4.0) GUI_TEXTCHAR40GUI_TEXT
S_TEXTMenu Painter: Function or menu text (4.0) GUI_TEXTCHAR40GUI_TEXT
INFO_TEXTMenu Painter: Info text (4.0) GUI_INFOCHAR60GUI_INFO
ICON_IDIcon with output length 4 ICON_L4CHAR4Assigned to domainICON
ICON_NAMEName of an Icon ICONNAMECHAR30ICONNAME
MODIFFunction is flagged for user modification CUA_MODIFCHAR1CUA_NRMFLG

Key field Non-key field



How do I retrieve data from SAP table CUATEXTS using ABAP code

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

SELECT SINGLE *
FROM CUATEXTS
INTO CORRESPONDING FIELDS OF WA_CUATEXTS
WHERE...

How to access SAP table CUATEXTS

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