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

in which program is table USR41 updated?

Former Member
0 Likes
2,751

Hi All,

can anybody please tell me in which program , the contents of table USR41 are updated?

Specifically i want to know where the field LOGON_TIME and LOGON_DATE are updated.

Thankyou in advance.

Regards,

Rohit Gupta

3 REPLIES 3
Read only

Former Member
0 Likes
1,411

Hi Rohit,

Do you want to get the last logon data for a user? In that case, you can get it from table USR02.

Both the tables USR02 and USR41 are updated when a user logs in.

The Program that updates USR02 is LSUU1F01 of the Function Pool SAPLSUU1.

Check the FMs in the function group SUU1 to find how USR41 is updated.

Read only

Former Member
0 Likes
1,411

thankyou Sharmila.......

Read only

former_member183424
Active Contributor
0 Likes
1,411

Its easy to find from where used list for the table.

Go to SE11, enter the table name, press Where used list, select Program and then press enter.

You can get more details in this document (way 2).

You can also pass the field name.