RSREQDONE SAP (Monitor: Saving of the QM entries) Table details

Dictionary Type: Table
Description: Monitor: Saving of the QM entries




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




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

RSREQDONE is a standard SAP Table which is used to store Monitor: Saving of the QM entries data and is available within R/3 SAP systems depending on the version and release level.

The RSREQDONE table consists of various fields, each holding specific information or linking keys about Monitor: Saving of the QM entries data available in SAP. These include GNR (Request number for the data transfer), LOGDPID (Logical InfoPackage variant (ID)), LOGGRID (InfoPackage group), INFOPAKID (Logical InfoPackage variant (ID)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSREQDONE 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
GNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
LOGDPIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
LOGGRIDInfoPackage group RSLOGGRIDCHAR30RSLOGDPID
INFOPAKIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
DATUMSystem Date SYDATUMDATS8SYDATS
UZEITSystem Time SYUZEITTIMS6SYTIME
TSTATUSRequest status (internal display) RSSTATUSCHAR4RSSTATUS
TDATUMSystem Date SYDATUMDATS8SYDATS
TUZEITSystem Time SYUZEITTIMS6SYTIME
QMSTATUSRequest status (internal display) RSSTATUSCHAR4RSSTATUS
QMUNAMEUser Name SYUNAMECHAR12SYCHAR12
QMDATUMSystem Date SYDATUMDATS8SYDATS
QMUZEITSystem Time SYUZEITTIMS6SYTIME
QMQUICKchar120 CHAR120CHAR120CHAR120
ODSNAMEData Source or Target for Status Manager RSSTATMANDTACHAR45CHAR45
WORKFLOWSingle-Character Indicator CHAR1CHAR1CHAR1
STRUCSingle-Character Indicator CHAR1CHAR1CHAR1
STORNOFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
TIMESTAMPBEGINUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TIMESTAMPENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
RECORDSNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
TIMESTAMPSAVEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
MANUALBoolean RS_BOOLCHAR1RS_BOOL
PROTOKOLLBoolean RS_BOOLCHAR1RS_BOOL
CUSTOMER_EXITBoolean RS_BOOLCHAR1RS_BOOL
STATISTIKBoolean RS_BOOLCHAR1RS_BOOL
ROLLUPBoolean RS_BOOLCHAR1RS_BOOL
COMPRESSEDBoolean RS_BOOLCHAR1RS_BOOL
SCND_STEPBoolean RS_BOOLCHAR1RS_BOOL
HIERACTBoolean RS_BOOLCHAR1RS_BOOL
ASSISTANTEvaluating a Request using the Assistant RSJUDGENUMC3SYMSGNO
UPDATE_STATEBoolean RS_BOOLCHAR1RS_BOOL
CODS_ACTIVATEDBoolean RS_BOOLCHAR1RS_BOOL
VIEWEDBoolean RS_BOOLCHAR1RS_BOOL
LOADEDBoolean RS_BOOLCHAR1RS_BOOL
ERROR_NUMNatural Number INT4INT410INT4
ERROR_ABORTBoolean RS_BOOLCHAR1RS_BOOL
ERROR_SAVEDBoolean RS_BOOLCHAR1RS_BOOL
NO_SCND_STEPBoolean RS_BOOLCHAR1RS_BOOL
LOCATIONLocation of Error RS_ERROR_LOCATIONNUMC2RS_ERROR_LOCATION
CHAVL_CHECKEDBoolean RS_BOOLCHAR1RS_BOOL
CHAIN_LOG_IDLog-ID of a Process Chain Run RSPC_LOGIDCHAR25RSPC_LOGID
CHAIN_EV_RAISEDBoolean RS_BOOLCHAR1RS_BOOL
ARCHIVEDBoolean RS_BOOLCHAR1RS_BOOL
UIC_HASHHash Value (160 Bits) HASH160CHAR40
META_HASHHash Value (160 Bits) HASH160CHAR40
LDT_HASHHash Value (160 Bits) HASH160CHAR40
RULE_HASHHash Value (160 Bits) HASH160CHAR40
TCP_HASHHash Value (160 Bits) HASH160CHAR40
ARCHIVE_OBJECTID of Data Object for Direct Access to ADK Archives OBJ_ID_20CHAR20CHAR20
META_IDENT10 digit number NUM10NUMC10NUM10
TCP_IDENT10 digit number NUM10NUMC10NUM10
UIC_IDENT10 digit number NUM10NUMC10NUM10
RULE_IDENT10 digit number NUM10NUMC10NUM10
LDT_IDENT10 digit number NUM10NUMC10NUM10
DTP_LOADSingle-Character Indicator CHAR1CHAR1CHAR1
DTP_SIDMaster data ID RSSIDINT410RSSID

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSREQDONE
INTO CORRESPONDING FIELDS OF WA_RSREQDONE
WHERE...

How to access SAP table RSREQDONE

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