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

inner join & oter join

Former Member
0 Likes
712

Hi Experts,

I m new learner of ABAP. I wanna know

How can we access data from multiple table .

I know we need inner join and outer join.

How could it used? What is inner and outer join?

What is the difference between them?

Plz clearify this through example and ur comments.

Regards,

Sandeep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

Hi,

You can access data from multiple table by using INNER / OUTER join or FOR ALL ENTRIES.

In case of join , we write OPEN SQL QUERY to fetch data from multiple table and store it into an compatible internal table. But here the database fetches are comparetively more so it leads to performance issue.

for details in Join Check the Link

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ec77446011d189700000e8322d00/content.htm

Hi Experts,

I m new learner of ABAP. I wanna know

How can we access data from multiple table .

I know we need inner join and outer join.

How could it used? What is inner and outer join?

What is the difference between them?

Plz clearify this through example and ur comments.

Regards,

Sandeep

5 REPLIES 5
Read only

Former Member
0 Likes
672

Hi,

You can access data from multiple table by using INNER / OUTER join or FOR ALL ENTRIES.

In case of join , we write OPEN SQL QUERY to fetch data from multiple table and store it into an compatible internal table. But here the database fetches are comparetively more so it leads to performance issue.

for details in Join Check the Link

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ec77446011d189700000e8322d00/content.htm

Read only

Former Member
0 Likes
671

yes, but i want to know about inner join and outer join.

Edited by: sandeep dubey on Jul 31, 2008 8:44 AM

Read only

Former Member
0 Likes
671
Read only

Former Member