cancel
Showing results for 
Search instead for 
Did you mean: 

posting of idoc error

Former Member
0 Kudos

Hi Gurus,

My requirement is when the idoc is not posted to the SAP system,I should sent email stating the error number error message PO document details to end User.

Using PI alerts we can just get the error number ,error category but PO idoc document number we cannot get...

the message should be something like the idoc 000000 is not posted due to some reason which we get in we05.

Currently Im using Idoc receiver adapter.

Do i need to write a User exit in the inbound process code for the PO document which is again a function module .

Can you please provide any solution.

Thanks,

regards,

Jay.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Probably you can consider configuring the IDoc acknowledgments (ALEAUD).

Have a look in to this document, case 2 and 3.

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb

Regards,

Francis

Answers (2)

Answers (2)

former_member208856
Active Contributor
0 Kudos

You are using IDoc Receiver adapter, you will get the error at your ECC system while posting Idoc there.

You have to write a report for Error Idoc, pick data from that Idoc & trigger a mail there at ECC System.

Take the help of ABAP Consultant & ABAP Forum, development will be at ECC system only.

rajasekhar_reddy14
Active Contributor
0 Kudos

it is not possible to send alert email when IDoc status fail in we 02.

simplesolution would be identify when IDoc not posting correctly in ECC,like if some fields not coming from Source then only IDoc get faials,so add mapping logic to validate record,if validation fails send an email elase post in to ECC.

Regards,

Raj