Moved to correct forum by moderator
Hi to everybody
Sorry for my simple question.
I'm programming with abap to few time
I would kown if is more fast/performance use:
loop at itab1.
loop at itab2 where......
..........
endloop.
endloop.
*******************************************************
or
*******************************************************
loop at itab1
read table itab2- WITH KEY binary search.
endloop.
********************************************************
I ask this because I created a program and I must run in background otherwise it goes in dump time out.
Thanks e good work
Edited by: Matt on Dec 4, 2008 11:49 AM