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

SAP text Editor

Former Member
0 Likes
612

Hi all!

Can i create Text Editor in ABAP?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

Hi,

You cannot create a Text Editor. You can use one in your application. The class CL_GUI_TEXTEDIT will help you do the trick.

Regards,

Anand Mandalika.

4 REPLIES 4
Read only

Former Member
0 Likes
572

hi,

Can you please explain more

Read only

Former Member
0 Likes
573

Hi,

You cannot create a Text Editor. You can use one in your application. The class CL_GUI_TEXTEDIT will help you do the trick.

Regards,

Anand Mandalika.

Read only

Former Member
0 Likes
572

u can use SO10 for standard texts

Read only

Former Member
0 Likes
572

Thanks guys!

My basic need is while posting message in SDN community forum. Where you type your contents simmilar text editor i want in ABAP.

I think above mentioned class might be useful.