cancel
Showing results for 
Search instead for 
Did you mean: 

how to keep break point in back ground scheduling Report

Former Member
0 Kudos

Hi,

how to keep break point in back ground scheduling Report?

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

ThomasZloch
Active Contributor
0 Kudos

FAQ, please search before posting.

Thread locked.

Thomas

Former Member
0 Kudos

Please follow the below processu2026.to debug the back ground job.

1. Use SM37 to get list of jobs , type 'JDBG' in the command line ( no '/' ), put the cursor on the job and press ENTER

2. You are in debug mode now. Step through SAP program (press F7 couple of times) until you get to code you need.

3. Here the debugging will start from begaining,, put the break point where you want..

Former Member
0 Kudos

Hai ,

One more way to debug in the back ground is , pur some infinite loop condition and execute the job and in SM50 you can see the job which is running place the cursor on the job and go to the program in the menu and go to debugging from there .

Example code for infinite loop .

i=1 .

loop at itab .

if i > 5 .

end loop .

Regards,

K.Vinaykumar