cancel
Showing results for 
Search instead for 
Did you mean: 

Exception in Integration Process?

Former Member
0 Kudos

Hi,

How can I create an exception in the integration process?

Thanks for yiur help.

Regards.

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Stefan,

While designing ur Integration Process , u have a step called "BLOCK" . In which u have to types of branches <b>'Exception Handler'</b> and a <b>'Dead line Branch'</b>.

U can design ur Exception handling steps in the <b>'Exception handler'</b> branch and move the control to that branch in case if some Exception Occurs.

For Further Information

http://help.sap.com/saphelp_erp2004/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm

Regards

Shailesh

Former Member
0 Kudos

Hi Shailesh,

I'm new in XI.

I have found the exception Handler but I can't choose any Exception Handling because the field is empty.

Do you know where can I create this error handling?

Thanks.

Regards

Stefan

Former Member
0 Kudos

When you declare you block, just give a name to Exceptions in Block properties.

Use this exception name while defining Exception branch properties

right click on block ->Insert->Exception branch(properties Exception branch)

In exception branch do you processings in any.

Best regards,

satish

Former Member
0 Kudos

Hi stefan

I think u should go thru the Patterns defined in ur BASIS Component in IR.

SWCV : <b>SAP BASIS 6.40</b>

Namespace: <b>http://sap.com/xi/XI/System/Patterns</b>

Integration Process name: <b>BpmPatternReqRespTimeOut</b>

Going thru documentation of this pattern which u can find in http://help.sap.com will help u to understand how to use Exception handling

Regards

Shailesh

Former Member
0 Kudos

Hi @ all,

can you tell whether it is possible to save the exceptionhandling ( with information of the exception, timestamp) in a file?

How does it work?

Thanks for your help.

Regards

Stefan

Former Member
0 Kudos

Hi Stefan,

This can be done, but with the custom error message.

In the exception handling branch you can have transformation step to construct a message with custom error message and the time stamp. Then you can append this message to container to consiladate all errors and send it to file system later using send step or send the message immediately in the exception branch using send step.

Regards

Anand

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Stefen,

In a BPM there are 3 steps which can raise exception - Send, Transform and Control.

And in order to handle your exception you can use a block step as mentioned by Shailesh.

This link willbe useful -

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Cheers,

Divya

Message was edited by: Divya Vidyanandan Prabhu

Former Member
0 Kudos

Hi

Go thru this link

http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm

and to see how it is created and raised in a scenario go thru this blog

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

Regards

Arpit Seth