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: 
Read only

How RAP catches runtime error?

EricYu0912
Product and Topic Expert
Product and Topic Expert
0 Likes
1,734

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
Read only

matt
Active Contributor
0 Likes
1,681

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

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

Read only

EricYu0912
Product and Topic Expert
Product and Topic Expert
0 Likes
1,681

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

Read only

matt
Active Contributor
0 Likes
1,681

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.