RSSTATMANPART SAP (Store for G_T_PART of Request Display in DTA Administration) Table details

Dictionary Type: Table
Description: Store for G_T_PART of Request Display in DTA Administration




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




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

RSSTATMANPART is a standard SAP Table which is used to store Store for G_T_PART of Request Display in DTA Administration data and is available within R/3 SAP systems depending on the version and release level.

The RSSTATMANPART table consists of various fields, each holding specific information or linking keys about Store for G_T_PART of Request Display in DTA Administration data available in SAP. These include DTA_TYPE (Data Target Type), RNR (Request ID (Request Number)), PARTNR (Numeric Character Field, Length 10), STATUS (Request status (internal display)).. 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 RSSTATMANPART 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
DTAData Source or Target for Status Manager RSSTATMANDTACHAR45CHAR45
DTA_TYPEData Target Type RSSTATMANDTA_TYPECHAR6RSSTATMANDTA_TYPE_D
RNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
PARTNRNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
STATUSRequest status (internal display) RSSTATUSCHAR4RSSTATUS
STATUS_OUTRequest status (internal display) RSSTATUSCHAR4RSSTATUS
TSTATUSRequest status (internal display) RSSTATUSCHAR4RSSTATUS
AGGRFLAGRequest status (internal display) RSSTATUSCHAR4RSSTATUS
AGGRNRNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
COMPFLAGRequest status (internal display) RSSTATUSCHAR4RSSTATUS
AGGRCOMPFLAGRequest status (internal display) RSSTATUSCHAR4RSSTATUS
REPORTRequest status (internal display) RSSTATUSCHAR4RSSTATUS
REPORT_INTRequest status (internal display) RSSTATUSCHAR4RSSTATUS
DMFLAGRequest status (internal display) RSSTATUSCHAR4RSSTATUS
ODSRNRSIDNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
ODSRNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
DATUM_ANFSystem Date SYDATUMDATS8SYDATS
DATUM_VERBSystem Date SYDATUMDATS8SYDATS
ZEIT_ANFSystem Time SYUZEITTIMS6SYTIME
ZEIT_VERBSystem Time SYUZEITTIMS6SYTIME
LOGDPIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
ORIGINALRNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
STORNOFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
ISOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OLTPSOURCEDataSource RSOLTPSOURCERCHAR30RSOLTPSOURCE
UPDMODEMode of data update (Full, Delta, etc.) RSUPDMODECHAR2RSUPDMODE
ANZ_RECSNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
INSERT_RECSNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
REPAIR_FULLIndicate Full Request as Repair Request RSREPAIRFULLCHAR1CHAR1
TIMESTAMP_ANFUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TIMESTAMP_VERBUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
SOURCE_DTAData Source or Target for Status Manager RSSTATMANDTACHAR45CHAR45
SOURCE_DTA_TYPEData Target Type RSSTATMANDTA_TYPECHAR6RSSTATMANDTA_TYPE_D
TS_ENTRY_MADEUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) RSTIMESTMPLDEC21(7) TZNTSTMPL
ARCHIVFLAGRequest status (internal display) RSSTATUSCHAR4RSSTATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSTATMANPART
INTO CORRESPONDING FIELDS OF WA_RSSTATMANPART
WHERE...

How to access SAP table RSSTATMANPART

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