Hi Patrick,
Thanks for reply.
I MARA table i have material "XYZ"
In EKPO i have several purchase orders that have material "XYZ".
Ex:
PO-------ITEM------MATNR--------MENGE
1001------10-----------XYZ.............100
1001------20-----------ABC.............45
1002------10-----------XYZ.............100
1002------20-----------JKL.............165
1003------10-----------XYZ.............98
Now in MARA table i have only one entry for XYZ
In logical view EKPO as left table and MARA as right table
I did right outer join with 1:N cardinality and N:1 cardinality. Results are same.
For N:1 cardinality, I am expecting only one row in the data preview as it is right out join. Is my assumpion correct??
-------------------
Sorry misunderstood the concept. Now got the answer.
Thanks
Sri