cancel
Showing results for 
Search instead for 
Did you mean: 

Can I add html code in Web dynpro for Abap?

Former Member
0 Kudos

For example,

in a text view, I use '<H1>this is a emphasized text</H1>' in the text property of text view,

then the text is emphasized in size?

Seems it can be used in java dynpro, But failed in Abap dynpro.

Accepted Solutions (1)

Accepted Solutions (1)

chengalarayulu
Active Contributor
0 Kudos

This is not available for TextView, you can use FormattedTextView instead of TextView..

FormattedTextView : can enable HTML formmatting with limited tags.

Former Member
0 Kudos

Thx.

Seems the limited tag can help me with the text display.

But this FormattedTextView/Edit cannot be used in TableColumnCaption...etc. which is limited used in WD4A too.

I could do some improvement now, any way.

Thanks.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello ,

Use IFrame UI element, put the Text which you wanted to Display like header using tags <H1> etc..

thanks

~Raj

Former Member
0 Kudos

havn't used IFrame before.

I saw this IFrame UI is deprecated now.

And My Requirement is use html or other solution to make WD4A UI element more descriptive,

But My understood of Iframe is, this is a framework that can load other wd4a application in a iframe container.

how to use html in it?

ashutosh_singh2
Explorer
0 Kudos

Hi,

  You can't add HTML Text to set Webdynpro UI properties as SAP already provided most of the UI properties .In backend for most of the UI Properties are implemented through HTML but you can't add HTML code to set UI properties.

Thanks