‎2006 Dec 27 11:12 AM
Hi
How do we handle Error-handling in BAPI??
Any documentation with clear example.
Thanks in Advance
‎2006 Dec 27 11:15 AM
You have to use the RETURN parameter to handle the exceptions in a BAPI. Pl take a look at the following <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/6b/3f6d286d0711d396a50004ac96334b/frameset.htm">SAP Help</a>
~Suresh
‎2006 Dec 27 11:15 AM
You have to use the RETURN parameter to handle the exceptions in a BAPI. Pl take a look at the following <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/6b/3f6d286d0711d396a50004ac96334b/frameset.htm">SAP Help</a>
~Suresh
‎2006 Dec 27 11:32 AM
‎2006 Dec 27 1:45 PM
Hi,
You can do Error andling in BAPI with the help of Error Table by Moving the Message Id , Message class etc into the fields of the Internal Table.
Regards,
Balasubramanian Vijay