Hello Experts,
I'm trying to run a custom function from my Web Dynpro ABAP component.
The custom function runs (among other things) the standard function 'ME_REL_CHECK_MANY'.
If there is some error in 'ME_REL_CHECK_MANY' a message is written and no exception is raised (so my WDA has dump).
How can I prevent it? (since there is no exception try and catch won't help...).
Regards,
Omri