Application Development 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: 

BACKGROUND JOB

Former Member
0 Kudos
93

Hi all,

I just want to know ,How to debug the background job,and how to see output of the background job.

Regards,

Sugeet.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
70

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

5 REPLIES 5

jayanthi_jayaraman
Active Contributor
0 Kudos
70

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.

Former Member
0 Kudos
70

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

Former Member
0 Kudos
70

Hi sugeet,

1. its a little tricky

and the background job

should take some time to complete

(say more than 1 second or 5 seconds etc)

so that we can quickly debug.

2. Same problem was posted. it will

help a lot.

regards,

amit m.

Former Member
0 Kudos
71

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

hymavathi_oruganti
Active Contributor
0 Kudos
70

u can see the o/p of back ground job in sm36 itself or

u can also see in SP02