Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI

Former Member
0 Likes
436

Hi

How do we handle Error-handling in BAPI??

Any documentation with clear example.

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
417

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

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
418

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

Read only

Former Member
0 Likes
417

Hi,

Please refer the links,

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
417

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