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 a Report

Former Member
0 Likes
677

Hi All,

Can we Debug a report that was scheduled in Back ground if so please let me know how to proceed.

Many thanks in advance.

U.khan.

6 REPLIES 6
Read only

Former Member
0 Likes
649

hi,

i don't think it is possible to debug a report that's scheduled in back ground..correct me if am wrong

Read only

Former Member
0 Likes
649

I dont think we can debug the report that was scheduled n background.

Read only

Former Member
0 Likes
649

Hi

This problem was solved

Max

Read only

Former Member
0 Likes
649

Hi,

Go to SM50 , check the relevant process

then, select program/session - > program->debugging

check the link below for further information

http://help.sap.com/saphelp_nw04s/helpdata/en/42/f29aa933321a61e10000000a422035/content.htm

Read only

anversha_s
Active Contributor
0 Likes
649

hi,

Debug program running in background

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.

u can see my post in this link. its solved there.

<u>

Regards

Anver

if helped pls mark points

Read only

Former Member
0 Likes
649

HI

Debugging a background job turns for two options:

1. If the job is <b>currently executing</b>, we can do that via SM50.

2. If the job is <b>finished</b>, we can do that via transaction SM37. Select the job and use "<b>JDBG</b>" in command prompt. This command will start the job in debugging mode.

Kind Regards

Eswar