‎2008 May 24 4:04 AM
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
‎2008 May 24 4:09 AM
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