SAP ABAP Message Class /BCV/QRM Message Number 770 (Query &1: Field &3 is not allowed in selection criterion &2)
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 770  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20110908   
Message Text
Query &1: Field &3 is not allowed in selection criterion &2
Help Document

Diagnosis

In BCV query , you created the single selection criterion for query field . This selection criterion is placed at an invalid position of the selection criteria.

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 have to be connected with Boolean operator 'OR' while selection criteria for different query fields have to be connected with Boolean operator 'AND'. For selection criteria not matching the above form, the system aborts query processing.

Procedure

Correct the selection criteria of query accordingly.

Procedure for System Administration

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