2007 Aug 10 8:13 AM
I need to find terminal(IP address) on which a certain transaction was executed by a user in the past.
How can this be done?
Thanks in advance.
Message was edited by:
Gautam Poddar
2007 Aug 10 8:30 AM
Using transaction STAT or STAD enter your criteria for the time, user etc to locate the execution of the transaction. Then you can view all details and see the terminal name.
Regards
Ashley
2007 Aug 10 8:30 AM
Using transaction STAT or STAD enter your criteria for the time, user etc to locate the execution of the transaction. Then you can view all details and see the terminal name.
Regards
Ashley
2007 Aug 10 8:37 AM
in STAD, what is Read time?
When I execute STAD for even the past 1 month, it gives no entries.
What am I doing wrong?
2007 Aug 10 2:35 PM
The STAD uses a circular store, that means old entries are overwritten soon.
If you need a log which is persistant for a longer time than you should have a look at the security audit log (transaction SM19 / SM20), however, the Security Audit Log has to be configured first.
Kind regards
Frank Buchholz
2007 Aug 10 2:42 PM
The only problem with SM19 is the potential amount of space it will consume due to growth of its log files. When you configure it be careful to only record what you need for each user, clicking all will cause generation of log entries for most actions. As you can imagine this will also a have a performance impact as the Kernel writes to the log.
In answer to your question read time is how many hours/mins/secs you want to search from the time you entered
Regards
Ashley