RSTT_TJOB SAP (Trace Tool: Trace Job/Test Job Table) Table details

Dictionary Type: Table
Description: Trace Tool: Trace Job/Test Job Table




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




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

RSTT_TJOB is a standard SAP Table which is used to store Trace Tool: Trace Job/Test Job Table data and is available within R/3 SAP systems depending on the version and release level.

The RSTT_TJOB table consists of various fields, each holding specific information or linking keys about Trace Tool: Trace Job/Test Job Table data available in SAP. These include TJOBID (Trace Tool: ID for Trace Job/Test Job), JOBNO (Internal Job Number), TPACGUID (GUID in 'RAW' format), TTYPE (Trace Tool: Trace Type).. 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_TJOB 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
TJOBGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
TJOBIDTrace Tool: ID for Trace Job/Test Job RSTT_TJOBIDCHAR30
JOBNOInternal Job Number RSTT_JOBNOCHAR8
TPACGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
TTYPETrace Tool: Trace Type RSTT_TTYPECHAR4RSTT_TTYPE
TAREATrace Tool: Test Area ID RSTT_TAREACHAR20RSTT_TAREA
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
AUTHORTrace Tool: Trace User RSTT_TUSERCHAR12
DEFTIMELast Change to Definition RSRMODTIMEDEC15TZNTSTMPS
LASTUSERTrace Tool: Trace User RSTT_TUSERCHAR12
MODTIMELast Change to Definition RSRMODTIMEDEC15TZNTSTMPS
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SYSRELRelease RSTT_RELEASECHAR3
SYSPATCHTrace Tool: Patch Level of System RSTT_SYSPATCHCHAR20
PARAMSTrace Tool: BLOB Field for Saving XML String RSTT_BLOBRSTR0RSTT_BLOB
BWTCTVALIDTrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
ERRORJOBIDTrace Tool: ID for Trace Job/Test Job RSTT_TJOBIDCHAR30
CURTRUNIDID of Test Run RSTT_TRUNIDNUMC10
TRUNIDANAID of Test Run RSTT_TRUNIDNUMC10
RUNTIME_AVGDecimal Number RSTT_DECDEC10(2)
RUNTIME_AMTTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTT_TJOB
INTO CORRESPONDING FIELDS OF WA_RSTT_TJOB
WHERE...

How to access SAP table RSTT_TJOB

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