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: 

About SAP Batch error log

Former Member
0 Kudos

Hi Guys,

I am working on a interface where i need to send a daily feed to a 3rd party system as a flat file(Batch run). I have been asked to create an error in the standard SAP batch error log if an error occurs during the extraction of the program.And the reason for the error has to be displayed.

How to update this SAP Batch error log? And how to get the reason for the error?

Thanks in advance.

Tom.

1 REPLY 1

Former Member
0 Kudos

Hi Tom,

You can use the "message" statement in your ABAP program. The message will be in the job log. Message type 'X' will cancel (abort) the job.

Use SE91 to create a custom message.

I hope this helps.

Mike Vondran