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

Debugging of program running in background

Former Member
0 Likes
3,198

Hi,

I want to know how to debug any program executed in background.

Mukesh Kumar

2 REPLIES 2
Read only

Former Member
0 Likes
998

hi,

You can not debug a program which is running in background but once the job is completed in sm37 select the job and type JDBG at command box, the job will go in debug mode and show you how it was executed.

Sudheer.A

Read only

Former Member
0 Likes
998

hi,

BACKGROND PROGRAMS:you can debug the background jobs, use the command BDUG

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.

Regards

Reshma