RSRQPROV_TST_HDR SAP (Header Table: Test Runs) Table details

Dictionary Type: Table
Description: Header Table: Test Runs




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




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

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

The RSRQPROV_TST_HDR table consists of various fields, each holding specific information or linking keys about Header Table: Test Runs data available in SAP. These include CNT (Counter), QUERY (Name (ID) of a reporting component), QUERY_QP (Name (ID) of a reporting component), CNT_DATA (Counter for Data Records).. 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_HDR 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
CNTCounter RSRQPROV_CNTNUMC8RSRQPROV_CNT
QUERYName (ID) of a reporting component RSZCOMPIDCHAR30Assigned to domainRSZCOMPIDRSZCOMPID
QUERY_QPName (ID) of a reporting component RSZCOMPIDCHAR30Assigned to domainRSZCOMPIDRSZCOMPID
CNT_DATACounter for Data Records RSRQPROV_CNT_DATANUMC8RSRQPROV_CNT_DATA
CNT_DATA_QPCounter for OSI Data Records RSRQPROV_CNT_DATA_QPNUMC8RSRQPROV_CNT_DATA_QP
CNT_ERRORCounter for Data Records with Errors RSRQPROV_CNT_ERRORNUMC8RSRQPROV_CNT_ERROR
CNT_ERROR_QPCounter for OSI Data Records with Errors RSRQPROV_CNT_ERROR_QPNUMC8RSRQPROV_CNT_ERROR
ERROR_COMMENTError Text RSRQPROV_ERRORTEXTCHAR255RSRQPROV_ERRORTEXT
TSTPNMLast changed by RSTSTPNMCHAR12Assigned to domainXUBNAME
DATUMDate RSRQPROV_DATUMDATS8RSRQPROV_DATUM
UZEITTime RSRQPROV_UZEITTIMS6RSRQPROV_UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSRQPROV_TST_HDR
INTO CORRESPONDING FIELDS OF WA_RSRQPROV_TST_HDR
WHERE...

How to access SAP table RSRQPROV_TST_HDR

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