DBA_TST_RESULT_RUN_DATA SAP (DBA-TST: Results for Single Test Run) Structure details

Dictionary Type: Structure
Description: DBA-TST: Results for Single Test Run




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




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

DBA_TST_RESULT_RUN_DATA 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 "DBA-TST: Results for Single Test Run" 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_DBA_TST_RESULT_RUN_DATA TYPE DBA_TST_RESULT_RUN_DATA.

The DBA_TST_RESULT_RUN_DATA table consists of various fields, each holding specific information or linking keys about DBA-TST: Results for Single Test Run data available in SAP. These include TEST_SET_ID (DBA: Test Set ID), CATEGORY (DBA: Category like COMPONENT_BUILDER, RDI), SUBCATEGORY (DBA: Subcategories like SELECT, EXTRAC_FOR_BI), OBJECT (DBA: Object Name).. 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 DBA_TST_RESULT_RUN_DATA 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
RESULTS 0
TEST_SET_ID DBA: Test Set ID0
CATEGORY DBA: Category like COMPONENT_BUILDER, RDI0
SUBCATEGORY DBA: Subcategories like SELECT, EXTRAC_FOR_BI0
OBJECT DBA: Object Name0
SUBOBJECT DBA: Object Subname0
LOCATION DBA: Location Type like SCREEN, DPW0
SUBLOCATION DBA: Location0
TIMESTAMPDBA: ISO conform timestamp with ms precission DB6DATETIMCHAR26
RESULT_CODE 0
RC_IMAGE 0
MESSAGE 0
DETAILS 0
RUN_LAST_TIME 0
RUN_AVG_TIME 0
RUN_AVG_CNT 0
RUN_LAST_TIME_RC 0
RUN_LAST_TIME_RC_IMAGE 0
HAS_DRIVER_DATAReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
HAS_TEST_DATAReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
TEST_KEY 0
TEST_SET_ID DBA: Test Set ID0
CATEGORY DBA: Category like COMPONENT_BUILDER, RDI0
SUBCATEGORY DBA: Subcategories like SELECT, EXTRAC_FOR_BI0
OBJECT DBA: Object Name0
SUBOBJECT DBA: Object Subname0
LOCATION DBA: Location Type like SCREEN, DPW0
SUBLOCATION DBA: Location0
DRIVER_DATA_STATUS 0
DRIVER_DATA_ICON 0
TEST_DATA_STATUS 0
TEST_DATA_ICON 0
RUN_DRIVER_CTAB_FNAMEALV control: Field name with complex cell color coding LVC_CTFNMCHAR30CHAR30
REF_DRIVER_CTAB_FNAMEALV control: Field name with complex cell color coding LVC_CTFNMCHAR30CHAR30
NO_DATA_TAB 0
HAS_CHECK_RESULTSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN

Key field Non-key field



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

As DBA_TST_RESULT_RUN_DATA 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 DBA_TST_RESULT_RUN_DATA as there is no data to select.

How to access SAP table DBA_TST_RESULT_RUN_DATA

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