cancel
Showing results for 
Search instead for 
Did you mean: 

Problems integrating 3.x query into a SAP Portal

Former Member
0 Kudos

Hi all

We have a scenario with two standalone servers: 1) A 7.0 portal-server with the normal portal usage types installed (not BI-JAVA), and 2) A BW-server with usage type AS-ABAP. Actually the BW-server is 7.0, but it only has usage type AS-ABAP installed.

So in order to integrate a query from the BW-server into the portal, I have used the com.sap.portal.appintegrator.sap.BWReport with the Version attribute = SAP BW 2.x / 3.x. With this setup we are able to view the report if we enter values directly into the two mandatory variables the user is prompted for. BUT if the user instead selects the "browse-button" (javascript:SAPBEHELP(...), the end user is getting a blank pop-up screen with http://bw-server-host.domain:8001/sap/bw/Mime/BEx/Misc/PleaseWait.html. I have noticed that the activated popup is redirected to the BW system, which seems to be causing this blank page-behavior.

Does anyone know how to ensure complete integration of the BW query with the portal? I need the selection buttons to seemlessly open a popup window that can transfer the values back to the iview integrated into the portal so the user can have a good user experience. As it is right now I sometimes have to log on to the BW system again when I press the selection buttons, and then the report might run in the popup window instead of the portal content area.

Any help is greatly appreciated.

Best regards,

Martin Søgaard

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi again

OK, I have some additional info.

The integration of the reports works if I'm using FireFox.

But if I use Internet Explorer 8.0 in Compatibility Mode, I get the following js error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)

Timestamp: Tue, 12 Jan 2010 11:13:07 UTC

Message: Object required

Line: 1

Char: 96075

Code: 0

URI: http://host.domain.local:8001/sap/bw/Mime/BEx/JavaScript/JSBW_C_Std.js

If I try to access this URL directly it is working fine (I'm able to download the js-file).

Best regards,

Martin Søgaard