‎2006 Jan 10 5:05 AM
Dear Friends,
I'm trying to prepare a period report having information as User Name, IP, Server Logged to. This report will be run for a particular date or date range.
I tried learning RSSTAT30 program which had been helpful but need further information.
Any ideas???
Regards,
Deva.
‎2006 Jan 10 5:14 AM
‎2006 Jan 10 5:34 AM
Hi,
To get all the details you asked,check table usr41.
Kindly reward points by clicking the star on the left of reply,if it helps.
‎2006 Jan 10 5:53 AM
hi,
I have too created the similler scenerio
Since in this we want to access user details of other servers also we require to make rfc call to other system to acces user info of that system. it mainly lies in table USR41
steps:
1.
Create a FM in the server whose info you want it sud be RFC, and return itab containig user detail.
details can be obtained by select querry on table usr41.
2.
from your system call that rfc
fill up local itab from that
call function <fm_name> destination <dest> "where dest is RFC destination defined in your system tx:SM59
3.
now write your code to display that info
from your own server you can obtain details directly.
regards.
‎2006 Jan 10 8:41 AM
Dear Friends,
I understand that USR41 contains user detailed information. But USR41 contains only for the current people logged in. Table MONI contains the statistical information.
Please suggest any other idea.
Regards,
Deva.