RSTT_LOGUNIT SAP (Archive for Results of Test Units) Table details

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




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




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

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

The RSTT_LOGUNIT table consists of various fields, each holding specific information or linking keys about Archive for Results of Test Units data available in SAP. These include TSEQNO (Trace Tool: Integer Value), TUNITNO (Trace Tool: Integer Value), TSEQGUID (RSTT:_Trace GUID), TUNITID (ID of a Test Unit).. 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_LOGUNIT 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
TUNITNOTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TSEQGUIDRSTT:_Trace GUID RSTT_GUIDRAW16SYSUUID
TUNITIDID of a Test Unit RSTT_TUNITIDCHAR30
VARIANTIDVariant ID RSTT_VARIDCHAR40
REFVARIDReference ID RSTT_REFIDCHAR40
TESTSTATUSTest Status RSTT_TESTSTATUSCHAR2RSTT_TESTSTATUS
MSGTPApplication Log: Message type (A,E,W,I,S) BALMSGTYCHAR1BALMSGTY
TPATGUIDRSTT:_Trace GUID RSTT_GUIDRAW16SYSUUID
TPATSTATUSMessage Type RSTT_MSGKINDNUMC2RSTT_MSGKIND
ERRORGUIDRSTT:_Trace GUID RSTT_GUIDRAW16SYSUUID
VERSIONTrace Tool: Integer Value (Small) RSTT_INT1INT13RSTT_INT1
RUNTIMERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TESTTIMELast Change to Definition RSRMODTIMEDEC15TZNTSTMPS
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_LOGUNIT using ABAP code

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

SELECT SINGLE *
FROM RSTT_LOGUNIT
INTO CORRESPONDING FIELDS OF WA_RSTT_LOGUNIT
WHERE...

How to access SAP table RSTT_LOGUNIT

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