‎2008 Feb 28 11:07 AM
Hi Experts,
I have an Urgent Requirement.
I want to create a text editor for entering Long text in a Module Pool Program. I need to know where to save and retrieve that text. Are there any FM using which i can save my text and the Retrieve it so that i can change my text. Points will be awarded for useful answers.Thanks in Advance.
Regards,
Venkat.
‎2008 Feb 28 11:10 AM
Hi,
Try using function module 'SAVE_TEXT' and Read_TEXT'. Check their documentation for details.
Reward points if found useful..
‎2008 Feb 28 11:14 AM
Sourabh,
After i type my text and use Save_text to save it. I want to know where this text will get stored? How can i find that out?
‎2008 Feb 28 11:20 AM
When you use save text you actually pass for which document you need to upload text and the text id. Suppose we need to uplaod the text at sales document header then we will pass 'VBAK' and some id that is maintined like 'ZID'.
Refer to the documentation for details.. I hope this will solve ur query..
‎2008 Feb 28 11:35 AM
Hi
You need to use custom controls for archiving text editor in module pool program.
Please find the link below which will talk about the same
http://help.sap.com/saphelp_nw04/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm
Regards,
Lakshmikanth
‎2008 Feb 28 12:20 PM
Venkat,
I found that out. What i want to know is after creating my text editor using Custom control, I need it save it in some place in order to retrieve it in future and make changes if needed. This is what i want to know. Waiting for ur Inputs. Thanks in Advance.
Regards,
Venkat