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 the Job

Former Member
0 Likes
2,047

Hi Experts,

I have submitted a job in background using submit via job. Is it possible to debug the program which i have called through submit via job?

Thanks

Harshad.

6 REPLIES 6
Read only

Former Member
0 Likes
1,081

Hi,

You can debug the program which you have called via job in SE38. But its not possible to debug the job since its in background.

Regards,

Mansi.

Read only

former_member212005
Active Contributor
0 Likes
1,081

Harshad...I dont think it is possible to debug when we are submitting the job....But, once the job has finished execution...we can debug the program by going to SM37 transaction..select the job...enter JDBG in command field...and press enter...it will take you to debug mode..press F7 twice and then you will be in the program which was submitted using JOB.

Read only

former_member222860
Active Contributor
0 Likes
1,081

Did you Checked it!

Read only

Former Member
0 Likes
1,081

use Tcode SM50

Read only

Former Member
0 Likes
1,081

Hi hrashad,

u can debug ur own job through sm37 then select ur job then type JDBG in comand line.

or

u can debug ur own active job through sm37 then select ur job then click capture: active job.

in menu baar (Job-> capture: active job).

Thanks & Regards

Rahul

Read only

Former Member
0 Likes
1,081

Solved