Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table VBUP must be the right-hand table in a join

9876543210
Participant
0 Kudos

I'm trying to change the link between VBUP & VBKD in my query, but I keep getting this error message when I try to generate:

VBUP must be the right-hand table in a link

How can I fix this?

2 REPLIES 2

mateuszadamus
Active Contributor
0 Kudos

Hello machzreik

Maybe try connecting VBKD with LEFT OUTER JOIN to VBAP, instead of VBUP?

Your VBAP - VBUP connection is an INNER JOIN anyways, as far as I can see.

Kind regards,
Mateusz

0 Kudos

Thanks mateuszadamus

But even when I do that, it gives me an error