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

Re : User related Database table

Former Member
0 Likes
718

Hi,

Can anybody tell me which database table is to store all the Users data along with date details??

My Requirement is to Develop a Function module Which takes Input as Date for that i Want to display all the Users who were log in into SAP on that Particular Date.

Hi,

Can anybody tell me which database table is to store all the Users data along with date details??

My Requirement is to Develop a Function module Which takes Input as Date for that i Want to display all the Users who were log in into SAP on that Particular Date.

4 REPLIES 4
Read only

Former Member
0 Likes
689

Hi,

check table PA0002.

Regards,

jaya

Read only

Former Member
0 Likes
689

Hello

Only last logon date are store in tables.

USR02-TRDAT

Read only

Former Member
0 Likes
689

hi

USR02 TAble

also check this thread

hope it helps you.

thanks

SAchin

Read only

Former Member
0 Likes
689

Hello Venkat,

The table USR02 saves the logon data of the users. USR02-BNAME gives you the the user name, TRDAT- the last logon date and LTIME, the last logon time.

Hope this data helps you.

Regards,

Shiny