In the following example we are analyzing the performance between JOIN and For All Entries. PARAMETERS  p_ebeln  TYPE  ekko - ebeln . ...

Right Outer Join

This join always selects all records from the second table (right table) and then selects matching records from the first table (left table...

Left Outer Join

This join will select all records from the first table based on the where condition and then it will join the second table with matching co...

Inner Join

Inner join is used to join two or more than two tables which are having common fields. Inner join actually joins with the data which are co...