cancel
Showing results for 
Search instead for 
Did you mean: 

Table RZLLITAB is currently locked by user XXX

manoj_nayak2
Participant
0 Kudos

Hi,

When i am giving the T-code SMLG it is showing to me:

Table RZLLITAB is currently locked by user XXX

Only display is possible.

can any body suggest me about this

Regards

Manoj

Edited by: manoj nayak on Feb 19, 2009 6:09 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

IN SM12 you can see the locks. If the user is no longer logged on for sure, you can delete the locks there, too. But be sure that the user is no longer logged on before deleting any entry there!

Regards,

ulf

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manoj

This is nothing but a case of multiple users trying to access the same thing at the same time.

You might have tried to access certain activities in SMLG when someone else was already performing them.

In such cases, as mentioned earlier, there are locks that can be seen in SM12. You can check if the user holding the lock for a certain table is logged in the system or not by AL08. Also at the same time you should also check that there is no background job running by that user or accessing that table(SM37)

Or simply look at SM66 for any action bein performed on the specified table or by the particular user who has the table locked.

In case there is no such activity, you can delete the lock from SM12 and proceed with your actions.

I hope this clears your doubt.

Regards

Chen

manoj_nayak2
Participant
0 Kudos

hi,

thanks for ur suggestion

Manoj