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

log in data

Former Member
0 Likes
427

hye techies,

i have a requirement that we need to track the users logging into our production server through. I have to upload data into a table which stores the following data inf the form of following fields for every log in.

USERID

IP

Time of login

transactions used..

the report has to be extracted once in a day.

Please help

regards,

Imran.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
380

Already sap standard reports are available use tranx STAT, ST03

Read only

Former Member
0 Likes
380

HI,

Check with the tables USR41,USR02,USR22.

and also in the t-code STAD.

FM BAPI_USER_GET_DETAIL

hope these info useful to you.

Thansk!