Message SAP /BCV/QRM779 - Query &1: Error using fields &2 and &3 in selection criteria

Diagnosis
In query &V1&, you have created selection criteria forquery fields &V2& and &V3&.These selection criteria are connected by compound selection criterionV4 using boolean operator 'or'.

System Response
The system can only handle selection criteria of the following generalform:
( [ OR ...] ) AND
( [ OR ...] ) AND ...
This means that all selection criteria for the same query field must beconnected with Boolean operator 'OR' while selection criteria fordifferent query fields must be connected with 'AND'. For selectioncriteria not matching the above form, the system aborts queryprocessing.

Procedure
Correct the selection criteria of query &V1&.