Hi Glen ,
Sorry for that , old record and changed record ,
I have an internal table and with the following records ,
field1 field2 field3 field4
1 3 3 34 - new record to db table
3 3 2 23 -changed record (already exist in DB table but now it has been changed)
1 2 2 11 - old record (same as DB table)
here i need the count as 1 as modified and 1 as new record .
So now i am expecting the answer..