Hi Guys,
Please help me with the following.
I have 2 internal tables :
1. itab1 ---has data from db1.
2. itab2 ---has data from db2.
Now only few fields of itab1 and itab2 are similar.Depending on this common fields i need to take all the
unique records itab1 and itab2.
Eg1: itab1 has a,b,c
itab2 has a,b,c,d,
result table itab3 shd have a,b,c,d.
Eg2: itab1 has a,b,c
itab2 has a,b
result table itab3 shd have a,b,c
How do i achieve this?
Use meaningful subject for your future questions
Edited by: Vijay Babu Dudla on Jan 15, 2009 4:51 AM