Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How RAP catches runtime error?

EricYu0912
Product and Topic Expert
Product and Topic Expert
0 Kudos
744

Hi,

I saw RAP catches runtime error and thus the web page won't get broken, anyone knows how RAP makes this work?

Hopefully you can show me the code place, thanks.

3 REPLIES 3

matt
Active Contributor
0 Kudos
691

In Eclipse: Window->Show View->Other->ABAP->Feed Reader

This will give you access to the "ST22" dumps.

EricYu0912
Product and Topic Expert
Product and Topic Expert
0 Kudos
691

No, I don't mean where to check the runtime error. I mean where RAP catches the runtime error in its framework.

matt
Active Contributor
0 Kudos
691

I'd still check the dump, especially the call stack. It could give you a clue. I've caught these things in on-premise by calling the dumping bit in a synchronous RFC using the exceptions SYSTEM_FAILURE and COMMUNICATION_FAILURE.