SAP Message AQ642 - &1 may not be connected to two tables with a left outer join.

Diagnosis
You tried to insert a join or to convert a join into a left outer join.
The definition would result in a join condition that is not supportedby ABAP SQL:
The table at the right would be linked with more than one table using aleft outer join.
This is not allowed.

System Response
The change was canceled.