... NICEdit and this tread on SCN I found the way to make HTML WYSIWYG editor for ABAP. My editor use CL_GUI_HTML_VIEWER to display NICEdit in container, and then thanks to POST method I put changes back ...
... On the top of the screen there is an HTML container builded with CL_GUI_HTML_VIEWER. This container will tell you if it's your turn or if you have won the battle.
As this is the first version, ...
... optional -> field catalog for list viewer control
it_sort type lvc_t_sort optional -> alv control: table of sort criteria
it_filt type lvc_t_filt optional -> alv control: table of filter conditions ...