‎2008 Jun 23 8:19 PM
Hi,
i do method that get input and return table and i wont to use try & catch if the table i receive is empty how i can do that exception library?
Regards
‎2008 Jun 23 8:32 PM
if within ur method no exception is raised then no need to use try..catch..entry block.
After the method call u can directly check the contents of the return table. If it contains value then do further processing otherwise do the error handling.
Regards,
Joy.
‎2008 Jun 23 8:28 PM
‎2008 Jun 23 8:32 PM
if within ur method no exception is raised then no need to use try..catch..entry block.
After the method call u can directly check the contents of the return table. If it contains value then do further processing otherwise do the error handling.
Regards,
Joy.