‎2005 Dec 05 7:18 AM
HI,
I would like to know how to goabout getting text editor on a screen in ABAP. I am doing a Module Pool prg for which the user might want to enter some comments in this text editor. which also had save and cancel buttons.
Guru
‎2005 Dec 05 7:24 AM
‎2005 Dec 05 7:24 AM
check out the following demo program.
SAPTEXTEDIT_DEMO_3
you should use class cl_gui_textedit to achieve this.
you can also use BTF editor, for code sample check out the following weblog.
/people/durairaj.athavanraja/blog/2005/08/27/btf-editor-in-sapgui
Regards
Raja
‎2005 Dec 05 7:26 AM
U have to use a FM to do this. I exactly dont remeber but, there is a function module which when u press ob a field popus a screen editor where in u can add ur comments and save the text or even cancel the text.
Pl. use the FM for this.
Pl. award appropriate points.
‎2005 Dec 05 7:26 AM
‎2005 Dec 05 7:32 AM
‎2005 Dec 05 9:09 AM
Hi,
In lower versions CATSXT_SIMPLE_TEXT_EDITOR fm
is not available. From Enterprise version only
this function module is available.
If you are not working in Enterprise,Try look at the
demo programs
SAPTEXTEDIT_DEMO*.
Thanks & Regards,
Siri.