Entering content frame

-3022: Invalid number of tables for outer join Locate the document in its SAP Library structure

Explanation:

If an <OUTER JOIN INDICATOR> was specified in at least one <JOIN PREDICATE> of the <QUERY SPEC>, the number of the underlying tables of the <QUERY SPEC> <FROM clause> must be precisely two or the following must apply:

  1. <OUTER JOIN indicator>s are only specified for one of the tables specified in the <FROM clause>.
  2. All JOIN PREDICATEs of this table related to just one other table contain the <OUTER JOIN INDICATOR>.
  3. All other joins do not contain an OUTER JOIN INDICATOR.

User Action:

The attempt should be made to add any missing OUTER JOIN indicators or to split the SQL statement into several SQL statements, or to achieve the desired effect by <QUERY EXPRESSION>s in the <FROM clause>.

 

 

Leaving content frame