‎2008 Dec 16 4:34 AM
hi all ,
i have displayed text editor in module pool . now i need to include one button for save inside to text editor . when i press that button it shoud save into another table . Please let me know how to solve . Thanks
‎2008 Dec 16 4:41 AM
HI,
Refer to this program....SAPSCRIPT_DEMO_NOTE_EDITOR
you need to add the Button on the Screen and write the logic about saving the data
‎2008 Dec 16 4:41 AM
HI,
Refer to this program....SAPSCRIPT_DEMO_NOTE_EDITOR
you need to add the Button on the Screen and write the logic about saving the data
‎2008 Dec 16 4:48 AM
hi avanish ,
i need to add button in text editor which i'm displaying not in screen .Please let me know
‎2008 Dec 16 5:17 AM
HI,
Check this program....SAPTEXTEDIT_DEMO_1
you can add the button to the toolbar..but need to research
‎2008 Dec 16 4:41 AM
Hi,
You can use this function module...
CATSXT_SIMPLE_TEXT_EDITOR
Arunima
‎2008 Dec 16 4:47 AM
hi ,
i need to get save button in text editor itself ... while didplaying text editor using cl_gui_texteditor
‎2008 Dec 16 4:53 AM
Hi,
in this fm CATSXT_SIMPLE_TEXT_EDITOR the text you have entered is stored in the changing parameter CH_TEXT which is of type CATSXT_LONGTEXT_ITAB.....After giving the text...you press enter...the text will store into this...now you store manually this text in the database table.....
Arunima
‎2008 Dec 16 4:52 AM
Hi,
Go to SE38 and give SAPTEXTEDIT* and press F4 you will get all text editor demo programs. Some of them comes with save to table option. Go through them.
Regards
Karthik D