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

How to stop the program executing for long time....

Former Member
0 Likes
648

I am facing the problem with the BOM conversion program.

It is running for last two days.

Is there any way to stop the program ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

You can follow these steps.

1) Goto SM50.

2) Select the required work processor.

3) Select Program/Mode -> Program -> Debugging. Now the execution of the program would be opened in debug mode.

4) Check the section requiring long time and to take the decision appropriately.

5) The coding of the object may need to optimize to minimize the run time of the program.

1 REPLY 1
Read only

Former Member
0 Likes
570

You can follow these steps.

1) Goto SM50.

2) Select the required work processor.

3) Select Program/Mode -> Program -> Debugging. Now the execution of the program would be opened in debug mode.

4) Check the section requiring long time and to take the decision appropriately.

5) The coding of the object may need to optimize to minimize the run time of the program.