RSSTATMANT_SAVE2 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 RSSTATMANT_SAVE2
Related tables to RSSTATMANT_SAVE2
Access table RSSTATMANT_SAVE2




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

RSSTATMANT_SAVE2 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 RSSTATMANT_SAVE2 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 (Data Source or Target for Status Manager), DTA_TYPE (Data Target Type), RNR (Request ID (Request Number)), PARTNR (Numeric Character Field, Length 10).. 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: Cannot Be Enhanced


SAP RSSTATMANT_SAVE2 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
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
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
STATUSChar 80 CHAR80CHAR80CHAR80
STATUS_OUTChar 80 CHAR80CHAR80CHAR80
TSTATUSChar 80 CHAR80CHAR80CHAR80
AGGRFLAGChar 80 CHAR80CHAR80CHAR80
COMPFLAGChar 80 CHAR80CHAR80CHAR80
AGGRCOMPFLAGChar 80 CHAR80CHAR80CHAR80
REPORTChar 80 CHAR80CHAR80CHAR80
REPORT_INTChar 80 CHAR80CHAR80CHAR80
DMFLAGChar 80 CHAR80CHAR80CHAR80
INFOPAKChar 80 CHAR80CHAR80CHAR80
ISOURCETXTLong description RSTXTLGCHAR60TEXT60
LOGSYSTXTText, 40 Characters Long TEXT40CHAR40TEXT40
OLTPSOURCETXTLong description RSTXTLGCHAR60TEXT60
UPDMODE_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
SELOPT128 character CHAR128CHAR128CHAR128
S_DTA_TXTLong description RSTXTLGCHAR60TEXT60
S_DTA_TYPE_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
ARCHIVFLAGChar 80 CHAR80CHAR80CHAR80

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSTATMANT_SAVE2
INTO CORRESPONDING FIELDS OF WA_RSSTATMANT_SAVE2
WHERE...

How to access SAP table RSSTATMANT_SAVE2

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