‎2010 Jun 17 9:03 AM
Hello guru guys..
I wake up this summer morning and i thought an idea..
In our company they want to write down all the processes, who does what. So, i think that it would be great-full to write a report in which the user-name of the user will have lines with his operations (example user1, create materials, migo movements, miro,)
But i dont have any idea of doing this, i mean which tables or fuctions m, i have to use to find the processes per user.
Has anyone do something like that ?
thanks in advance
stratos.
Moderator message: please use more descriptive subject lines from now on.
Edited by: Thomas Zloch on Jun 17, 2010 11:50 AM
‎2010 Jun 17 9:24 AM
Hello
1. SAP do something like that. T-code SM04
2. Search forum for TH_LONG_USR_INFO and other FM like TH*
‎2010 Jun 17 9:50 AM
‎2010 Jun 17 10:26 AM
SM50 and SM04 are for real time monitoring, for on line users. I want to write down the processes for all users (offline inculedes)
‎2010 Jun 17 10:31 AM
SAP provides that info for you as well. Check the tcode SM20N .
BR,
Suhas
PS: IN older SAP versions this info was maintained in trxn. STAD
‎2010 Jun 17 10:43 AM
Hi,
first you have to clear, if you want to know what the user does (trace via ST01/ST05)
or what the user is allow to do (authotity via BAPI_USER_GET_DETAIL).
Regards, Dieter
‎2010 Aug 05 8:20 AM