Question:
Is there a transaction or report for finding the total number of users by their desktop logon.
Answer:
Try using AL08.
Answer:
Sorry I probably wasn't too clear. Its to track their last Desktop logon time. I know about AL08 but its only for active users. I'm trying to get a count of the number of PC and MAC users accessing SAP on our network.
thanks.
Answer:
Last logon time is available per user in table USR02
USR02-TRDAT = Last logon date
USR02-LTIME = Last logon time
Answer:
Try table RSFEC, which has infomation about file versions by workstation id. E.g. TYPE = OS shows the operating system.
Answer:
you can also try transaction st03n in the service engineer mode. There is a frontend statistics you can run for a weeks time frame. Hope this helps.
Thanks,
jlaruss