RSMONMESS SAP (Messages for the monitor) Table details

Dictionary Type: Table
Description: Messages for the monitor




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




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

RSMONMESS is a standard SAP Table which is used to store Messages for the monitor data and is available within R/3 SAP systems depending on the version and release level.

The RSMONMESS table consists of various fields, each holding specific information or linking keys about Messages for the monitor data available in SAP. These include MESS_ID (Message ID), IP_NR (InfoPackge number), DP_NR (Data packet number), RQSTATE (Status of the data selection).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSMONMESS 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
RNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
MESS_IDMessage ID RSMESS_IDNUMC10NUMC10
IP_NRInfoPackge number RSINFOPIDNUMC6NUM6
DP_NRData packet number RSDATAPIDNUMC6NUM6
RQSTATEStatus of the data selection RSRQSTATECHAR1RSRQSTATE
LNR10 digit number NUM10NUMC10NUM10
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
PROGRAMMChar 80 CHAR80CHAR80CHAR80
AUFRUFERCaller RSCALLERCHAR2RSCALLER
TIMESTAMPLUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) RSTIMESTMPLDEC21(7) TZNTSTMPL
APPL_LOGBoolean RS_BOOLCHAR1RS_BOOL
ERROR_LOGBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSMONMESS
INTO CORRESPONDING FIELDS OF WA_RSMONMESS
WHERE...

How to access SAP table RSMONMESS

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