cancel
Showing results for 
Search instead for 
Did you mean: 

Any richTextBox UI Element for Web Dynpro ABAP?

Former Member
0 Kudos

Hi Export,

May I know if there any similar function related to richTextBox UI element in Web Dynpro ABAP?

Also, any suggestion on saving the richtext into transparent table?

It will save as binary data? or xml format?

I have no idea on implementing this.

Thanks so much

BR - Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Christopher,

You can achieve your requirement as below.


  • Create a field "text" of type STRING ( Data element: WDY_MD_TRANSLATABLE_TEXT ) in your table
  • Create the node by using your table name
  • Use view ui element "FormattedTextEdit" which serves you as rich text editor.
  • Bind the property "value" of ui element to context attribute "text"
  • Now you can save data to table and retrieve the same if required

Please refer the link for more information : FormattedTextEdit

Demo WD component: demo_uiel_formatted_text_edit

Hope this helps you.

Regards,

Rama