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.