RSTT_S_PARAMS SAP (Parameters of Test) Structure details

Dictionary Type: Structure
Description: Parameters of Test




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




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

RSTT_S_PARAMS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameters of Test" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSTT_S_PARAMS TYPE RSTT_S_PARAMS.

The RSTT_S_PARAMS table consists of various fields, each holding specific information or linking keys about Parameters of Test data available in SAP. These include PLAYVARID (Variant ID), TRACEID (Trace Tool: Technical Name of Trace (Trace ID)), REFVARID (Variant ID), POSINO (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSTT_S_PARAMS structure 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
TRACEGUIDRSTT:_Trace GUID RSTT_GUIDRAW16SYSUUID
PLAYVARIDVariant ID RSTT_VARIANTIDCHAR20
TRACEIDTrace Tool: Technical Name of Trace (Trace ID) RSTT_TRACEIDCHAR30RSTT_TRACEID
REFVARIDVariant ID RSTT_VARIANTIDCHAR20
POSINOTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
ERRORTYPEError Type RSTT_ERRORTYPECHAR2RSTT_ERRORTYPE
MSGSTATUSMessage Type RSTT_MSGKINDNUMC2RSTT_MSGKIND
POBJNMTrace Tool: Name of Program Object RSTT_POBJNMCHAR61
POBJTYPETrace Tool: Program Object Type RSTT_POBJTYPCHAR1RSTT_POBJTYP
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
COMPNMTrace Tool: ABAP Component Name RSTT_COMPNMCHAR30RSTT_COMPNM
COMPTYPESubtype of Data Object RSTT_DOBJSKINDCHAR1RSTT_DOBJSKIND
COMPIDTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
PARAMNMTrace Tool: ABAP Component Name RSTT_COMPNMCHAR30RSTT_COMPNM
PARAMTYPETrace Tool: Type of Data Element RSTT_DOBJKINDCHAR1RSTT_DOBJKIND
DOBJIDTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TOBJNMTrace Tool: Test Object Name RSTT_TOBJNMCHAR30RSTT_TOBJNM
TOBJTYPETrace Tool: Test Object Type RSTT_TOBJTYPCHAR2RSTT_TOBJTYP
TSOBJNMTrace Tool: Test Object Name RSTT_TOBJNMCHAR30RSTT_TOBJNM
TESTTIMERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
INITTIMERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
CHECKSTATUSTrace Tool: Check Status RSTT_CHECKSTATUSNUMC1RSTT_CHECKSTATUS
TTIMELast Change to Definition RSRMODTIMEDEC15TZNTSTMPS
CHECKNO_ALLTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
CHECKNO_OKTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
VERICODE_CRSTT: Char 30 Field RSTT_CHAR30CHAR30
VERICODE_RRSTT: Char 30 Field RSTT_CHAR30CHAR30

Key field Non-key field



How do I retrieve data from SAP structure RSTT_S_PARAMS using ABAP code?

As RSTT_S_PARAMS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSTT_S_PARAMS as there is no data to select.

How to access SAP table RSTT_S_PARAMS

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