Application Development and Automation 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: 

FM or CL to lock/unlock TCODEs

Former Member
0 Kudos
293

Hi,

i'm looking for a FM or CL to lock/unlock TCODEs via a Report.

I don't want to do it via SM01.

Thanks.

Regards, Dieter

3 REPLIES 3

Former Member
0 Kudos
132

Check...

BDL_UNLOCK_BDL2TRANS_TABLES

FI_CUST_DEQUEUE

LTSK_TASK_ENQU_DEQU

ENQUEUE_READ

ENQUE_DELETE

BAPI_USER_UNLOCK

Former Member
0 Kudos
132

hi dieter,

go to table 'T000' and yu have a field CCSOFTLOCK ...

regards

warun

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
132

To my knowledge, there is no function module or class/method to do this. You can do it by doing a direct database update to table TSTC.

The field CINFO holds the value A0 when locked, when unlocked, it holds the value 80 .

Regards,

Rich Heilman