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

module pool long text over riding text

Former Member
0 Likes
329

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.....

1 REPLY 1
Read only

Former Member
0 Likes
312

solved by mee!