cancel
Showing results for 
Search instead for 
Did you mean: 

Merging different rows in a table

Former Member
0 Kudos

Hi,

I have a table with different rows..

In the first column, i have identical data repeating in all the rows...

I have grouped the rows using "GroupingValue" property of the column..

But my problem is to remove all the repeated rows and display the data only once in that column...

Please provide the info to solve this problem........

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

That sounds like something that maybe you should to the data of the internal table directly before binding to the context. If you just want to get rid of truely duplicate rows in the table just use the ABAP syntax DELETE ADJACENT DUPLICATES:

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/06/aafd54fc4011d195280000e8353423/frameset.htm