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 Background job

Former Member
0 Likes
9,397

Hi everybody,

what are the different wasy to debug a job which is assigned in background. Can we debug a back ground which is running, or we can only debug the completed jobs. thanks in advance,

santosh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
7,166

Hi,

Go to SM37 and give ur JOB name. After finished JOB , select that job enter 'JDBG' Command in command field then it will go into Debug mode.

Regards,

Balavardhan.K

6 REPLIES 6
Read only

Former Member
0 Likes
7,167

Hi,

Go to SM37 and give ur JOB name. After finished JOB , select that job enter 'JDBG' Command in command field then it will go into Debug mode.

Regards,

Balavardhan.K

Read only

Former Member
0 Likes
7,166

HI

Try like below also..

Go to SM37, select the check box of the finished job. Enter JDBG in the command field and press Enter.

Debugging will start and after few standard SAP FM calls we can find the actual program.

Hope it helps.

Praveen

Read only

Former Member
0 Likes
7,165

Hi,

after job submission status is 'completed' in sm37 transaction, select that job and use transaction code JDBG for debugging that perticular job.

Read only

Former Member
0 Likes
7,165

hi,,

Goto SM 37 and give your Job name. that wil show what r al the transactions u met with and status of that too.. u can debug from that

Read only

Former Member
0 Likes
7,165

hi,

refer all the links

Read only

Former Member
0 Likes
7,165

We can debug a back ground job which is running .. for this

goto SM50 ..

select check box against your program

Program/Mode>Program>Debugging ..