cancel
Showing results for 
Search instead for 
Did you mean: 

Text Edit column in ALV table

Former Member
0 Kudos

Dear Experts,

Can anyone let me know how to create column as text editor in webdynpro ALV?.

Thanks

KH

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi KH,

Unfortunately, there is no provision to have TEXT editor in WDA alv column but can be done in normal TABLE.

Work around solution:

  • Create a button as editor for column in alv table using class CL_SALV_WD_UIE_BUTTON or create link to action using CL_SALV_WD_UIE_LINK_TO_ACTION
  • Create a view with TEXT editor in it and embed in a window which can be used as a popup window on button click in alv cell
  • On button click, open popup window and let the user enter the text in it and close popup window
  • Now, the text editor value goes into an attribute inside the same context node

Hope this helps you.

Regards,

Rama