Application Development 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: 

What log table or transaction are keep login data?

Former Member
0 Kudos

Dear all:

Please help to tell me that what log table or transaction are keep log in data?

This table or transaction need to keep the user id and TERMINAL.

Thanks for help!!

9 REPLIES 9

madan_ullasa
Contributor
0 Kudos

hi,

chekc out table starting from 'usr'. go to SE11 and search for 'USR*' , F4 help...

regds,

Madan..

GauthamV
Active Contributor
0 Kudos

Table : USR02.

Former Member
0 Kudos

Hi Chen,

They are two tables which gives u knowledge about login data inform.

Tables: usr01,urs02.

Regards,

Naveen M.

Former Member
0 Kudos

Hi,

Refer USR02 - Logon Data table.

Regards,

Jyothi CH.

Former Member
0 Kudos

You will get login details from USR01 & USR02 tables.

Regards,

Joan

Former Member
0 Kudos

Dear all:

Thanks for your help. I already knew these table. But we have multiple lonin problem. I just want to knew which terminal id to use the same user id.

Anyway, thanks a lot for the help.

Best Regards,

Nicole

0 Kudos

Not sure if post is already "closed" but here is some additional info. The terminal a certain user is working at, is not stored in a table, but on kernel level. Determine the terminal for user / client via function module TH_USER_INFO.

Former Member
0 Kudos

Dear chin,

their are two tables USR01, USR02 .

Cheers

fareed

Former Member
0 Kudos

Thanks a lot to all.