cancel
Showing results for 
Search instead for 
Did you mean: 

lock due client copy

Former Member
0 Kudos

Hi all,

I am going to perform client copy (ex: client 200 -> client 210). I need lock due client copy. How to do it?

Please help me!!

Thanks

Duypm

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You can also use the report RSCCEXPT to lock the client in the source system.

you can run the report via SE38 in the client which you want lock.

I suppose for higher version systems , the source and target client will be locked automatically.

Regards,

Sowmya

Former Member
0 Kudos

Hi,

can you look at this

[http://www.sap-img.com/bc060.htm]

You can lock a client from os level.

1) You can use u201Ctp -LOCKSYS SID=ECD client=120u201D command at

the OS Level .

2) To lock or unlock a client in R/3 System, run the following function modules in

transaction se37

2. SSCR_LOCK_CLIENT ( to lock the client)

3. SSCR_UNLOCK_CLIENT (to unlock the client)

Run these functions with a client input which is to be locked/unlocked. This function set flag u201D Client is locked temporarily for client copyu201D in client maintenance menu.The client will be available for users DDIC and SAP*. If any other user tries to login, system gives message that u2018 Client locked temporarilyu2019.

To unlock the client

1. Run transaction SE37

2. Enter the function module as SSCR_UNLOCK_CLIENT

3. press F8 or test run (single run).

4. Specify the client and execute(F8).

Follow similar procedure for locking the clientu2026

Regards,

Muralidhar

Former Member
0 Kudos

Hi Tao,

Can you introduce step by step this work???

Thanks

Duypm

Former Member
0 Kudos

Hi,

Use t-code SCC4 or just block end user ID in two clients, that will be fine!

Good luck

Tao