HI,
In debugger ,is there any way to skip the line the loop ,for the total loop passes except first loop pass.
ex:
loop at itab.
.........
..........
perform abc.
endloop.
i want to skip the perform for the entire loop passes except first ,while debugging.(can't do (shift+f12 for entire loop passes)