Sap outbound confirmation issue

Hi All,
we are trying to call sap BAPI from WebM(inbound to SAP).we are using “sap.map:outbound” service to do that.My question is,Is there any parameter or return value which is available as the output of this service which tell us whether the call to sap is succesful or not??
our intention is to use that value(if there is any return value) for error handling purposes.
Any pointers to documentation are much appreciated.

Thanks,
Santosh

This will vary by BAPI. In most cases, you will get a RETURN structure with status codes and other information. Look for the BAPI documentation.

I hope you are using the Developer to create the outbound map. If so, it will provide the output parameters automatically from the BAPI lookup.

Again, see the SAP Adapter Guide for details.

Howard