Entering content frameProcess documentation Reporting and Handling Errors Locate the document in its SAP Library structure

Purpose

The options for error handling depend on the type of communication chosen:

Process Flow

In the graphic below, an error from the receiver system is reported to the sender system in synchronous communication:

This graphic is explained in the accompanying text

  1. If an application on the inbound side triggers an error, the Proxy Framework converts the corresponding exception class to a fault message and transfers it to the sender system using the Integration Server.
  2. The Proxy Framework in the sender system interprets the fault message and triggers the exception for the outbound interface.
  3. In the sender system, the application can catch and handle the exception using a Try/Catch block. Using the super exception class CX_AI_APPLICATION_FAULT you can - in a similar way to the statement WHEN OTHERS in a CASE statement - catch all remaining application errors.

 

 

 

 

Leaving content frame