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: 

display text editor

sastry_gunturi
Active Participant
0 Kudos

is there any class available for displaying text in the text editor on the screen.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

In the class cl_gui_textedit there is a method set_text_as_r3table which can be used to display text.

3 REPLIES 3

Former Member
0 Kudos

In the class cl_gui_textedit there is a method set_text_as_r3table which can be used to display text.

0 Kudos

thnx sudhir

sastry_gunturi
Active Participant
0 Kudos

found my self

<b>

call method text_editor->set_text_as_r3table

</b>