Skip to Content
-2
Jun 05, 2020 at 09:20 AM

How to clear container text

689 Views

Hi all,
please advice,

i create container text using this code.

ct_text_editor    TYPE REF TO cl_gui_textedit,
ct_text_editor    TYPE REF TO cl_gui_textedit,
ct_container1     TYPE REF TO cl_gui_custom_container,
ct_container2     TYPE REF TO cl_gui_custom_container,

when i display some data, it's work.

but, when i create new data. text from display before still seen in container.

how can i clear this container ? plis chk this pict.
see belows 'description' text.

Attachments