cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to SOAP asynchronous scenario Error handling

Former Member
0 Kudos

Need an expert!!!!!!!!! advise on error handling for IDOC--


PI--


SOAP scenario.This is a asynchronous scenario where PI is calling a Legacy system using SOAP adapter.My question is how i can do error handling in this scenario.If i get an alert in pi with payload variable that would be fine, do i need to use BPM and if that is tthe case what will be steps.

Appreciate your help.

Manish

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

You may send alerts using UDF and send payload data without BPM but it could be raised only in mapping step. Otherwise, it won't be possible to send alert with payload info without BPM. Just sending PI message ID in alerts won't be enough for you? If that is enough, then you can achieve it without BPM.

Regards,

Prateek

Former Member
0 Kudos

Hello Manish,

My question is how i can do error handling in this scenario.

Use the standard alert framework. Search on SDN / SAP Help for details.

do i need to use BPM and if that is tthe case what will be steps.

BPM is not required to raise alerts, as this is an async call.

Regards,

Neetesh