cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying HTML received from bapi...

Former Member
0 Kudos

Hi all,

Still having troubles with my report

I'd like to use a bapi that returns me the whole report in HTML format.

This bapi actually returns me a table that contains several lines of HTML code (so the whole page is not returned, instead it can be constructed from lines returned by the bapi).

Here, I miss the most important step: where should I output the result of my bapi ?

As far as I know, there doesn't exist any web dynpro control such as HTMLPage, for which I could set a property of source to be the result of my bapi.

I tried to use iframe, but (as one could guess) the source is expected to be a filename, not html source code.

I also tried to use textview, but the source code is outputed as HTML source code, not interpreted by IE...

I can't create a file on server then load its url !

If someone can tell me how to do this !!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You may use IFrame and try approach described here:

VS