‎2009 Jul 15 2:40 PM
how to clear the text in cl_gui_textedit class ......... after calling text editor and writing some text on it and the n displaying the same text i want to detete that text.
‎2009 Jul 15 3:01 PM
Use this code:
CALL METHOD o_textedit->set_text_as_stream
EXPORTING
TEXT = gt_text[].
gt_text[] - empy table
‎2009 Jul 15 3:03 PM