RSREQARCHMON SAP (Totals Record of Monitor Tables after Archiving) Table details

Dictionary Type: Table
Description: Totals Record of Monitor Tables after Archiving




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




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

RSREQARCHMON is a standard SAP Table which is used to store Totals Record of Monitor Tables after Archiving data and is available within R/3 SAP systems depending on the version and release level.

The RSREQARCHMON table consists of various fields, each holding specific information or linking keys about Totals Record of Monitor Tables after Archiving data available in SAP. These include RQSTATE_01 (Natural Number), RQSTATE_2 (Natural Number), RQSTATE_5 (Natural Number), RQSTATE_6 (Natural 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RSREQARCHMON 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 ID (Request Number) RSREQUIDCHAR30CHAR30
RQSTATE_01Natural Number INT4INT410INT4
RQSTATE_2Natural Number INT4INT410INT4
RQSTATE_5Natural Number INT4INT410INT4
RQSTATE_6Natural Number INT4INT410INT4
RQSTATE_8Natural Number INT4INT410INT4
RQSTATE_9Natural Number INT4INT410INT4
TIMESTAMP_LOWUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TIMESTAMP_HIGHUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
MSGTY_MAXMessage Type SYMSGTYCHAR1SYCHAR01
AUFRUFER_NOTMAXCaller RSCALLERCHAR2RSCALLER
DP_NR_NOT_MAXData packet number RSDATAPIDNUMC6NUM6
REQ_SELECT_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_SEND_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_CONV_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_FORT_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_UPDATE_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_INSERT_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_ERROR_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_NOTUPD_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REQ_ODS_ALLNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
DP_NR_LASTData packet number RSDATAPIDNUMC6NUM6
IP_NR_LASTInfoPackge number RSINFOPIDNUMC6NUM6
DP_NR_COUNTNatural Number INT4INT410INT4
IP_NR_COUNTNatural Number INT4INT410INT4
ERRORFLAG_MAXSingle-Character Indicator CHAR1CHAR1CHAR1
INFOCUBE_COUNTNatural Number INT4INT410INT4
CHECKTAB_COUNTNatural Number INT4INT410INT4
CALLER_MAX_SUBSQCaller RSCALLERCHAR2RSCALLER

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSREQARCHMON
INTO CORRESPONDING FIELDS OF WA_RSREQARCHMON
WHERE...

How to access SAP table RSREQARCHMON

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