ABAP_DESCRIPTION This example works in the same way as the corresponding executable example> for LOOP AT ... GROUP BY>>, but uses the expression FOR GROUPS ... OF>> for table reductions> with REDUCE>> instead of the group loops>. In both cases, the group keys> after GROUP BY> are constructed in exactly the same way. Instead of the member loops>, further table reductions and a table comprehension> are used here.