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




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

RSSTATMANPSAT 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 RSSTATMANPSAT 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 PSA (Data Source or Target for Status Manager), RNR (Request ID (Request Number)), PARTNR (10 digit number), STATUS (Char 80).. 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 RSSTATMANPSAT 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
PSAData Source or Target for Status Manager RSSTATMANDTACHAR45CHAR45
RNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
PARTNR10 digit number NUM10NUMC10NUM10
STATUSChar 80 CHAR80CHAR80CHAR80
TSTATUSChar 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

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSTATMANPSAT
INTO CORRESPONDING FIELDS OF WA_RSSTATMANPSAT
WHERE...

How to access SAP table RSSTATMANPSAT

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