Hi,
I have an internal table itab of structure as
Materianl Plant Count
1234566 2000 0
1234566 2000 0
1234566 2000 0
1234566 2000 0
1234566 2000 0
1234566 2002 0
1234566 2002 0
1234566 2002 0
1234566 2002 0
1234566 2002 0
I want itab as below
Materianl Plant Count
1234566 2000 5
1234566 2000 5
1234566 2000 5
1234566 2000 5
1234566 2000 5
1234566 2002 6
1234566 2002 6
1234566 2002 6
1234566 2002 6
1234566 2002 6
1234566 2002 6
Here Field Count is the same plant and Material number of times repeated.
How can I do this.
Edited by: ABAP123456 on Jun 14, 2009 12:52 PM