I need to track user Productivity.
I want to do something like:
SELECT /USER/ , count(*) as Cntr
FROM PM10000 -- Work / Un-posted Transactions
But there does not seem to be any user info in the Work table.
PM20000 -- Open/Posted Transactions has the user who posted the batch not who entered the voucher.
Is there a way to see who entered the voucher?