/BCV/S_QRM_QUERY_SEL_CRIT SAP (Query Selection Criterion) Structure details

Dictionary Type: Structure
Description: Query Selection Criterion




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




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

/BCV/S_QRM_QUERY_SEL_CRIT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Query Selection Criterion" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/BCV/S_QRM_QUERY_SEL_CRIT TYPE /BCV/S_QRM_QUERY_SEL_CRIT.

The /BCV/S_QRM_QUERY_SEL_CRIT table consists of various fields, each holding specific information or linking keys about Query Selection Criterion data available in SAP. These include CRITERION_ID (Query Selection Criterion ID), FIRST_IND (First Selection Criterion), NEGATED_IND (Negated Selection Criterion), COMPOSED_IND (Compound 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BCV/S_QRM_QUERY_SEL_CRIT structure 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
QUERY_IDQuery ID /BCV/QRM_QUERY_IDCHAR32/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/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/QRM_ATTRIBUTE_ID
FORMULA_ID_1ID of Query Formula /BCV/QRM_FORMULA_IDCHAR20/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/QRM_ATTRIBUTE_ID
FORMULA_ID_2ID of Query Formula /BCV/QRM_FORMULA_IDCHAR20/BCV/QRM_FORMULA_ID
PARENT_CRIT_IDQuery Selection Criterion ID /BCV/QRM_CRITERION_IDCHAR10/BCV/QRM_CRITERION_ID

Key field Non-key field



How do I retrieve data from SAP structure /BCV/S_QRM_QUERY_SEL_CRIT using ABAP code?

As /BCV/S_QRM_QUERY_SEL_CRIT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /BCV/S_QRM_QUERY_SEL_CRIT as there is no data to select.

How to access SAP table /BCV/S_QRM_QUERY_SEL_CRIT

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