cancel
Showing results for 
Search instead for 
Did you mean: 

Need to send failed message to file / http communication channel

Former Member
0 Kudos

Hi Everybody

We are using File - IDOC scenerios  and SOAP - RFC , if message failed in SAP PI the same message need to post https document post or XML file to send to file communication channel .

Please advise on this.,

Regards

Inder k

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Inder,

you can do that with a ccBPM process (not in 7.3 Java only):

You send your messages a Business process and define exceptions for each transformation and send step. Request a transport acknowledgment in the send step. In case of errors you jump into a corresponding exception branch where you send the message to http adapter / file adapter.

Regards,

Udo

Former Member
0 Kudos

Thank you for your reply ..

I need only error message payload need to send to file communication channel without  ccBPM.