quarta-feira, 5 de julho de 2023

CL_GUI_TEXT_EDITOR - Get text using method GET_TEXTSTREAM

 After call metho GET_TEXTSTREAM, call the method flush

Example.

    IF o_editor_test IS BOUND.

      o_editor_test->get_textstreamIMPORTING text = DATA(lv_text) ).
      cl_gui_cfw=>flush).
    ENDIF.

Nenhum comentário:

Postar um comentário