ABAP release 740 SP08 onwards.
In my previous post I mentioned using FOR table iteration expression for the first time ever.
When I tried to look at what else can be done using FOR in keyword documentation, it was all about grouping internal tables.
Grouping internal tables can be done using LOOP GROUP BY as well, but I hadn't used that either as that feature is also valid since 740 SP08.
So, I'll do some reading on LOOP GROUP BY first and then graduate to using FOR GROUP BY.
No comments:
Post a Comment