‎2006 Nov 10 11:01 AM
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.
‎2006 Nov 10 11:06 AM
hi,
i don't think it is possible to debug a report that's scheduled in back ground..correct me if am wrong
‎2006 Nov 10 11:07 AM
I dont think we can debug the report that was scheduled n background.
‎2006 Nov 10 11:07 AM
‎2006 Nov 11 10:33 AM
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
‎2006 Nov 11 1:13 PM
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.
Regards
Anver
if helped pls mark points
‎2006 Nov 11 2:01 PM
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