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 Window in ABAP

Former Member
0 Likes
939

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

6 REPLIES 6
Read only

Former Member
0 Likes
796

Hi Text Editor is possible.

If you check it in last threads,

i gave some sample code..

Read only

athavanraja
Active Contributor
0 Likes
796

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

Read only

Former Member
0 Likes
796

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.

Read only

Former Member
0 Likes
796

Read only

0 Likes
796

you can also use FM

CATSXT_SIMPLE_TEXT_EDITOR

Regards

Raja

Read only

Former Member
0 Likes
796

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.