cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Errorhandling in integration process

Former Member
0 Likes
348

Hi,

is there any blog that describes how I can create an errorhandling in the integration process.

I have created I block with exception branch.

My problem is that I do not know how I could catch all message mapping error in the exception branch.

Can anybody help me please?

Thanks

Regards

Stefan

View Entire Topic
bhavesh_kantilal
Active Contributor
0 Likes

Stefan,

<i>My problem is that I do not know how I could catch all message mapping error in the exception branch.</i>

Once an error occurs in the TRANSFORMATION step inside the Block, your control will go to the EXCEPTION handler block.

Now, inside this Exception Handler block , you can create any step inside this Esception Handler block depending on the business Requirements.

You can trigger alerts , etc.

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

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

Regards,

Bhavesh