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 Editor

Former Member
0 Likes
312

Dear All,

Is it possible to manage text case (Upper / Lower / Proper) with Object Oriented Text Editor control (CL_GUI_TEXTEDIT)?

Regards,

Nilay

2 REPLIES 2
Read only

Former Member
0 Likes
296

HI,

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

Hope this link might help(coding)

http://www.erpgenie.com/abap/controls/textedit.htm

Dont forget to provide Reward points...

Edited by: Bharath Komarapalem on Apr 1, 2008 2:03 PM

Read only

Former Member
0 Likes
296

hi,

You must also create instances for the application controls that you want to place within your container - for example, a SAP Textedit Control (class CL_GUI_TEXTEDIT) or a SAP Tree Control (for which there is more than one global class - an example is CL_GUI_SIMPLE_TREE). When you instantiate the control, you pass a reference to the container in which you want to place it to the PARENT parameter of its constructor method. The container may be an instance of the class CL_GUI_CUSTOM_CONTAINER, but can also be an instance of one of the other SAP Container controls.

with this it is possible to manage texts.

Reward if usefull,

Thanks&Regards.