cancel
Showing results for 
Search instead for 
Did you mean: 

BW Report integration in BSP

dominik_klaffke
Participant
0 Kudos

Hi all,

is there any possibility to integrate BW web reports in business server pages? I need to offer all report features without loosing the bsp's session context. So in example I have bsp elements - a header - and want to show BW Web Report in the same screen.

Thanks in advance

Dominik

Accepted Solutions (1)

Accepted Solutions (1)

eddy_declercq
Active Contributor
0 Kudos

Hi,

The easiest way is to wrok with an iframe. Have a look at

http://www.htmlhelp.com/reference/html40/special/iframe.html or http://www.w3schools.com/tags/tag_iframe.asp for more info.

Another option is described in my article: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to integrate bw queries within bsp.article

Eddy

dominik_klaffke
Participant
0 Kudos

Hi Eddy,

thanks a lot for your answer. Your first solution meets my demands.

Best regards,

Dominik

dominik_klaffke
Participant
0 Kudos

Hi all,

I integrated a BW Web Report into a BSP Application by using the iFrame element. If I apply some changes in the BSP application the report looses its state i.e. all chosen filter settings are resetted. Otherwise, changes made on the Web Report within the application do not affect the 'outer frame'...

My question is: is there any possibility to keep the report's state as long as the BSP application's session is alive. I do not want to loose any applied changes i.e. filter settings in the report or chosen drop down boxes in the application.

Thanks in advance for any hints!

Regards,

Dominik

norbertk
Participant
0 Kudos

hi,

do the url-parameters &STATELESS=&USE_PAGE_WRAPPER= help?

regards,

norbert

dominik_klaffke
Participant
0 Kudos

Hi,

I tried using both parameter but it didn't take affect on the fact that the BW Report is always opened by a new session on every reload of the BSP application...thanks anyway!

Has anyone some more ideas how to solve this problem?

Regards,

Dominik

athavanraja
Active Contributor
0 Kudos

by default BW webquery is always stateful. may be try to set your BSP application as stateful and see whether it helps.

Regards

Raja

Answers (0)