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: 

SM01 is locked including all tcodes in all clients

Former Member
0 Kudos

Hi Team,

We are shown the message 'Transaction <TCODE> is locked' for all the tcodes we executed.

The issue is with tcode SM01 also. All the users (including DDIC/SAP*) are facing the issue in all clients.

We tried to update table TSTC from MS sql DB level : update TSTC set CINFO=00000000 where TCODE= 'SM01'

it updated the CINFO value for the table entry SM01 from 0x20 to 0x00

But still the tcode SM01 is locked.

Not sure if Sap is checking any other table apart from TSTC to see if tcode is locked or unlocked.

Regards

Harsh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Issue resolved, after restart.

We updated the table TSTC using the above mentioned query and restarted the system it unlocked SM01 then we could unlock rest of tcodes using that.

5 REPLIES 5

karthikeyan_natarajan4
Active Contributor
0 Kudos

Hi Harsh,

Please check this thread.

http://scn.sap.com/thread/842122

regards

kartik

0 Kudos

That didnt help, as Se16 is also locked with other tcodes.

former_member185447
Active Contributor
0 Kudos

Hello Harsh,

Hope these links will help you to overcome this issue.

http://scn.sap.com/thread/842122

https://scn.sap.com/thread/701873

Regards,

Deepak M

0 Kudos

That didnt help, as Se16/SE93 etc are also locked with other tcodes.

As already mentioned, None of the tcodes working.

Former Member
0 Kudos

Issue resolved, after restart.

We updated the table TSTC using the above mentioned query and restarted the system it unlocked SM01 then we could unlock rest of tcodes using that.