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: 

Error: There is a job ZJOB that has not yet ended

Former Member
0 Kudos

Hello.

I have a problem with a job. This job works correctly. But if I execute this job and it gives an error (any error). The next time I execute this job, the error is: "There is a job ZJOB that has not yet ended" and the job is canceled.

What can I do?

I schedule the job in transaction SM36.

Thank you very much.

5 REPLIES 5

Former Member
0 Kudos

Hi,

I think the job which u have scheduled has not yet ended. Check out whether the job has already started. I a job has already started then u cant start another job untill it is complete. U can schedule no of jobs at a time but not run same jobs simultaneously.

former_member784222
Active Participant
0 Kudos

Hello,

Just check the program, whether it does not allow duplicate instance of a job.

Because we can have two job with the same name running at the same time.

Thanks and regards,

S. Chandra Mouli.

0 Kudos

Hello.

How can I check the program? How can I know if it doesn't allow duplicate instance of a job?

Thanks.

0 Kudos

Hello,

Please verify whether the program has any line of code that fetches job details from table TBTCO. I assume you are familiar with ABAP if not you can seek the help of your technical person.

thanks and regards,

S. Chandra Mouli.

Message was edited by:

Chandramouli Subburathinam

Former Member
0 Kudos

Hello,

Check the SM37 transaction and to view the status the this Job,

In this transaction can you to view all schedule the Jobs in the system,

Regards

David