Dear All,
I have two Internal tables with the same structure.
Now i want to compare their contents line by line.
eg.
Loop at IT1.
Read Table IT2 with key MBLNR = IT1-MBLNR.
----
EndLoop.
Please help.
Regards
Ankur