cancel
Showing results for 
Search instead for 
Did you mean: 

Exception class: RFC not found

0 Kudos

Hi,

Do you know whether there is an exception class in web dynpro java that i can catch in case the RFC is not found in the backend system?

Thanks and regards,

Nada

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Thank you!

Are the mentioned exceptions general exceptions if something is going wrong with the execute() method or they are specific for the problem 'RFC not found in the backend).

So I need this specfic information that the RFC is not found in the backend.

Former Member
0 Kudos

Hi Nada,

Wouldn't a WDDynamicRFCExecuteException be thrown?

Regards,

Patrick.

former_member91687
Active Contributor
0 Kudos

Hi Nada,

You could probably try using WDResourceNotFoundException.

Regards,

Chandra