cancel
Showing results for 
Search instead for 
Did you mean: 

I want to open a BSP application from a Web Dynpro Application

0 Kudos

I have a BSP application showing a report in HTML (using Jquery). I have a Web Dynpro Application that call's the BSP application passing a couple of parameters.

I prepare the URL and try to open the BSP in a new window with

    LO_WINDOW = WD_THIS->GR_WINDOW_MANAGER->CREATE_EXTERNAL_WINDOW( URL = URL ).

Within Windows Explorer the new window opens, but the report is not shown correctly. Table data is missing.

Within Google Chrome the report does not open.

Anybody has an idea if this problem in Chrome can be solved?

Regards, Paul Lauwers.

Accepted Solutions (0)

Answers (2)

Answers (2)

TudorRiscutia
Active Participant
0 Kudos

Hi Paul,

     Try checking if your application's URL works in Google Chrome manually. If this doesn't work either, there might be a browser-specific problem in your HTML+JQuery coding. As far as I know BSP is obsolete, especially since the same kind of problems occur when testing applications in IE (Internet Explorer) and NWBC..

     There is an alternative to insert HTML+JQuery coding directly in Web Dynpro, via the HTMLFragment UI element. Maybe this is another solution.

Tudor

former_member184578
Active Contributor
0 Kudos

Hi,

Is your BSP application working fine in chrome when executed directly instead of calling from WDA?

Also check the URL returning from class method create_url_for_bsp_application.

Regards,

Kiran