Skip to Content
0
Former Member
Oct 18, 2005 at 12:38 PM

How to catch excpetions in function module?

42 Views

Hallo everybody,

how can i catch the exception from function module "exception" and deliver it to call function parameter table --exception table.

For example,a function module 'RPY_TABLE_INSERT' is called by Call Function (parameter_table)in order to create a new table.When the table exists already, a exception "Already_exist" activated.But it can not be caught,since it is raised by "message raise". Therefore in the exception-table of caller no error is caught.

How can I deal with it?

Thanks in advance!