2006 Jan 03 4:59 AM
Hi all,
I just want to know ,How to debug the background job,and how to see output of the background job.
Regards,
Sugeet.
2006 Jan 03 5:14 AM
hi Sugeet,
I found superb links for this...
Just Click and Check it out for ur self...
<b>ABAP Debugging.</b>
http://www.sapdevelopment.co.uk/tips/debug/debughome.htm
Hope it helps.
Kindly rewards points if it helps by clicking the star on the left hand side of the screen.
Regards,
Maheswaran.B
2006 Jan 03 5:07 AM
Hi,
In SM37,you can select the program and enter JDBG as the transaction.
Press enter again.Then you will be able to see the debugging.Check Spool for output.
Kindly reward points by clicking the star on the left of reply,if it helps.
2006 Jan 03 5:08 AM
Hi Sugeet,
you can debug the program from SM37. Another way to debug is via SM50. Select the process executing your program and go to menu Program/Session -> Program -> Debugging.
It is helpful to put a loop based on a variable which will keep executing untill you go into debug mode and change the value of the variable. This way you can ensure that you are able to debug the job exactly where you want to debug.
Hope this helps.If it helps kindly assign points.
regards,
Manikandan R
2006 Jan 03 5:13 AM
2006 Jan 03 5:14 AM
hi Sugeet,
I found superb links for this...
Just Click and Check it out for ur self...
<b>ABAP Debugging.</b>
http://www.sapdevelopment.co.uk/tips/debug/debughome.htm
Hope it helps.
Kindly rewards points if it helps by clicking the star on the left hand side of the screen.
Regards,
Maheswaran.B
2006 Jan 03 9:21 AM
u can see the o/p of back ground job in sm36 itself or
u can also see in SP02