cancel
Showing results for 
Search instead for 
Did you mean: 

BEx Webtemplate in BSP Page

Former Member
0 Kudos

Hi all,

I want to show a BEx Webtemplate in one of mine BSP Applications.

How can I do that without using an <iframe> ?

Because with that iframe I generate 3 scrollbars and really nobody likes it.

I also tried to change the heigth of that iframe dynamically, but I don't get the height of the Webtemplate.

Has anyone an idea ?

regards,

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

the best option is to use iframe , for handling iframe size according to the content inside ( template ) check this link for the js code. http://guymal.com/mycode/iframe_size/

if you still dont like iframes, then you have use the following FM

RRW3_WEBRFC this will return the result of the query in html code, which you can jut set it as the response of your bsp page. however, you may have to parse the html returned to change the links to bsp context.

athavanraja
Active Contributor
Former Member
0 Kudos

thanks for the answer !

I checked the JS and it works fine with the Firefox2, but if I run the same script on IE6 sp2 I get the scrollHeight which i defined hard in the iframe declaration.

If the script works on IE I would prefer to use it.

I looked for that problem, but I found only threads like it doesn't work with the FF.

Any idea ?

regards Stefan

Former Member
0 Kudos

not a problem with IE, but with delta handling.

Answers (0)