How to extract common data from 2 internal tables and place it onto 3rd internal tabel?
ex:
In internal table 'A' I have data a,b,c,d,e,f
and in 'B' I have a,b,c
Now I want to place this common data(a,b,c) into third table/
How is it possible?