am placing two text editors which we can enter a long text max of 200 chars.
when am using the method
CALL METHOD TEXT_EDITOR->GET_TEXTSTREAM
· EXPORTING
· ONLY_WHEN_MODIFIED = CL_GUI_TEXTEDIT=>TRUE
IMPORTING
TEXT = TEXT
· IS_MODIFIED =
EXCEPTIONS
ERROR_CNTL_CALL_METHOD = 1
NOT_SUPPORTED_BY_GUI = 2
OTHERS = 3.
its reading the TEXT but
its over riding the first ones text.
am using two fields.
i placed two text editors .
one is for comment(200) & the other is for Action(200).
these two fields to as to update in the same Database table.
how can i Read the text one after the other one.
and i have to move the 2 texts to to corresponding fields.
Pls help me.....