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

background job

Former Member
0 Likes
496

i set break point in program.

then run it as a background job.

is it possilbe to run in background?

through any errors?

i set break point in program.

then run it as a background job.

is it possilbe to run in background?

through any errors?

3 REPLIES 3
Read only

Former Member
0 Likes
481

Hi,

No problem, it will execute without any issues.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
481

Hi,

Once you've put the break point in the program, go to transaction SM37, select the background job.

Then in command box type the following:

JDBG

This re-start the job in debugging and when you click F8, it will go to the first breakpoint set.

Cheers,

Aditya

Read only

Former Member
0 Likes
481

hi

when ever a breakpoint is encountered

the program wud go into the debugging

and then u ll have to manually re run it using f5 or f7

so when u r running the job in back ground the desrird result wont come

i dont think it will work

do reward if helpful