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 tables for user lock

Former Member
0 Likes
634

Hi,

Can anyone help me with finding log tables for user locks. I am locking the user with the function module BAPI_USER_LOCK. Does the function module update the log tables or do I need to use another function module to update the same. I would appreciate any help in this regard.

Thanks in advance.

Hi,

Can anyone help me with finding log tables for user locks. I am locking the user with the function module BAPI_USER_LOCK. Does the function module update the log tables or do I need to use another function module to update the same. I would appreciate any help in this regard.

Thanks in advance.

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
540

Hi!

I guess, you find the information in USR02-UFLAG (when you make a commit work after the BAPI).

Regards,

Christian

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
540

Hi,

You can also call the function module

BAPI_USER_LOCK

BAPI_USER_UNLOCK

You can call either of those function modules with the user name as the import parameter and in the "RETURN" you will see that they are then either locked or unlocked.