hi ,
just check it like,
if itab1-col GT itab2-col1 AND itab1-col1 GT itab2-col1.
"loop internal table one.
elseif itab2-col1 GT itab3-col1.
"loop internal table two
else.
"loop internal table 3 here.
endif.
Regards,
sivaganesh
hi ,
just check it like,
if itab1-col GT itab2-col1 AND itab1-col1 GT itab2-col1.
"loop internal table one.
elseif itab2-col1 GT itab3-col1.
"loop internal table two
else.
"loop internal table 3 here.
endif.
Regards,
sivaganesh