Skip to Content
0
Former Member
Sep 04, 2012 at 01:23 PM

Need to access the External LINK(URL) in BSP application

594 Views

Hi Experts,

I need to access a link that is external to BSP application. I have 2 pages A and B . From page A it is redirected to page B on the click of LINK. On the Load of Page B I want to navigate to External URL so I have used navigation->goto_page (URL) in the code in the INITILIZATION of page B. The Application is integrated in portal.

On the execution of Application the BSP is giving the error that the path is not correct in Portal while I am able to run it in the SE80.

In the portal it is showing the path that has part of it as a relative path. That is the URL that I am giving aa a parameter is not picked up . Instead of this some portion of URL is replaced itself by the path of BSP application.

Also, Please tell me is there any other way to call the External URL in the page load of BSP Page.

If Anyone has faced the same issue . Please reply.