SAP INT TABLE AT UNSORTED ABEXA



Get Example source ABAP code based on a different SAP table
  



Group Level Processing for Unsorted Tables
This example demonstrates group level processing for an unsorted internal table.

ABAP_SOURCE_CODE
DEMO CL_DEMO_INT_TBLS_AT_UNSORTED

ABAP_DESCRIPTION
Group level processing using an unsorted internal table with the group key col1. Group breaks result from each change in the content of this column. A grouping using GROUP BY for comparison produces a different result, since it is independent of the sorting of the internal table. Group level processing for the table sorted by col1 has the same result as the grouping.