Hello experts,
I am working on report development and i have encountered one issue.
e.g. there are 4 entries in internal table(these entries are dynamic...it may be more than 4).
matnr
value
1
5
1
5
2
0
2
3
3
2
| 3 | 0 |
now i want to show the output as follows:
matnr
value
1
5
1
0
2
3
2
0
3
2
| 3 | 0 |
how do i achieve this....