hiiii.
iam using 2 itabs.my itab1 and itab2 consist of 411 fields (411 columns ) and it consist of only 1 records but 411 fields in that.so how to comapre each fields.......itab1 n itab2 is a structure of (CAUFVDB)
for eg....
loop at itab1.
read table itab2 with key field = itab1-field1.(how i wll comapre 411 fields)
if sy-subrc = 0.
....................
endif.
endloop.