cancel
Showing results for 
Search instead for 
Did you mean: 

External HTML in WD for ABAP

Former Member
0 Kudos

Dear all

Can I display HTML content in any way directly in WD for Abap ?

I have the html file uploaded as an MIME object in the WB application.

best regards

Lars

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

please refer below post..

Regards,

Anoop

had posted some wrong info ..

Message was edited by:

Anoop Singh Saini

Former Member
0 Kudos

Hi,

you can display your html directly in WDA, meaning you can use the ui element iframe

and bind the attribute source to the url of your page in the mime repository,

but that is only for display purposes, if display is all you need, this is it,

else, i don't think you'll be able to interact with it like that.

grtz

Koen

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

please note that the UI element IFrame is deprecated, see the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/15/c07941601b1d09e10000000a155106/frameset.htm">documentation</a>.

If you create a file as application/pdf and store it in the MIME repository, you can use the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/15a40b56080d1be10000000a114a6b/frameset.htm">integrating forms</a> functionality.

Regards, Heidi