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

Usage of CL_GUI_TEXTEDIT

Former Member
0 Kudos
332

Hi Friends,

I tried to find the Documentation of the Class CL_GUI_TEXTEDIT. But it is not available. If any one know the usage of this class please explain me and why it is useful..?

5 REPLIES 5
Read only

Former Member
0 Kudos
295

Check out this weblog, which talks about the same in detail.

/people/igor.barbaric/blog/2005/06/06/the-standard-text-editor-oo-abap-cfw-class

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Kudos
295

Check sample programs:

DEMO_JAVA_SCRIPT_MINI_EDITOR and

RSDEMO_DRAG_DROP_EDIT_TREE

Regards,

Ravi

Read only

Former Member
0 Kudos
295

Hi Sekhar,

You can find the related help/documentation <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/frameset.htm</a>

Example programs :

<a href="http://www.erpgenie.com/abap/controls/textedit.htm">Program1</a>

<a href="http://fuller.mit.edu/tech/controls_technology.htm">Program2</a>

Regards,

Raghav

Read only

Former Member
0 Kudos
295

hi Sekhar,

i have come across of this class once and i have used this class to make

one of my screen fileds a to be display like text window

text window is one where u can enter many lines in the field and all the line will be display.

just like as u post a query in the forum.

u have two fields

one fields u enter the subject

and other u rnter the query

the later one may be consider as text window.

hope this might help you

anuj

Read only

former_member480923
Active Contributor
0 Kudos
295

This might help

<a href="http://www.erpgenie.com/abap/controls/textedit.htm">text-edit example</a>

Hope that Helps

Anirban M.