Application Development 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: 

Background Job get Cancelled when executing the report. Reason?

Former Member
0 Kudos

Hi All,

I have scheduled a Back ground Job and executed Immediately.

when checking transacion SM37 the job get canceled.

How to find out the problem for the Job Cancellation.

Regards,

Viji

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

look:

1) job log

2) ST22

3) SM21

A.

4 REPLIES 4

Former Member
0 Kudos

hi

After scheduling back ground job ( give a time laps of 2 min )

then go to sm37 ( at this moment , the job is not yet started) .

select ur job in sm 37 and when job starts processing , type JDBG as the command and press enter.

Now it will go to the debugging screen, where u will find system program . Now set a break point at the stements used in ur program from the debugging screen itself.( menu - breakpoint- breakpoint at - statement ) and press F8 .

Now you can start debug ur code.

Revrt back if any issues.

Regards,

Naveen

0 Kudos

Thanks Naveen and Andreas.

andreas_mann3
Active Contributor
0 Kudos

look:

1) job log

2) ST22

3) SM21

A.

Former Member
0 Kudos

Hi,

If u r using .xls file, it doesn't work.

if u want see the reason, click on 'JOB LOG'.

thaks