Skip to Content
0
Former Member
May 15, 2008 at 10:37 PM

Delete adjcacent fields!

17 Views

Hi experts

I have three columns on an internal table that goes into an ALV report.

A B C

1 100 590

1 100 10

2 52 350

2 55 120

2 55 180

And i want this...

A B C

1 100 590

10

2 52 350

2 55 120

180

I want to delete adjacent duplicates but not deleting the whole row... just one field of the row..

how can i do it? thanks