cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP (async) to Idoc with BPM

Former Member
0 Kudos

Hello All,

I have scenario SOAP to IDoc. I need to use BPM to send email in case PI was not able to send data to ECC.

Can someone please help with the steps required for BPM.

I am very much confused.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member241146
Active Participant
0 Kudos

Hi.

You can work with Alerts PI

Above the blog links:

XI: Alerts - Step by step

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

Configuration for forwarding Alerts as Emails

/people/pravesh.sharma/blog/2009/07/02/configuration-for-forwarding-alerts-as-emails

Regards.

Bruno

Former Member
0 Kudos

I have specific csv file that i need to send the email in case Send step in BPM fails.

Can someone please help to design the interface.

Thanks

former_member200962
Active Contributor
0 Kudos

Have your IDOC send step inside a Block....have an exception branch to this block...if the send step fails then the exception branch will be executed....in this exception branch have your logic (transformation and send step to send email).

Regards,

Abhishek.

Former Member
0 Kudos

I designed BPM as per your suggestions.

Now i need to test the exception branch for that i changed the IDoc receiver channel and entered wrong RFC destination.

But the Exception brach is not getting triggered.

Thanks

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

did you assign the exception name to the send step??

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Hi,

No BPM is needed for this case, you can trigger an alert in case PI could not send the IDoc.

Just configure it. search in SDN for blog and pdf to configure alerts ussing SMTP

Thanks

Rodrigo