‎2008 Nov 14 5:17 AM
Hi;
I have created a module pool program in which I need to call text editor.
I have created a custom container to implement a text editor.The version
I am using is 4.6b where I couldnt create a field longer than
255 field.In the text editor there is every possibilty that user will type more than
255 characters.Now I would like to save the data that is entered in this text editor in a 'z' table.
Please explain how should I do save it?If possible send me the code.
Thanx in advance.
‎2008 Nov 14 5:21 AM
Hi,
use this Fm..
CATSXT_SIMPLE_TEXT_EDITOR
after that the text will be saved in internal table "CH_TEXT"...now save it into your internal table by coding...
Arunima
‎2009 Apr 03 11:41 AM