‎2007 Oct 15 6:27 AM
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?
‎2007 Oct 15 6:30 AM
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
‎2007 Oct 15 6:32 AM
Hi,
Please refer program "RSDEMO_DRAG_DROP_EDIT_TREE".
Best regards,
Prashant
‎2007 Oct 15 6:38 AM
Hi Pon
Have a look on the Report : <b>RSDEMO_DRAG_DROP_EDIT_TREE</b>.
Regards,
Sree
‎2007 Oct 15 7:53 AM
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.