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: 
Read only

SM01

Former Member
0 Likes
562

Is it possible to run SM01 in background by calling the program or is there a program out there that performs the SM01 functionality (block/unblock tcodes) and can run in the background?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Have a look at reports RPRTLOCK & RPRTULOC which build a BDC to do this lock / unlock... you could mimic this in your own code.

Jonathan

Have a look at reports RPRTLOCK & RPRTULOC which build a BDC to do this lock / unlock... you could mimic this in your own code.

Jonathan

2 REPLIES 2
Read only

Former Member
0 Likes
487

Have a look at reports RPRTLOCK & RPRTULOC which build a BDC to do this lock / unlock... you could mimic this in your own code.

Jonathan

Read only

0 Likes
486

Thanks so much Jonathan!!!