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

Saving data from text editor

Former Member
0 Likes
439

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.

2 REPLIES 2
Read only

Former Member
0 Likes
397

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

Read only

Former Member
0 Likes
397

solved on my own