RSRQPROV_TST_FLD SAP (Position Table: Test Runs) Table details

Dictionary Type: Table
Description: Position Table: Test Runs




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




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

RSRQPROV_TST_FLD is a standard SAP Table which is used to store Position Table: Test Runs data and is available within R/3 SAP systems depending on the version and release level.

The RSRQPROV_TST_FLD table consists of various fields, each holding specific information or linking keys about Position Table: Test Runs data available in SAP. These include QUERY (Name (ID) of a reporting component), QUERY_QP (Name (ID) of a reporting component), CNT (Counter), X (X-Coordinate for the Trace Tool).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSRQPROV_TST_FLD 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
TIMESTMPTime Stamp RSRQPROV_TIMESTMPDEC15RSRQPROV_TIMESTMP
QUERYName (ID) of a reporting component RSZCOMPIDCHAR30Assigned to domainRSZCOMPIDRSZCOMPID
QUERY_QPName (ID) of a reporting component RSZCOMPIDCHAR30Assigned to domainRSZCOMPIDRSZCOMPID
CNTCounter RSRQPROV_CNTNUMC8RSRQPROV_CNT
XX-Coordinate for the Trace Tool RSRTRACE_XINT410
X_QPX-Coordinate for the Trace Tool RSRTRACE_XINT410
YY-Coordinate for the Trace Tool RSRTRACE_YINT410
Y_QPY-Coordinate for the Trace Tool RSRTRACE_YINT410
TYPECell-Type for the Trace Tool RSRTRACE_CELL_TYPEINT410RSRTRACE_CELL_TYPE
TYPE_QPCell-Type for the Trace Tool RSRTRACE_CELL_TYPEINT410RSRTRACE_CELL_TYPE
VALUEValue of a Cell for the Trace Tool RSRTRACE_VALUECHAR143
VALUE_QPValue of a Cell for the Trace Tool RSRTRACE_VALUECHAR143

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRQPROV_TST_FLD
INTO CORRESPONDING FIELDS OF WA_RSRQPROV_TST_FLD
WHERE...

How to access SAP table RSRQPROV_TST_FLD

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