Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cl_gui_textedit class delete text.

Former Member
0 Likes
2,008

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.

2 REPLIES 2
Read only

AlexanderOv
Product and Topic Expert
Product and Topic Expert
0 Likes
931

Use this code:

 
    CALL METHOD o_textedit->set_text_as_stream
      EXPORTING
        TEXT = gt_text[].

gt_text[] - empy table

Read only

Former Member
0 Likes
931

CL_GUI_TEXTEDIT->DELETE_TEXT().