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

Why exceptions are not using in BAPI

Former Member
0 Likes
294

Hi,

I would like to know why exceptions are not using in STANDARD bapi.Is there any reason for this.

Please explain me clearly

Thanks in advance

Thanks and Regards,

Venkat

1 REPLY 1
Read only

Former Member
0 Likes
258

Hi,

If the exception is being handled by the caller, meaning that the exception is listed in the EXCEPTIONS section of the

funciton call, then the program will handle it gracefully and continue processing,if it is not in this section of the

funciton call, and it is raised inside the funciton module,

it will issue an ABAP dump and end. This is true for

foreground processing as well as background processing.

https://forums.sdn.sap.com/click.jspa?searchID=12141509&messageID=5433799

Regards

Kiran Sure