/BCV/D_QCACHE SAP (Query cache cluster table) Table details

Dictionary Type: Table
Description: Query cache cluster table




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




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

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

The /BCV/D_QCACHE table consists of various fields, each holding specific information or linking keys about Query cache cluster table data available in SAP. These include RELID (Relation ID), CACHE_ID (Cache 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_QCACHE 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
CACHE_IDCache ID /BCV/QRM_CACHE_IDCHAR92/BCV/QRM_CACHE_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_QCACHE using ABAP code

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

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

How to access SAP table /BCV/D_QCACHE

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