Article

The great new addition to old and gold LOOP AT is a GROUP BY in ABAP 740. This is an amazing addition to LOOP AT. Lets check it out!

Read more

Article

Parallel Cursor without using READ In previous post , we have seen a technique how to speed up the performance of the nested LOOP constructs in ABAP. In today’s post, we will see another variance of the Parallel cursor technique. In this technique, we will exit out the inner LOOP when both keys are not…

Read more

Article

Technique to speed up the performance of the Nested LOOP – Parllel Cursor Today, we will tackle down the biggest performance related issue around the Nested Loops. Preface Traditionally in ABAP, we use the LOOP using the WHERE clause for Nested loops. This type of nested loops are very common in our day-to-day programming. But,…

Read more

More Post →
You seem to be new here. Subscribe to stay connected.