SAP ABAP Message Class /BCV/QRM Message Number 779 (Query &1: Error using fields &2 and &3 in selection criteria)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BCV (Application Component) Business Context Viewer
     /BCV/QRM (Package) BCV Query Management Layer
Attribute
Message class /BCV/QRM  
Short Description Query Management Messages    
Message Number 779  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20110908   
Message Text
Query &1: Error using fields &2 and &3 in selection criteria
Help Document

Diagnosis

In query , you have created selection criteria for query fields and . These selection criteria are connected by compound selection criterion using Boolean operator 'OR'.

System Response

The system can only handle selection criteria of the following general form:

( <field1> <operator> <value11> [ OR <field1> <operator> <value12> ...] ) AND 
( <field2> <operator> <value21> [ OR <field2> <operator> <value22> ...] ) AND ...

This means that all selection criteria for the same query field must be connected with Boolean operator 'OR' while selection criteria for different query fields must be connected with 'AND'. For selection criteria not matching the above form, the system aborts query processing.

Procedure

Correct the selection criteria of query .

Procedure for System Administration

History
Last changed on/by 20110908  SAP 
SAP Release Created in   701