/BCV/C_QVIEW SAP (Query Views) Table details

Dictionary Type: Table
Description: Query Views




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




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

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

The /BCV/C_QVIEW table consists of various fields, each holding specific information or linking keys about Query Views data available in SAP. These include QVIEW_ID (ID of Query View), DISPLAY_ID_1 (Chart ID), DISPLAY_ID_2 (Chart ID 2), PRIVATE_IND (Private Indicator).. 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: Can be enhanced (character-type or numeric)

Text table = /BCV/C_QVIEWT


SAP /BCV/C_QVIEW 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
QVIEW_IDID of Query View /BCV/UIF_QVIEW_IDCHAR32/BCV/UIF_QVIEW_ID/BCV/DMZ_QVIEW_ID
DISPLAY_ID_1Chart ID /BCV/UIF_DISPLAY_IDCHAR16/BCV/C_DISPLAY/BCV/UIF_FIELD_ID/BCV/ELM_DISPLAY_ID
DISPLAY_ID_2Chart ID 2 /BCV/UIF_DISPLAY_ID_2CHAR16/BCV/C_DISPLAY/BCV/UIF_FIELD_ID/BCV/ELM_DISPLAY_ID
PRIVATE_INDPrivate Indicator /BCV/FND_PRIVATE_INDCHAR1BOOLE
DISABLE_P18NDeactivate Personalization /BCV/UIF_DISABLE_P18NCHAR1BOOLE
OWNEROwner /BCV/FND_OWNERCHAR12/BCV/FND_USER/BCV/ELM_USER
CREATED_BYCreated By /BCV/FND_CREATED_BYCHAR12/BCV/FND_USER
CREATED_ONCreated On /BCV/FND_CREATED_ONDATS8/BCV/FND_DATE
CREATED_ATCreation Time /BCV/FND_CREATED_ATTIMS6BCVTM/BCV/FND_TIME
CHANGED_BYChanged By /BCV/FND_CHANGED_BYCHAR12/BCV/FND_USER
CHANGED_ONChanged On /BCV/FND_CHANGED_ONDATS8/BCV/FND_DATE
CHANGED_ATChanged Time /BCV/FND_CHANGED_ATTIMS6BCVTM/BCV/FND_TIME

Key field Non-key field



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

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

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

How to access SAP table /BCV/C_QVIEW

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