Hello,
i have an internal table itab table with records like :
number Status
1 NEW
2 NEW
3 NEW
4 NEW
5 CHANGE
6 CHANGE
8 DELETE
i want to have the count , who many records have new status ( 3 ) , change status ( 2 ) and delete status (1).
Thanks in advance.
Prem