Application Development and Automation 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: 
Read only

OUTER JOIN

Former Member
0 Likes
299

Hi to all

can i use left outer join n then use for all entries to fetech the rest of the data. i am developing sales register report ( i.e. complete flow ) contract -> sales order - > delivery - > token - > pgi -- > invoice. the problem is if i populate contract first in itab then i can not insert multiple Sales order against those contract. so in this case can i use outer join or is there any other way to resolve this problem.

thnx

Fozia

1 REPLY 1
Read only

Former Member
0 Likes
281

Hi,

Make sure u'll get the necessary data use left outer join- specify the condition properly. and u can as well join the table to get all the relevant data in one step, instead of having for all entries.

regards,

madhu