cancel
Showing results for 
Search instead for 
Did you mean: 

500 Connection timed out

Former Member
0 Kudos

Hi experts,

While i am fetching data from SAP z-table to be displayed on screen, i am getting error on screen "500 connection timed out".

Could you please advise me how to sort  out for this issue?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Is this really a WebDynpro ABAP topic?

According to the screenshot it looks like different.

Can you please share at least the URL with us?

Thanks,

Gabor

Szczerbowski
Active Participant
0 Kudos

Hi,

Check transaction SAT for performance measurments.

If you're running a web app, then the easiest way is to start it for a running application, or particular user.

Then you will see what takes the most time.

Former Member
0 Kudos

Hi,

Perform optimization in your component if  possible. some time data fetching or loop under loop take lot of time that may lead to time out.

Hope this helps you.

Thanks

KH

0 Kudos

Hi,

Is the application running correctly even once.. timed our error can occur for many reasons.. Like if you are selecting a huge amount of data from a huge table , it may result in timeout .

Please write your code as well and what you are trying to do.