Application Development 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: 

navigation->goto_page

Former Member
0 Kudos

I am using the following oninputprocessing to navigation from one BSP application to another:

    navigation->goto_page( '../ZGTIS_EB_SUBQTE/header_dtl.htm').

I am receiving the following error:

 500 Internal Server Error


--------------------------------------------------------------------------------

Internal Server Error(-1)


--------------------------------------------------------------------------------
Error: -1 
Version: 6040 
Component: J2EE Server 
Date/Time: Tue Dec 6 14:41:17 2005  
Module: http_j2ee_mt.c 
Line: 789 
Server: hg20351_YRD_00 
Detail: Cannot reach external Application Server on localhost:50000 

 
 © 2001-2003, SAP AG

Does anybody know what is causing this?

5 REPLIES 5

Former Member
0 Kudos

Hi,

Try with Code.

navigation->goto_page( 'cnewuser.htm' ).

navigation->next_page( 'Page name' ).

Thanks,

Vamsi.

0 Kudos

I don't quite understand the 2nd page. Does goto_page assign the next page, instead of having it in the BSP navigation? What would I put in page name?

0 Kudos

Hi,

declare something like this

In the navigation Tab of the BSP application,

start Navigation Target.

default.htm TOAUTHORS authors.htm

and in the OnInputprocessing event..write the code like this.

navigation->next_page( 'TOAUTHORS' ).

2nd page in your scenario is u r page in Goto_page.

Hope this will help you.

Thanks,

Vamsi.

0 Kudos

That works when you are navigating within the same BSP application, but I actually want to transfer to a different BSP application. That's why I am specifying to go up one level and go to a different folder which contains the htm page.

0 Kudos

Hi,

One thing i noticed...

In the error message that you have posted, i see that it says about port 50000.

doesn't the BSP application require the http port which is 8000 /80<sysnr>..?

Pls verify...

Regards,

Renjith.