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

About Logon DATA

Former Member
0 Likes
1,599

hi all,

please give me specific table name to get details of logon information about user.......

means i can see which user logon to the system on specified date and time and which tcode used by user ...........

don't give me any standard program or tcodes ...... just give me table name....

full points will be definitely rewarded for helpful answer...........

Thanks,

Imran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,545

Hi,

Check USR02.

Regards

Bala

13 REPLIES 13
Read only

Former Member
0 Likes
1,545

Hi Imran,

Check this link,

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
1,546

Hi,

Check USR02.

Regards

Bala

Read only

Former Member
0 Likes
1,545

Hi,

<u><b>Tables:</b></u>

USR01 -- User master record (runtime data)

USR02 -- Logon data

USR04 -- User master authorizations

Regards,

Padmam.

Read only

0 Likes
1,545

hi all,

thanks for the reply........

i know all this tables..........this tables only give information about last logon date......

but i want to details as on date....for example....if i m entering yesterday's date....

than i can see which user login on which client,server(prod,dev,quality),terminal id,tcode...

or any of the date.......

Thanks,

Imran

Read only

0 Likes
1,545

hi all,

please dont give any tcodes......

i just want to table name........

Thanks,

Advance

Read only

0 Likes
1,545

hi freinds,

please give me table names.............its urgent........

thanks,

Imran

Read only

0 Likes
1,545

Hi Imara,

I have written code below for get logon user address details .

****get the user personal numnber

select single * from usr21 where bname eq sy-uname.

if sy-subrc eq 0.

        • <b>Get the user first and last name</b>

select single * from adrp where PERSNUMBER eq usr21-PERSNUMBER.

****<b> Get the user Telephone numner and extenstion</b>

select single * from adcp where PERSNUMBER eq usr21-PERSNUMBER and

ADDRNUMBER eq usr21-ADDRNUMBER.

        • <b>Get the user Email address</b>

select single * from adr6 where PERSNUMBER eq usr21-PERSNUMBER and

ADDRNUMBER eq usr21-ADDRNUMBER.

        • <b>Get the user Fax number</b>

select single * from adr3 where PERSNUMBER eq usr21-PERSNUMBER and

ADDRNUMBER eq usr21-ADDRNUMBER.

endif.

If its useful reward the points

Regards,

D.prabhu

Read only

S0025444845
Active Participant
0 Likes
1,545

Hi,

You can use TCODE SM04 for this purpose.

regards,

sudha

Read only

Former Member
0 Likes
1,545

Hi,

Please check Tables USR41 & USERTRACE.

Regards

Bala

Read only

0 Likes
1,545

hi BALA,

thanks for the reply but table which u have given is giving information based on last logon date............................

i want information as on date..........if i m entering date 01.01.2007

than i can see which user logon on that day....with details which i have specified earlier.

thanks,

Imran

Read only

0 Likes
1,545

hi all,

hey freinds still not got the answer............do some help yaar.........

regards,

Imran

Read only

0 Likes
1,545

hi all,

i thing there is no such table exist................

thanks to all for reply......

thanks,

Imran

Read only

0 Likes
1,545

hi friends,

what happen gurus.......still not got the answer...........

Regards,

Imran