SAP Message AQ597 - No left outer join may be defined here.

Diagnosis
You tried to insert a join.
The defined tables and links do not allow you to insert a join.
Note that the ABAP SQL statement does not support the followingsituations:

  • The right table of a left outer join is also the right table of another
  • join, that is
    a right table of a left outer join can only be linked with a left-handtable;
    • a right table of a left outer join is the left table of another left
    • outer join.

      System Response
      The desired change was canceled.