cancel
Showing results for 
Search instead for 
Did you mean: 

How to do Trace for Background Job

Ashwini_khemka
Explorer
0 Kudos

Hi ,

We need to run trace for ME21 Transaction , in which two background job is also running.

This background job taking long time , we need to analysis why it is taking long time.

Please let me know step by step how to do trace and trouable shoot .

Regards

Brijesh Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188931
Active Contributor
0 Kudos

Hi,

One way of debuging programs which are already running in background is via transaction SM50. This displays a list of process running in the server. In order to debug the program go to Menu option: Program/Mode>Program>Debugging.

Another way is through SM37 and execute ,you can select the program and enter JDBG as the transaction.

Press enter again.Then you will be able to see the debugging.Check Spool for output.

Please check and revert.

Thanks

Hrishi