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

display text editor

SG141
Active Participant
0 Likes
534

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

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

3 REPLIES 3
Read only

Former Member
0 Likes
507

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

Read only

SG141
Active Participant
0 Likes
506

thnx sudhir

Read only

SG141
Active Participant
0 Likes
506

found my self

<b>

call method text_editor->set_text_as_r3table

</b>