RSTT_ERR SAP (Attributes for Defects Found with BI ATR) Table details

Dictionary Type: Table
Description: Attributes for Defects Found with BI ATR




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




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

RSTT_ERR is a standard SAP Table which is used to store Attributes for Defects Found with BI ATR data and is available within R/3 SAP systems depending on the version and release level.

The RSTT_ERR table consists of various fields, each holding specific information or linking keys about Attributes for Defects Found with BI ATR data available in SAP. These include ERRID (Error ID), PSTATUS (Correction Status), EGROUP (Error Group), ECATEGORY (Error Category).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSTT_ERR 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
ERRORGUIDRSTT:_Trace GUID RSTT_GUIDRAW16SYSUUID
ERRIDError ID RSTT_ERRIDNUMC10
PSTATUSCorrection Status RSTT_CORRSTATCHAR1RSTT_CORRSTAT
EGROUPError Group RSTT_EGROUPCHAR1RSTT_EGROUP
ECATEGORYError Category RSTT_ECATCHAR5RSTT_ECAT
QUALITYCHAQuality Characteristic RSTT_QCHACHAR1RSTT_QCHA
EKINDError Type RSTT_EKINDCHAR3RSTT_EKIND
SAPCOMPSAP Component RSTT_SAPCOMPCHAR20
TECHAREATechnology Area for Test Activities RSTT_TECHAREACHAR4RSTT_TECHAREA
FUNCAREATechnology Area for Test Activities RSTT_TECHAREACHAR4RSTT_TECHAREA
EAREATechnology Area for Test Activities RSTT_TECHAREACHAR4RSTT_TECHAREA
ERRAREATechnology Area for Test Activities RSTT_TECHAREACHAR4RSTT_TECHAREA
ATTRTrace Tool: BLOB Field for Saving XML String RSTT_BLOBRSTR0RSTT_BLOB
RSTOPTrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
TECHTechnology of Application RSTT_TECHCHAR4RSTT_TECH

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTT_ERR
INTO CORRESPONDING FIELDS OF WA_RSTT_ERR
WHERE...

How to access SAP table RSTT_ERR

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