Hi
"write your logic.
"write your logic.
Hi Disha Shah ....
first of all your question isn't clear ......... you haven't mentioned that whether both internal table is having same number of records or not......... let me assumed that they are having same no of record . i am also not clear what logic you want to put (Where + 1 or - 1 ).
loop at itab1 into watab1.
read table itab2 into watab2 with key col1 = watab1-col1
col2 = watab1-col2.
if sy-subrc eq 0.
"write your logic.
else.
"write your logic.
endif.
endloop.