RSMONJUDGE SAP (Monitor: Evaluating a Request) Table details

Dictionary Type: Table
Description: Monitor: Evaluating a Request




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




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

RSMONJUDGE is a standard SAP Table which is used to store Monitor: Evaluating a Request data and is available within R/3 SAP systems depending on the version and release level.

The RSMONJUDGE table consists of various fields, each holding specific information or linking keys about Monitor: Evaluating a Request data available in SAP. These include ERROR (Boolean), ASSISTANT (Evaluating a Request using the Assistant), LAST_IP (InfoPackge number), NUM_IP (InfoPackge number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSMONJUDGE 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
ERRORBoolean RS_BOOLCHAR1RS_BOOL
ASSISTANTEvaluating a Request using the Assistant RSJUDGENUMC3SYMSGNO
LAST_IPInfoPackge number RSINFOPIDNUMC6NUM6
NUM_IPInfoPackge number RSINFOPIDNUMC6NUM6
NUM_SENT_DPData packet number RSDATAPIDNUMC6NUM6
NUM_RECEIVED_DPData packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_29Data packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_33Data packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_39Data packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_59Data packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_60Data packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_70Data packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_89Data packet number RSDATAPIDNUMC6NUM6
NUM_CALLER_99Data packet number RSDATAPIDNUMC6NUM6

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSMONJUDGE
INTO CORRESPONDING FIELDS OF WA_RSMONJUDGE
WHERE...

How to access SAP table RSMONJUDGE

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