◆◆ 0 How to debug background Job Program (JDBG)

When running a background job has been completed, but unfortunately, mistakes happen, then we can also Debug by SM37, as follows,

1, SM37 display background JOB

Press Step to the next screen,

debug-completed-jobs-1

2, set a breakpoint

In Step list screen, click goto -> program enters abap editor, set breakpoints,

debug-completed-jobs-2

debug-completed-jobs-3

3, enter the command bar JDBG

Returns to the background job overview of the interface, and then enter the command bar JDBG and press Enter to start a background job debug,

debug-completed-jobs-4

Enter debug mode

debug-completed-jobs-5

F8 to run the program, the program will stop at the breakpoint you just set,debug-completed-jobs-6

the above.

Guess you like

Origin www.cnblogs.com/lvdong18847870057/p/12535088.html