cancel
Showing results for 
Search instead for 
Did you mean: 

BSP page :says "page cannnot be displayed" after few seconds of execution.

Former Member
0 Kudos

Hello All,

I have 2 pages in my BSP application where i am fetching the data from database tables

and displaying it on the web frontend. The issue is after few seconds of execution, it starts

displaying that "the page cannot be found" , and when i refresh then it reloads the page.

So, evrytime i have to refresh my page. I am not sure how to solve this issue.

Can anybody please suggest me ,if you know some solution regarding this.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi:

go in 2nd page and then in Oninputprocessing -> put the break point.

And test it , if the system comes at this point, then its ok else

check the navigation tab of the main page.

Regards

Shashi

Former Member
0 Kudos

Hi Shashi,

As you suggested, i have tested the application with adebugger point at

"oninputprocessing". Its working fine.

Actually the application is working fine, the only problem is sometimes

after few seconds it starts displaying "page cannot be displayed".

I am not sure if this issue is related to server cache because of which after refreshing

it works fine.

Do you have any idea about this?

athavanraja
Active Contributor
0 Kudos

does it show "page cannot be displayed" message automatically, i mean without any user action ?

whats the bowser cache value set in the page properties?

this can normally happen, when the browser cache value is set to 0 or a low amount and if you hit the browser backbutton to go to previous bsp page (click action) .

Former Member
0 Kudos

Hi Durairaj ,

It appears automatically after sometime without any user action.

And, the browser cache is 0 secs. Do i need to set this browser cache

time ? and if yes, then how much time can i give?

Thank you for your help.

athavanraja
Active Contributor
0 Kudos

it should not happen automatically, may be a javascript is running or you may have used HTML META tag.

(regarding browser cache, you dont have to set it now, it depends on your app design).

If possible share your bsp page layout code to analyze further

Raja

Former Member
0 Kudos

Hi,

i am not using any META tag but i am using vb script to

export the data to excel sheet.

The layout for the page is quiet long.

I will send you the page layout on your mail .

Former Member
0 Kudos

Hi Raja,

I am also facing the same same issue and I put a break point in my event handler on_input_processing while executing select statement the page displaying cannot be displayed but the ABAP logic in event handler is still in process.

Could you please help me.

Thanks,