Skip to Content
0
Former Member
Nov 30, 2006 at 05:36 PM

Query in BPS Web Interfaces - Open in New Window

38 Views

Hello,

I am trying to insert a BW Query into a web interface but have it launch in a new window. I know how to have it open in the web interface by using a text box. In July of 05 I found an answer from Marc Bernard on a similar topic, but with a query returning variables. When I tried to use the code, I got an error. I know that I can create a URL with Target="_Blank" but I don't want to hard code the full URL of the web report because the default host and port will change with the systems. I tried the following URL in hopes that would inherit the system but it doesn't work.

http://<default_host>:<default_port>/sap/bw/BEx?cmd=ldoc&infocube=EPABUDGET&query=EPA322BR

Here is the code I have for the report. Can someone tell me how to open in a new window or how to get the URL to work?

<iframe

id="BWReport01"

name="BWQUERY"

src="/sap/bw/BEx?cmd=ldoc&infocube=EPABUDGET&query=EPA322BR"

width="900"

height="800">

Frames are not supported.

</iframe>

Thanks,

Cherie