cancel
Showing results for 
Search instead for 
Did you mean: 

BSP calls WAD in a IFRAME

abhishek_nms
Participant
0 Kudos

Hi ,

I have created a simple BSP with an IFRAME

<IFRAME NAME="tFrame1" id="tFrame1" SRC="<%= url %>" frameborder="0" width="100%" height="100%">

</IFRAME>

and passed the BW WAD URL to the URL variable  in Event Handler .

When I test it , it goes to Infinite Loop ( Same Template is called many times) and content is not rendered. But If I test the URL in a Separate Browser it works fine.

Please help me in fixing this issue, How to render the BW WAD in a BSP ?

When I did Fiddler or IE - F12 - there is a JS that run every time, I believe this is causing the issue‎‎

/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?7.310000014

Accepted Solutions (1)

Accepted Solutions (1)

abhishek_nms
Participant
0 Kudos

Hi all,

I have found the solution, Refer OSS Note - 1048797

Thanks

Abhishek

Answers (0)