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

Job submit using F9

Former Member
0 Likes
728

Hi All,

When I submit a job for background processing using F9 from the ABAP editor (SE38),

Then when I go to sm37 to view the job status, it shows 'CANCELLED'.

Any clues? how to debug or find solution?

Thanks,

Regards,

Nirav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
649

Hi Nirav,

Job got cancelled may be because of an ABAP dump, you can check the same in ST22.

How to debug the cancelled job?

In the SM37 job log screen, select your job and type JDBG in the command filed and press enter, this will take you to the program in the debugging mode.

Hope this will help you

Thanks & Regards

Hi All,

When I submit a job for background processing using F9 from the ABAP editor (SE38),

Then when I go to sm37 to view the job status, it shows 'CANCELLED'.

Any clues? how to debug or find solution?

Thanks,

Regards,

Nirav

2 REPLIES 2
Read only

Former Member
0 Likes
650

Hi Nirav,

Job got cancelled may be because of an ABAP dump, you can check the same in ST22.

How to debug the cancelled job?

In the SM37 job log screen, select your job and type JDBG in the command filed and press enter, this will take you to the program in the debugging mode.

Hope this will help you

Thanks & Regards

Read only

ThomasZloch
Active Contributor
0 Likes
649

The first step should lead you to the job log, I strongly assume you know how to find and read this.

A message of type E is enough to cancel a running job, so check if any of these appear in the log, possibly with a long text that explains the issue.

If the job log points you to ST22, then continue there.

Thomas