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: 

Email on Idoc Failure with Status 56 64 68 69 70

Former Member
0 Kudos

We have standard inbound idoc processing for Basic Type : DELVRY01 and Message Type : DESADV using the function module IDOC_INPUT_DESADV1.

We currently have a requirement to send an email, when any of these type of Idocs fail with status 56, 64, 68, 69 and 70.

Where would be best place to provide this solution to send an email to a particular user when the Idoc fails with the above status?

1 REPLY 1

Former Member
0 Kudos

Hello Saleem,

One approach would be to consider workflow based on object type IDOCAPPL. The start condition for the workflow could be the triggering of the event errorProcessCompleted. You could filter further by status and your message type (DESADV ) to only start the workflow for the errors that you mentioned. The workflow could then send an email.

You will need to verify the details for your own scenario.

Good luck,

Greg Kern