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

CL_GUI_TEXTEDIT and graphics

kmoore007
Active Contributor
0 Likes
521

In an MS Word docuemnt you can paste a graphic into the document along with the text and save. Can this be done also with the class CL_GUI_TEXTEDIT editor or another class?

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
497

Hello Kenneth

Please check the answers in the "ABAP Objects" forum.

Regards

Uwe

In an MS Word docuemnt you can paste a graphic into the document along with the text and save. Can this be done also with the class CL_GUI_TEXTEDIT editor or another class?

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
498

Hello Kenneth

Please check the answers in the "ABAP Objects" forum.

Regards

Uwe

Read only

kmoore007
Active Contributor
0 Likes
497

Thanks to Durairaj Athavan Raja for his reply to me:

if you want kind of rich text editor where you can have pictures, links, etc. you can use BTF editor.

Check this blog for sample code.

/people/durairaj.athavanraja/blog/2005/08/27/btf-editor-in-sapgui

Regards

Raja