Skip to Content
0
Former Member
Jan 08, 2015 at 04:39 PM

Select some fields internal table

44 Views

Hi, i have an internal table "itab" with a lot of fields. table is sorted.

Like this

Header 1 Header 2 Header 3 a 2132 123 a 312 123 a 312 312 b 132 132 c 32 123 c 12 13

lets say i want the last lines of the different values of Header 1.

in this case, the last one where header 1 is a, then last one where is b, last one where it is c

a 312 312

b 132 132

c 12 13

is there any simple solution?