Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | Sample Services | sample.sap.Helpers:returnABAPException
 
sample.sap.Helpers:returnABAPException
This service returns a JCO AbapException exception that is used by the service implemented at Integration Server. By adding an invoke statement to the sample service you can easily return an ABAP exception from Flow. The sample also demonstrates how to return an ABAP exception from within a Java service.
Input Parameters
key
The key for the exception that is specified in the function interface.
message
Optional. Additional descriptive error message.
Return Values
None.