Dicas para desenvolvedores ABAP.
After call metho GET_TEXTSTREAM, call the method flush
Example.
IF o_editor_test IS BOUND.
o_editor_test->get_textstream( IMPORTING text = DATA(lv_text) ). cl_gui_cfw=>flush( ). ENDIF.
Nenhum comentário:
Postar um comentário