/BCV/C_QATTR SAP (Query Field) Table details

Dictionary Type: Table
Description: Query Field




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




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

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

The /BCV/C_QATTR table consists of various fields, each holding specific information or linking keys about Query Field data available in SAP. These include QUERY_ID (Query ID), ATTRIBUTE_ID (Query Field ID), TYPE (Type of Query Field), ORIGIN (Origin of Query Field).. 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)

Text table = /BCV/C_QATTRT


SAP /BCV/C_QATTR 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
QUERY_IDQuery ID /BCV/QRM_QUERY_IDCHAR32/BCV/C_QHEAD/BCV/QRM_QUERY_ID/BCV/DMZ_QUERY_ID
ATTRIBUTE_IDQuery Field ID /BCV/QRM_ATTRIBUTE_IDCHAR30/BCV/QRM_ATTRIBUTE_ID
TYPEType of Query Field /BCV/QRM_ATTRIBUTE_TYPECHAR1/BCV/QRM_ATTRIBUTE_TYPE
ORIGINOrigin of Query Field /BCV/QRM_ATTRIBUTE_ORIGINCHAR1/BCV/QRM_ATTRIBUTE_ORIGIN
SIN_ATTRIBUTE_IDID of Search Connector Field /BCV/QRM_SIN_ATTRIBUTE_IDCHAR30/BCV/FND_ATTRIBUTE_ID
SEARCH_IDInternal ID of Search Connector /BCV/QRM_SEARCH_IDCHAR10/BCV/C_QSCON/BCV/QRM_SEARCH_ID
DATA_ELEMData Element of Query Field /BCV/QRM_ATTRIBUTE_DATA_ELEMCHAR30/BCV/FND_DATA_ELEM/BCV/ELM_DATA_ELEM
DATATYPEData Type of Query Field /BCV/QRM_ATTRIBUTE_DATATYPECHAR4DTYPE/BCV/FND_DATATYPE
LENGTHLength of Query Field /BCV/QRM_ATTRIBUTE_LENGTHNUMC6/BCV/FND_LENGTH
DECIMALSDecimals of Query Field /BCV/QRM_ATTRIBUTE_DECIMALSNUMC6/BCV/FND_DECIMALS
CONVEXITConversion Exit /BCV/FND_CONVEXITCHAR5CONVEXIT/BCV/ELM_CONVEXIT
REQUIRED_INDQuery Input Field Value Required /BCV/QRM_REQUIRED_INDCHAR1/BCV/FND_REQUIRED_IND
LOWERCASE_INDLowercase Letters Allowed in Query Input Field Values /BCV/QRM_LOWERCASE_INDCHAR1/BCV/FND_LOWERCASE_IND
SELECT_MODEQuery Input Field Selection Mode /BCV/QRM_SELECT_MODECHAR1/BCV/FND_SELIND
RELATIONReference Field /BCV/QRM_RELATIONCHAR30/BCV/QRM_ATTRIBUTE_ID
RELATION_TYPEReference Type /BCV/QRM_RELATION_TYPECHAR1/BCV/FND_RELATION_TYPE
MEANINGMeaning /BCV/FND_MEANINGCHAR20Assigned to domain/BCV/FND_MEANING/BCV/ELM_MEANING

Key field Non-key field



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

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

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

How to access SAP table /BCV/C_QATTR

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