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

Mail after IDOC Processing...

Former Member
0 Likes
2,078

HI,

After processing an IDOC, whether it is successful or failure I need to send a mail to the respective user about that IDOC status. How we can achieve this please help me.

Thx

2 REPLIES 2
Read only

Former Member
0 Likes
997

Hi Pandu,

You can have workflow in place for Idoc Error handling wherein it will send email to respective user.

you can refer links:

http://www.erpgenie.com/sap-technical/workflow/display-workflow-log-for-an-idoc

http://www.scribd.com/doc/7179710/Error-Handling-on-Inbound-Idocs

Other option is you can go for BPM in PI side.

Regards,

Vivek

Read only

Former Member
0 Likes
997

Hi,

You need to have this option for inbound or outbound idoc??

In the case of inbound IDOC , for eg if you are crating a accounting document using the IDOC you can send the details as a mail attachement using the FM SO_NEW_DOCUMENT_ATT_SEND_API1.

Regards

Ansari