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

Error showing while left join

Former Member
0 Likes
374

Dear expert,

can we use both sides table in where condition of any

outer join?

can you give me an example.

i want to create one left join for one view and one std. table.

i want to give some condition for both table , and it is depended on selection critera.

but it is giving error to me that can not use right side table in left outer join.

when i remove left join and put inner joint it's worked or when i put comment on tht perticular critrea then also it works but when i put that condition with outer joins then it will work.

please help me.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
338

>

>can not use right side table in left outer join.

>

Unfortunatly it is true and is limitation of ABAP Left Outer Join.

(Oracle, SQL Server 2000/2005, etc database Native SQL outer join statement supports this)

You need to loop through the internal table to further

filter records based on right side table.

Regards,

Vishal

Read only

Former Member
0 Likes
338

not possible in ABAP