Dear ABAP gurus,
I have an internal table say itab1 which has 3 fields- date,user,terminal
This internal table has records.
From this table I want a list of all those users who have logged in from more than 1 terminal
in the last 7 days (i.e. sydatum-7 to sydatum).
How can I get the required list in another internal table (say itab2) ?
Thanks,