How to Debug the background Jobs

Do you Love ABAP? Then this is right place for you. If you have found something good and want to share with rest of ABAP world . Then write to me khari.amit@gmail.com

I will Post it on this blog?

Now how to debug background jobs?

In SM37: Select the job, type JDBG in the OK-code and press
enter.


This can be used for both completed jobs and jobs to be processed (just make sure you have enough time to debug before the job actually starts). Breakpoints set in the job flow works. This method has been successfully used in R/3 4.6C.

Leave a comment