RSTT_CALLSTACK SAP (Trace Tool: Call Stack Table of Trace) Table details

Dictionary Type: Table
Description: Trace Tool: Call Stack Table of Trace




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




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

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

The RSTT_CALLSTACK table consists of various fields, each holding specific information or linking keys about Trace Tool: Call Stack Table of Trace data available in SAP. These include POSINO (Trace Tool: Integer Value), SEQUNO (Trace Tool: Integer Value), LAYERDEPTH (Trace Tool: Integer Value), STACKDEPTH (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_CALLSTACK 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
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
TLAYERTrace Tool: Tracing Layer ID RSTT_TLAYERCHAR3RSTT_TLAYER
TOBJTYPETrace Tool: Test Object Type RSTT_TOBJTYPCHAR2RSTT_TOBJTYP
TOBJNMTrace Tool: Test Object Name RSTT_TOBJNMCHAR30RSTT_TOBJNM
TSOBJNMTrace Tool: Test Object Name RSTT_TOBJNMCHAR30RSTT_TOBJNM
CALLTIMELong Integer RS_LONGINTDEC19RS_LONGINT
SKIPPLAYTrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
VALUETrace Tool: BLOB Field for Saving XML String RSTT_BLOBRSTR0RSTT_BLOB
INVALIDTrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
POSINO_INSTTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTT_CALLSTACK
INTO CORRESPONDING FIELDS OF WA_RSTT_CALLSTACK
WHERE...

How to access SAP table RSTT_CALLSTACK

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