SAP Message /BCV/QRM769 - Query &1: Boolean operator 'AND' is not allowed in selection criterion &2

Diagnosis
In query &V1&, you have created the compound selection criterion &V2&with Boolean operator 'AND' at an invalid position of the selectioncriteria.

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 samequery field must beconnected with Boolen 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&.