Concepts

Naimesh Patel | Last Updated on March 10, 2015

ABAP 740 – FOR Iteration Expression

As of ABAP 740, there is a new iteration expression available – FOR. This can be used along with VALUE to populate the desired data. Lets see how it works.

ABAP 740 SWITCH – Conditional Operator

SWITCH is a conditional operator introduced in ABAP 740 similar to CASE but powerful and with much less coding. Who doesn’t like that? Lets check it out.

ABAP 740 – LOOP AT with GROUP BY

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!