2008 Jul 31 7:40 AM
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
2008 Jul 31 7:41 AM
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,
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
2008 Jul 31 7:41 AM
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
2008 Jul 31 7:41 AM
yes, but i want to know about inner join and outer join.
Edited by: sandeep dubey on Jul 31, 2008 8:44 AM
2008 Jul 31 7:43 AM
2008 Jul 31 7:43 AM
2008 Jul 31 7:44 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |