All,
I am using class cl_gui_textedit for entering a free text in WD screen. I need to restrict the users from entering special char/symbols while entering. Is it possible?
PS : Please don't suggest the following
While SAVE validate for special char or symbols
when 'SAVE'.
* retrieve table from control
call method g_editor->get_text_as_r3table
importing table = g_mytable.
Any other way ?
a®