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: 

unlock user in SAPgui via os level

Former Member
0 Kudos

Hi,

Is there a way that we can unlock a SAP user (GUI) via Operating System Level? If it has, kindly give to me the step by step procedure. We only have one username for that system.

Pls. help me to fix this issue.

Regards,

2 REPLIES 2

jurjen_heeck
Active Contributor
0 Kudos

> We only have one username for that system.

That sounds strange!

And you are the owner of said system and can get to it at OS level?

What is the server OS?

Is this username by any change SAP*?

BTW: If you mean workstation OS the answer is no. The lock is in the appliaction at server level. You'd require seriuos hacking or the system must be set up to automatically unlock all users at midnight if the lock occurred by logon failures.

Edited by: Jurjen Heeck on May 11, 2008 2:04 PM

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Well, you can call BAPI_USER_UNLOCK using an external RFC client (e.g. startrfc.exe). However, you need to provide credentials of an user which is authorized to perform such (user) administrative tasks, of course.