2008 Mar 18 6:02 AM
2008 Mar 18 6:08 AM
Hi,
Joins are used to fetch data from two database table based on certain joining condition.But for all entries is used to fetch data from database table based on the data present in the internal table.
Hope this will help
Regards
Shibin
difference between joins &for all entries
2008 Mar 18 6:06 AM
2008 Mar 18 6:08 AM
hi,
Join statement is used to create a view on two or more tables that is we can select the enetries from two or more tables simultaneously.. Like if we want VBAK( SO header tab) and VBAP(SO item tab) details in single work area we go for join statement .
For all enetries option is used when we want to select data intio the table on the basis of already existing internal table data. Like we have SO header deatils in vbak_itab internal table and now we want SO item deatails in separate vbap_itab then we will go for this option..
Check the syntax that will help in understanding..
Reward points!!!!!!!!!!!
2008 Mar 18 6:08 AM
Hi,
Joins are used to fetch data from two database table based on certain joining condition.But for all entries is used to fetch data from database table based on the data present in the internal table.
Hope this will help
Regards
Shibin
2011 Jan 02 11:20 AM
Hi,
FOR ALL ENTRIES retrieves all the table entries depending on another table.
joins: To select the data from more than one database table with atleast one field
at once in to these same internal table.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |