RSSTATMANSTATDEL SAP (Status Manager Table of Deleted Request Status) Table details

Dictionary Type: Table
Description: Status Manager Table of Deleted Request Status




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




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

RSSTATMANSTATDEL is a standard SAP Table which is used to store Status Manager Table of Deleted Request Status data and is available within R/3 SAP systems depending on the version and release level.

The RSSTATMANSTATDEL table consists of various fields, each holding specific information or linking keys about Status Manager Table of Deleted Request Status data available in SAP. These include RNR (Request ID (Request Number)), DTA (Data Source or Target for Status Manager), DTA_TYPE (Data Target Type), PROCESS (Process Type).. 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 (character-type or numeric)


SAP RSSTATMANSTATDEL 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
DEL_TIMESTAMPUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) RSTIMESTMPLDEC21(7) TZNTSTMPL
RNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
DTAData Source or Target for Status Manager RSSTATMANDTACHAR45CHAR45
DTA_TYPEData Target Type RSSTATMANDTA_TYPECHAR6RSSTATMANDTA_TYPE_D
PROCESSProcess Type RSPC_TYPECHAR10Assigned to domainRSPC_TYPE
RNR_SIDMaster data ID RSSIDINT410RSSID
T_STATUSRequest status (internal display) RSSTATUSCHAR4RSSTATUS
T_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
QM_STATUSRequest status (internal display) RSSTATUSCHAR4RSSTATUS
QM_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
QM_USERUser Name SYUNAMECHAR12SYCHAR12
PC_INSTANCEProcess Instance (Value) RSPC_INSTANCECHAR30RSPC_INSTANCE
PC_VARIANTProcess Variant (Name) RSPC_VARIANTCHAR30RSPC_VARIANT
PC_LOGIDLog-ID of a Process Chain Run RSPC_LOGIDCHAR25RSPC_LOGID
TS_PROC_STARTEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_PROC_ENDEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
TS_LAST_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
DEL_USERUser Name SYUNAMECHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSTATMANSTATDEL
INTO CORRESPONDING FIELDS OF WA_RSSTATMANSTATDEL
WHERE...

How to access SAP table RSSTATMANSTATDEL

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