RSMPTEXTS SAP (Menu Painter: Texts) Table details

Dictionary Type: Table
Description: Menu Painter: Texts




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




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

RSMPTEXTS is a standard SAP Table which is used to store Menu Painter: Texts data and is available within R/3 SAP systems depending on the version and release level.

The RSMPTEXTS table consists of various fields, each holding specific information or linking keys about Menu Painter: Texts data available in SAP. These include SPRSL (Language Key), OBJ_TYPE (Menu Painter: Standards maintenance: Object type), OBJ_CODE (Menu Painter: Function code), SUB_CODE (Menu Painter. Function key 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: 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 RSMPTEXTS 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
PROGNAMEProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
SPRSLLanguage Key SPRSLLANG1Assigned to domainISOLASPRAS
OBJ_TYPEMenu Painter: Standards maintenance: Object type MP_O_TYPECHAR1MP_OBJTYPE
OBJ_CODEMenu Painter: Function code GUI_FUNCCHAR20GUI_FUNC
SUB_CODEMenu Painter. Function key code GUI_BCODECHAR4GUI_BCODE
TEXTTYPEMenu Painter: Text type MP_TXTTYPECHAR1MP_TXTTYPE
TEXTMenu Painter: Info text (4.0) GUI_INFOCHAR60GUI_INFO
PATHFastpath ID CUA_PATHCHAR1CUA_PATH

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSMPTEXTS
INTO CORRESPONDING FIELDS OF WA_RSMPTEXTS
WHERE...

How to access SAP table RSMPTEXTS

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