cancel
Showing results for 
Search instead for 
Did you mean: 

Exception

Former Member
0 Kudos

Hello!

If I click quickly through the navigation I get the error

message 500 Internal Server Error com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Instance How can this problem be solved. I suppose this error is a subsequent error to klicking

very fast.

Reagards

ertas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can catch the Runtime Exceptions in the navigational method calls.

Select the line that fires the plug.

Then, from the menu, select source, surround with try catch block.

That way the error is caught, and optionally you can use the message manager to create a warnig for the user. (In the catch part)

Good luck,

Roelof

Edited by: R. Knibbe on Jan 23, 2008 9:58 AM

Answers (0)