cancel
Showing results for 
Search instead for 
Did you mean: 

SAP* Unlock

Former Member
0 Kudos

Hi Gurs,

I'm new in BASIS.

In Datatbase where I enter the Update query for SAP* Unlock..

I have this two STRSQL or SQLUTIL but where we execute..

Pls advise..

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Rajesh,

Here is the SQL statement that you run using STRSQL:

To unlock SAP* :

update r3<sid>data/usr02 SET UFLAG = 0 where bname = 'SAP*' and mandt = <client no>

where client no can be for e.g. 000 or 400.

or

update r3<sid>data.usr02 SET UFLAG = 0 where bname = 'SAP*' and mandt = <client no>

Let me know if you can unlock.

Regards,

Sai R.