/BCV/D_QRESULT SAP (Query result cluster) Table details

Dictionary Type: Table
Description: Query result cluster




ABAP Code to SELECT data from /BCV/D_QRESULT
Related tables to /BCV/D_QRESULT
Access table /BCV/D_QRESULT




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

/BCV/D_QRESULT is a standard SAP Table which is used to store Query result cluster data and is available within R/3 SAP systems depending on the version and release level.

The /BCV/D_QRESULT table consists of various fields, each holding specific information or linking keys about Query result cluster data available in SAP. These include RELID (Relation ID), RESULT_ID (Result ID), SRTF2 (Next record counter in EXPORT/IMPORT data tables), CLUSTR (BIN2 data element for SYST).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BCV/D_QRESULT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RELIDRelation ID /BCV/QRM_RELATION_IDCHAR2/BCV/QRM_RELATION_ID
RESULT_IDResult ID /BCV/QRM_RESULT_IDCHAR32/BCV/QRM_RESULT_ID
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
CLUSTRBIN2 data element for SYST SYBIN2INT25SYBIN2
CLUSTDResult Data /BCV/QRM_CLUSTLRAW2886

Key field Non-key field



How do I retrieve data from SAP table /BCV/D_QRESULT using ABAP code

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

SELECT SINGLE *
FROM /BCV/D_QRESULT
INTO CORRESPONDING FIELDS OF WA_/BCV/D_QRESULT
WHERE...

How to access SAP table /BCV/D_QRESULT

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