cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro abap with HTML

Former Member
0 Kudos

Dear Guru's,

By surfing i came to know we can integrate HTML WD ABAP.

In html running words like marquee  is it possible to bring this html code in webdynpro abap?

Thanks & Regards,

Meenachi.R

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi

Yes it is possible to integrate html in wda.

Pls follow the below steps

  • Use htmlContainer ui element
  • Right click on html container and insert html fragment Write marquee html code
  • Add a text view and insert your text
  • Again add html fragment and ad </marquee>  
Former Member
0 Kudos

Hi Ramakrishna,

Thanks for immediate reply.

In my layout the HtmlContainer UI element is not there .

what to do?

Thanks & Regards,

Meenachi

ramakrishnappa
Active Contributor
0 Kudos

Hi Meenachi,

The ui element htmlContainer is available from NW7.31. I think you are not meeting this system requirement.

You can still use Iframe ui element and bind the html file to the property "SOURCE".

Please refer the below link ( follow the HTML code )

To insert video in webdynpro - Web Dynpro ABAP - SCN Wiki

Regards,

Rama

former_member184578
Active Contributor
0 Kudos

Hi,

Which version you are on? I guess the Html Container UI is available from Netweaver 7.3 Ehp1 .

Regards,

Kiran