RSTT_LOGSEQ SAP (Archive for Results of Test Sequences) Table details

Dictionary Type: Table
Description: Archive for Results of Test Sequences




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




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

RSTT_LOGSEQ is a standard SAP Table which is used to store Archive for Results of Test Sequences data and is available within R/3 SAP systems depending on the version and release level.

The RSTT_LOGSEQ table consists of various fields, each holding specific information or linking keys about Archive for Results of Test Sequences data available in SAP. These include TSEQNO (Trace Tool: Integer Value), TSEQGUID (RSTT:_Trace GUID), TSEQSTAT (Status of Test Run), JOBLOGS (Trace Tool: BLOB Field for Saving XML String).. 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_LOGSEQ 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
TRUNIDID of Test Run RSTT_TRUNIDNUMC10
TSEQNOTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TSEQGUIDRSTT:_Trace GUID RSTT_GUIDRAW16SYSUUID
TSEQSTATStatus of Test Run RSTT_TRUNSTATCHAR1RSTT_TRUNSTAT
JOBLOGSTrace Tool: BLOB Field for Saving XML String RSTT_BLOBRSTR0RSTT_BLOB
APPLOGSTrace Tool: BLOB Field for Saving XML String RSTT_BLOBRSTR0RSTT_BLOB
TUNITCURTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TUNITALLTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TUNITOKTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TRUNPERSISTTrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
TESTSTATUSTest Status RSTT_TESTSTATUSCHAR2RSTT_TESTSTATUS
RUNTIMERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
EXTERNIDRSTT: CHAR 40 Field RSTT_CHAR40CHAR40
TAMOUNTTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TAMOUNTOKTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTT_LOGSEQ
INTO CORRESPONDING FIELDS OF WA_RSTT_LOGSEQ
WHERE...

How to access SAP table RSTT_LOGSEQ

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