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

Batch job failure

Former Member
0 Likes
427

Hi ,

Can any one tell me why does batch job fails when there is no data?

Is there any means to check hat i.e. can we put some validations to check this?

Thanks in advance

Hi ,

Can any one tell me why does batch job fails when there is no data?

Is there any means to check hat i.e. can we put some validations to check this?

Thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
406

Hello Alka,

There could be multiple reasons for the failure. U need to give details so as to provide u with a details. u can also check the log which will give u more info. In u are not able to interprete it send in more detials.

Read only

0 Likes
406

hello alekhika....

Check if any procesing is done using sy-tcode or sy-ucomm.

Some times, using these in program and when scheduled a batch on this program will lead to dumps.

Instead, directly call program (instead of sy-tcode) and check.

Regards,

kishan