‎2008 Feb 13 7:02 AM
Dear All,
Is it possible to manage text case (Upper / Lower / Proper) with Object Oriented Text Editor control (CL_GUI_TEXTEDIT)?
Regards,
Nilay
‎2008 Apr 01 1:02 PM
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
‎2008 Apr 01 5:40 PM
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.