/BCV/C_QSELC SAP (Query selection criterion) Table details

Dictionary Type: Table
Description: Query selection criterion




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




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

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

The /BCV/C_QSELC table consists of various fields, each holding specific information or linking keys about Query selection criterion data available in SAP. These include QUERY_ID (Query ID), CRITERION_ID (Query Selection Criterion ID), FIRST_IND (First Selection Criterion), NEGATED_IND (Negated Selection Criterion).. 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)


SAP /BCV/C_QSELC 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
CRITERION_IDQuery Selection Criterion ID /BCV/QRM_CRITERION_IDCHAR10/BCV/QRM_CRITERION_ID
FIRST_INDFirst Selection Criterion /BCV/QRM_FIRST_SEL_CRIT_INDCHAR1BOOLE
NEGATED_INDNegated Selection Criterion /BCV/QRM_NEGATION_INDCHAR1BOOLE
COMPOSED_INDCompound Selection Criterion /BCV/QRM_COMPOSITION_INDCHAR1BOOLE
L_CRITERION_IDQuery Selection Criterion ID /BCV/QRM_CRITERION_IDCHAR10/BCV/QRM_CRITERION_ID
BOOL_OPBoolean Operator /BCV/QRM_BOOL_OPERATORCHAR3/BCV/QRM_BOOL_OPERATOR
R_CRITERION_IDQuery Selection Criterion ID /BCV/QRM_CRITERION_IDCHAR10/BCV/QRM_CRITERION_ID
ATTRIBUTE_IDQuery Field ID /BCV/QRM_ATTRIBUTE_IDCHAR30/BCV/C_QATTR/BCV/QRM_ATTRIBUTE_ID
RELAT_OPRelational Operator /BCV/QRM_RELAT_OPERATORCHAR2/BCV/QRM_RELAT_OPERATOR
.INCLU-_1 0
VALUE_TYPE_1Value Type /BCV/QRM_VALUE_TYPECHAR1/BCV/QRM_VALUE_TYPE
LITERAL_1Fixed Value /BCV/QRM_LITERALCHAR80/BCV/FND_DATAVALUE_TXT
VARIABLE_ID_1Query Input Field ID /BCV/QRM_VARIABLE_IDCHAR30/BCV/C_QVAR/BCV/QRM_ATTRIBUTE_ID
FORMULA_ID_1ID of Query Formula /BCV/QRM_FORMULA_IDCHAR20Assigned to domain/BCV/QRM_FORMULA_ID
.INCLU-_2 0
VALUE_TYPE_2Value Type /BCV/QRM_VALUE_TYPECHAR1/BCV/QRM_VALUE_TYPE
LITERAL_2Fixed Value /BCV/QRM_LITERALCHAR80/BCV/FND_DATAVALUE_TXT
VARIABLE_ID_2Query Input Field ID /BCV/QRM_VARIABLE_IDCHAR30/BCV/C_QVAR/BCV/QRM_ATTRIBUTE_ID
FORMULA_ID_2ID of Query Formula /BCV/QRM_FORMULA_IDCHAR20Assigned to domain/BCV/QRM_FORMULA_ID

Key field Non-key field



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

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

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

How to access SAP table /BCV/C_QSELC

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