Application Development 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: 

Retrieving text from "text editor" in to input/output field

Former Member
0 Kudos

Hi Experts,

I have displayed a "Text Editor" when clicking a button,

and enter some text.

My need is how to retrieve the text from "Text Editor"

and displayed it in a input/output field?

Is there any "function module" for retrieving the text from

"text editor" in to i/o field which is present in my module pool screen ?

Kind Regards,

Ranjith C.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You'll need to call the method get_text_as_r3table for your text editor instance. Then concatenate the lines of the internal table together and move it to your I/O field.

Darren

1 REPLY 1

Former Member
0 Kudos

Hi,

You'll need to call the method get_text_as_r3table for your text editor instance. Then concatenate the lines of the internal table together and move it to your I/O field.

Darren