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: 

how to find who locked the user id..,

Former Member
0 Kudos

Hi,

One particular Id is getting locked almost every day and we unlocking it manually.

I wanted to know whether we can find out the PC Number ??

Please help

9 REPLIES 9

former_member209217
Active Contributor
0 Kudos

Hi Ranjith,

If u know the user id check it in SM04 .U will get the list of users logged into the system with their IP Addresses Available.

Regards,

Lakshman.

Former Member
0 Kudos

Hi Lakshman,

But in SM04 i will be getting only the current users logged onto the system.

GauthamV
Active Contributor
0 Kudos

Check from some other id in USR02 table for last login details.

Then you can check the users logged into system at that time using STAD transaction.

Former Member
0 Kudos

Hi,

Might be the user doen't have authoration to execute . try to put that USER id in that Authoraztion object.

then you wont get probelm..

regards,

Rama reddy

Former Member
0 Kudos

Hi Gautham ,

In USR02 i get all the all the information about the user but i am trying to find out the from which Terminal or the Computer this ID got Blocked .

Former Member
0 Kudos

Hi Ram Reddy,

The user has all the authoirsation to execute the reports but even then the Id is getting locked.

0 Kudos

Hi Ranjit,

I think it is not possible to find about who locked the user.

Thanks,

Sreekanth

0 Kudos

Hi Ranjit,

It may be bcoz of web service runtime configuration. check with ur basis consultant to check this.

regards,

Ammu

former_member183990
Active Contributor
0 Kudos

This is the BAPI used for locking employee id

BAPI_EMPLOYEET_ENQUEUE

try to put a where used list on this

and try to find which application is using that BAPI

and try checking the same in ST03 or STAD to find when it is being used

and who has used that

this is an idea

but i dont know how much it is sure.

cheers

s.janagar