Creating a Fault Message Type
Prerequisites
Familiarize yourself with the basics of fault message types.
More information: Fault Message Type
Context
You use fault message types in the following scenarios:
-
In the synchronous case, when an application-specific error occurs on the inbound side, instead of sending a response message back to the sender, the application can send a fault message to handle the error.
-
The fault message of the application for an asynchronous ABAP server proxy is persisted for monitoring . In the case of asynchronous Java server proxies, the fault message is part of a negative application acknowledgement.
More information: Acknowledgments