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

Background report execution debuggin

Former Member
0 Likes
347

Hello experts,

I have a report which will be executing background. but my problem is when I'm executing it in background I'm not been able to debug it. Could you please guide me how can i debug the background job?

Thanks in advance,

Ankita

1 ACCEPTED SOLUTION
Read only

Abhijit74
Active Contributor
0 Likes
308

Hi,

After executing in background, you will able to see the scheduled  job in SM37. I assume that you have scheduled the job.

Now select your job at SM37 and then Give 'JDBG' command in the Tcode Pane. Put break-point inside your program. It will stop at the break point level.

Thanks,

Abhijit

1 REPLY 1
Read only

Abhijit74
Active Contributor
0 Likes
309

Hi,

After executing in background, you will able to see the scheduled  job in SM37. I assume that you have scheduled the job.

Now select your job at SM37 and then Give 'JDBG' command in the Tcode Pane. Put break-point inside your program. It will stop at the break point level.

Thanks,

Abhijit