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

debug a background job - start immediate

Former Member
0 Likes
750

hi all,

i am running a report in background (with immediate start) ... ho do i debug it..

i found solns suggesting SM50, bu i do not fin my job in sm50 after i execute it in background.. Please help.

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
654

in old debugger

/hs

go in Option

check  debug background

(saved : F11)

F8

a new window will be openned

regards

Fred

Read only

ronaldo_aparecido
Contributor
0 Likes
654

Via se37 is possible.

Se this link.

http://scn.sap.com/thread/185784

Read only

parshuram_kokare
Explorer
0 Likes
654

Hi Rimjim,

If your job is finished then you can debug it from SM37. In SM37 select your job and in command field type JDBG. Then you will enter in debugger.

If your job is active then in SM37 select your job and in menubar click on job then click on Capture: active job. This will take you to debugger and to the currently executing statment.

Thanks & Regards,

Parshuram.

Read only

Former Member
0 Likes
654

Hi,

Select your background job and /JDBG command,then it will start the debugger for the background jobs.

Hope it is useful.

Regards,

Ravi Shankar L