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