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: 

Job cancels with error message

Former Member
0 Kudos

Hi,

I have a job that submits RFBIBL00 to post several FI documents. However sometimes there's an error message and the job cancels with message A564(00). As the previous error message is not always the same and is deployed by SAP standard programs, does any one knows if there's any way to prevent this situation, and instead of the job is cancelled to continue to try to post the next document ?

Thanks,

Paulo Sousa

1 ACCEPTED SOLUTION

Former Member
0 Kudos

An A=abort message is going to stop you program and no, you cannot continue a job after SAP issues an A or X message. Try to find out why the abend is occurring (such as reading the job log, reading the short dump), and correct the situation that is causing your job to abend. An abend of a standard, unmodified SAP program is serious....I'd be working on finding out what is wrong in the data that is causing the abend, and searching SAP Notes to see if there is anything applicable to the abend or the cause of the abend.

1 REPLY 1

Former Member
0 Kudos

An A=abort message is going to stop you program and no, you cannot continue a job after SAP issues an A or X message. Try to find out why the abend is occurring (such as reading the job log, reading the short dump), and correct the situation that is causing your job to abend. An abend of a standard, unmodified SAP program is serious....I'd be working on finding out what is wrong in the data that is causing the abend, and searching SAP Notes to see if there is anything applicable to the abend or the cause of the abend.