Exception handling in ABAP

Question:
Is there any exception handling in subrountine in ABAP?(I know there is excpetion handling in function)
if yes, what's the syntax?
thanks
Answer:
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.
Answer:
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

More Articles:

Download with comma separated value?
Split header in ALV?
User exit to avoid change a reservation (MB21)?
Query output list, column order.?
For all Entries In Performance Issue?
Rounding the decimal?