Hi All - we don't really have exception joins, where you want everything in one table that doesn't have a match in the 2nd table.
However what is new in v12, an outer join that allows conditions on the table with the outer join. Example: MARA (materials) can be joined with a left outer join to MAKT (descriptions). We could do this with all versions of Query, however we couldn't use a condition on any field in the table with an outer join - in this case MAKT.
In v12, you can do so. So you could do something like, list all material numbers and description, that have a German description (SPRAS=DE). With the outer join, you can see all materials, and if there is a German description, it will list it. But you'll also be able to see all materials that don't have a German description in the output.
Hope this is helpful.
Best Regards,
Sigrid
------------------------------
Sigrid Kok
PSE | Winshuttle North America
------------------------------