Hello all,
I'm busy creating a query which shows all the stock.
I've started with the table:
MVKE --> MARD ---> MSKU (left outer join with MARD) this works perfect but when I want to add the Sales order stock table (MSKA) It won't show all the data but only the articles with sales order stock.
In the file below you see tables i'm trying to join. Any tips anyone?
With regards
a left outer join can only have 1 table at the right.
The stock tables are not suitable for a simple query, they require complex ABAP coding.
Whats wrong with MB52?
Add a comment