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

Text Editor

Former Member
0 Likes
533

I want to use text editor in a screen, where user can enter their long text and also it should save in particular field in table. Can any one please tell me how to do this in module pool?

4 REPLIES 4
Read only

gopi_narendra
Active Contributor
0 Likes
504

Long text is created using the fm's create_text, save_text

You can create the long texts using the object id, object name, object lang, object id., which will be creating entries in the table STXH.

You can not store long text in a table as it is too long to store.

For such reasons only the fms above create you long texts.

CREATE_TEXT, READ_TEXT, INIT_TEXT,SAVE_TEXT are the fms

Regards

Gopi

Read only

Former Member
0 Likes
504

Hi,

Please refer program "RSDEMO_DRAG_DROP_EDIT_TREE".

Best regards,

Prashant

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
504

Hi Pon

Have a look on the Report : <b>RSDEMO_DRAG_DROP_EDIT_TREE</b>.

Regards,

Sree

Read only

Former Member
0 Likes
504

Hi, Pon,

Following may be a Step-by-Step reference:

http://help.sap.com/saphelp_47x200/helpdata/en/c2/27e14b59ed11d29bd90000e8a47b2e/frameset.htm

To use in Module Pool, I think just the same.