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

anupam_srivastava2
Participant
0 Likes
389

Hi All

I have created an output type, which has a Z-program attach to it.

When a new outbound delivery is created this output type calls the Z-program.

now I want to debug that brogram, if I put a break-point ti doesnt work.

Any body know how can I debug this.

thanks

C

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
336

in Ok-code box type in /h.

Next step, presse enter.

Now you are in Debugger.

Now goto the Menu. Debugging -> debugging in background task.

once this is switched on it should respect your break-point.

Be aware, that the debuggin in background task needs a new SAP-mode, so make sure you can at least open one other mode.

1 REPLY 1
Read only

Former Member
0 Likes
337

in Ok-code box type in /h.

Next step, presse enter.

Now you are in Debugger.

Now goto the Menu. Debugging -> debugging in background task.

once this is switched on it should respect your break-point.

Be aware, that the debuggin in background task needs a new SAP-mode, so make sure you can at least open one other mode.