RSTT_CHECKSTACK SAP (Trace Tool: Table of Checkable Program Objects) Table details

Dictionary Type: Table
Description: Trace Tool: Table of Checkable Program Objects




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




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

RSTT_CHECKSTACK is a standard SAP Table which is used to store Trace Tool: Table of Checkable Program Objects data and is available within R/3 SAP systems depending on the version and release level.

The RSTT_CHECKSTACK table consists of various fields, each holding specific information or linking keys about Trace Tool: Table of Checkable Program Objects data available in SAP. These include POSINO (Trace Tool: Integer Value), POSINO_CALL (Trace Tool: Integer Value), TLAYER (Trace Tool: Tracing Layer ID), SEQUNO (Trace Tool: Integer Value).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSTT_CHECKSTACK 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
TRACEGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
POSINOTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
POSINO_CALLTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TLAYERTrace Tool: Tracing Layer ID RSTT_TLAYERCHAR3RSTT_TLAYER
SEQUNOTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
LAYERDEPTHTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
STACKDEPTHTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
POBJTYPETrace Tool: Program Object Type RSTT_POBJTYPCHAR1RSTT_POBJTYP
POBJNMTrace Tool: Name of Program Object RSTT_POBJNMCHAR61
PSOBJNMTrace Tool: Name of Program Super Object (e.g. Class Name) RSTT_PSOBJNMCHAR40
CHECKPOSTrace Tool: Check Item RSTT_CHECKPOSCHAR1RSTT_CHECKPOS
CHECKALIASTrace Tool: Test Object Name RSTT_TOBJNMCHAR30RSTT_TOBJNM
CHECKAMOUNTTrace Tool: Integer Value (Small) RSTT_INT1INT13RSTT_INT1
CHECKEXETrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
PARAMSTrace Tool: BLOB Field for Saving XML String RSTT_BLOBRSTR0RSTT_BLOB

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTT_CHECKSTACK
INTO CORRESPONDING FIELDS OF WA_RSTT_CHECKSTACK
WHERE...

How to access SAP table RSTT_CHECKSTACK

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