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

Text Editor in screen

Former Member
0 Likes
669

Hi All,

How is it possible to create a text editor in a screen, which could display text as desired and also read the text entered on the screen.

Please suggest.

Thanks in advance,

Archana.

Hi All,

How is it possible to create a text editor in a screen, which could display text as desired and also read the text entered on the screen.

Please suggest.

Thanks in advance,

Archana.

2 REPLIES 2
Read only

Former Member
0 Likes
519

Hi Archana,

For using text editor, we have to use container control object.

We can place a Text editor inside the container object.

You can see example of this in ABAP EXAPMLES.

Open SE38 > Environment > Examples > Controls Example.

You will see many example of container control object.

Hope this will help you.

Darshan

<i><b>Please reward points to helpful answer. It Motivates us to Help Others.</b></i>

Read only

0 Likes
519

Thanks !!

I found the solution.

There is a functione module to create the same RH_EDITOR_SET. You just need to create a container in the screen and call thi FM in the PBO.

There are more function modules for the RH_EDITOR to further modify this editor.

Thanks for your help.