Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Information

Former Member
0 Likes
569

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.

4 REPLIES 4
Read only

Former Member
0 Likes
526

Hi,

Check out this table: USR02

Regards,

Anjali

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
526

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.

Read only

Former Member
0 Likes
526

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.

Read only

0 Likes
526

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.