Skip to Content
0
Former Member
Dec 03, 2009 at 02:22 PM

Condition Exceptions

28 Views

Hi

Im using the following API:

CL_WS_HELPER=>get_proxy_abapkey_by_esrkey(

EXPORTING

esr_key = l_t_esr_key

IMPORTING

abap_key = l_t_abap_key

  • EXCEPTIONS

  • not_found = 1

).

This API throws NOT_FOUND Exception.

Questions:

1. I'm not able to find this exception type anywhere in the workbench. In the error it says Exception Condition NOT_FOUND is thrown.

2. How to catch these kind of exceptions?

Please help.

Thanks,

Piyush