RSCNVMON SAP (Table to store the general data for Monitor) Table details

Dictionary Type: Table
Description: Table to store the general data for Monitor




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




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

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

The RSCNVMON table consists of various fields, each holding specific information or linking keys about Table to store the general data for Monitor data available in SAP. These include REQNM (Request Name), OBJECT (Application Log: Object Name (Application Code)), SUBOBJECT (Application Log: Subobject), USERNAME (User Name).. 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: Can Be Enhanced (Deep)


SAP RSCNVMON 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
REQNORequest Unique ID Used in Monitoring RSMRT_MONREQNOCHAR32CHAR32
REQNMRequest Name RSMRT_REQNMCHAR100TEXT100
OBJECTApplication Log: Object Name (Application Code) BALOBJ_DCHAR20Assigned to domainBALOBJBALOBJ
SUBOBJECTApplication Log: Subobject BALSUBOBJCHAR20Assigned to domainBALSUBOBJBALSUBOBJ
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
LAST_USERUser Name SYUNAMECHAR12SYCHAR12
RUNDATELast Run Date for Conversion Request RSMRT_LASTRUNDTDATS8RSMRT_LASTRUNDT
RUNTIMELast Run Time for Conversion Request RSMRT_LASTRUNTMTIMS6RSMRT_LASTRUNTM
LAST_RUNDATELast Run Date for Conversion Request RSMRT_LASTRUNDTDATS8RSMRT_LASTRUNDT
LAST_RUNTIMELast Run Time for Conversion Request RSMRT_LASTRUNTMTIMS6RSMRT_LASTRUNTM
STATUSConversion Request Status RSMRT_REQSTATUSCHAR1RSMRT_REQSTATUS
IMGIDIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
EXP_IMGIDIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
CLSNMClass Name of Implementing Interface IF_RSCNV_MONITOR RSMRT_MON_CLSNMCHAR30SEOCLSNAME
RESTART_ENABLDBoolean RS_BOOLCHAR1RS_BOOL
RESETREQ_ENABLDBoolean RS_BOOLCHAR1RS_BOOL
RESETSTP_ENABLDBoolean RS_BOOLCHAR1RS_BOOL
DELETE_ENABLDBoolean RS_BOOLCHAR1RS_BOOL
ABORTREQ_ENABLDBoolean RS_BOOLCHAR1RS_BOOL
ABORTSTP_ENABLDBoolean RS_BOOLCHAR1RS_BOOL
JOB_NAMEBackground job name BTCJOBCHAR32CHAR32
JOB_COUNTJob ID BTCJOBCNTCHAR8CHAR8
UNDO_ENABLDBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSCNVMON
INTO CORRESPONDING FIELDS OF WA_RSCNVMON
WHERE...

How to access SAP table RSCNVMON

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