Exception handling in ABAP
Is there any exception handling in subrountine in ABAP?(I know there is excpetion handling in function)
if yes, what's the syntax?
thanks
In Function Modules the error handling is explicitly coded so if you feel the need you can do something similar in a subroutine passing back any message via a CHANGING parameter/struction or if many then via TABLES.
_________________
Regards,
Angelis.
Is there any exception handling in subrountine in ABAP?(I know there is excpetion handling in function)
if yes, what's the syntax?
thanks
the key word for the F1-Help would be CATCH
Christian