‎2007 Jun 29 1:15 PM
Hi All,
I am creating a function module to update data into a customized table. In that funciton module, i want to handle exception. But i dont know how to proceed with that.
Can you please any one help me out in this regard.
POINTS PROMISED.
Regards,
Buvana
‎2007 Jun 29 1:20 PM
Hi,
After calling function module write.
if sy-subrc <> 0
RAISE EXCEPTION.
endif.
Reward if helpful.
Regards,
Umasankar.
‎2007 Jun 29 1:21 PM
‎2007 Jun 29 1:22 PM
what kind of exception u want 2 add?
u can defne your exceptions in the exception tab
also you can code the logic in ur source code
using if else
let me if its helpful
else wht is that you need in exception
‎2007 Jun 29 1:23 PM
In FM Exception tab maintain all the exception. Inside the FM use RAISE statement to raise the exception.
‎2007 Jun 29 1:31 PM
Hi,
Check this...
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm
Regards
Vijay