How you will do client copy? If SAP * user is not available
at all
in your system then how u will do client copy?

Answer Posted / c00ki3

We can go to sql query and unlock the user sap*

To unlock all the users who are locked

update sapr3.usr02 set uflag='0' where mandt='<client number>';


To Unlock particular users:

update SAPR3.USR02 set UFLAG = 0 where MANDT = <client number> and BNAME != <don't lock user 1>
AND BNAME != <don't lock user 2>;


U can unlock all the users locked with uflag =64 or 128 (locked by admin or wrong pass attempt

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is client administration in sap system? Why do we use multiple clients in sap system?

703


How to set predecessor relationship between two transport requests?

2176


Explain what is luw (logical unit of work)?

602


What are the regular activities u do in solution manager and how

1618


How you can restrict multiple logins of user in sap? What are the thing you have to take care of while writing the id’s?

782






How do you generate (recover) old system logs in a newly created SLOG00?

1693


in oracle script @? "?" question mark means what it indicate?

1931


the difference between part number and serial number

2531


What is the difference between kernel replacement and support package?

721


How to assign a mass Tables in Auth Group by using T-code:se54

1762


please share sap basis admin interview questions .. thanks sadik

889


What are the Parameters need to be set when connecting EP to r/3 system what are they?

1372


Can any one tell me some real time errors you got for support pack apply, During transport request export-import and for db dackup.

2210


what can we do if shadow instance is down and getting up in prepare phase of upgrade

2133


How can a user be able to access only for Customizing requests even if assigned se01 and se10?.

2687