RSSTATMANSTATUS SAP (Apollo Status Manager Management Table of Request Status) Table details

Dictionary Type: Table
Description: Apollo Status Manager Management Table of Request Status




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




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

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

The RSSTATMANSTATUS table consists of various fields, each holding specific information or linking keys about Apollo Status Manager Management Table of Request Status data available in SAP. These include DTA (Data Source or Target for Status Manager), DTA_TYPE (Data Target Type), PROCESS (Process Type), RNR_SID (Master data 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: 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 RSSTATMANSTATUS 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSTATMANSTATUS
INTO CORRESPONDING FIELDS OF WA_RSSTATMANSTATUS
WHERE...

How to access SAP table RSSTATMANSTATUS

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