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

Article

Selection Screen Parameter Text by coding using Function Modules SELECTION_TEXTS_MODIFY.

Read more

Article

Dynamic Parameter Text on Selection Screen by coding

Read more

Article

Shows how to use the Persistent object in the Application. Previously, we have seen . Today we will see how to use the Persistent Object services in the test application. You can find all these under . To use the persistent objects, we need to:Get the Agent Object by accessing the public attribute AGENT in…

Read more

Article

Some basics used in the Persistent Objects Today we will see some basics about the Persistent Object Services. Why do we need Persistent Object Service:To better understand the need of the persistent objects we need to first understand the concept of the transient data. The local data for the program like Attributes of the class,…

Read more

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