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

regarding text editor display

Former Member
0 Likes
845

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
801

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

7 REPLIES 7
Read only

Former Member
0 Likes
802

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

Read only

0 Likes
801

hi avanish ,

i need to add button in text editor which i'm displaying not in screen .Please let me know

Read only

0 Likes
801

HI,

Check this program....SAPTEXTEDIT_DEMO_1

you can add the button to the toolbar..but need to research

Read only

Former Member
0 Likes
801

Hi,

You can use this function module...

CATSXT_SIMPLE_TEXT_EDITOR

Arunima

Read only

0 Likes
801

hi ,

i need to get save button in text editor itself ... while didplaying text editor using cl_gui_texteditor

Read only

0 Likes
801

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

Read only

Former Member
0 Likes
801

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