Skip to Content
0
Apr 24, 2009 at 02:53 PM

Restrict Special Char/symbols in Text Editor

202 Views

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 ?