cancel
Showing results for 
Search instead for 
Did you mean: 

BSP application integrated into a web application item (WAD)

Former Member
0 Kudos

Dear BW-SEM guru,

It would like to know if it is possible to merge into a same page a planning layout (a BSP application) with a BW query/report ... ?

If so, how to synchronize the refresh process for the two objects ?

May you have a track here to point in ?

May i have to deal we the se80 to add a specific abap code/javascript code in the BSP application or may i have on the opposite to deal with the Web Application Designer in order to integrate a BSP application as a web application item and how ?

Thanks a lot for your answer.

Best regards, Michel.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michel,

This is tricky since, as you point out SEM uses BSPs whereas BW uses HTML/JavaScript and the Web App Designer. In transaction SICF if you drill down into the hierarchy you notice that SEM and BW web reports use two different services /sap/bc/bsp and /sap/bw/bex repectively. This precludes the combination of both methods on one page since different HTTP request processors are used.

A potential work around maybe the use of a HTML page with multiple iFrames -- each frame pointing to one SEM and one web application. Hope that helps.

Oliver

Former Member
0 Kudos

dear oliver,

thanks a lot for your answer.

I will try to find out deeper the multiple iframes solution.

Best regards, Michel.

gerd_schoeffl
Advisor
Advisor
0 Kudos

Hi,

You can use the iframe technology as follows:

Build a web interface in the WIB. The include a subcomponent type "text/image/html", set the property "html" to "true". Choose the F4 help for the text and the option "Edit long text" (third radio button...). You can now enter the html statement for an iframe containing the web query.

If you want to see the changes you have made in the planning layout you have to press "Save" first as the query does not read the data from the planning buffer. Be aware that the iframe technology (as far as I know) currently only works in the internet explorer.

Best regards,

Gerd