16
Jul
LOOP AT WHERE. Vs LOOP.IF. in ABAP
Posted by Admin, under ABAP, TutorialAt first sight, both the statements ( loop at itab where <key> = <val> ; loop at itab. if <key> = <val>. ) looks like performing the same task.
But when it comes to performance, both beats each other in there own domain.
