Hi,
the ABAP keyword documentation tells us, that in a
SELECT * INTO CORRESPONDING FIELDS
the last column (= column of the last joined table) will be used, if there are duplicate column names.
So please SELECT FROM yyy INNER JOIN zzz, if there is no performance issue.
Regards,
Klaus