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

How to create Text Editor in Module pool program

Former Member
0 Likes
921

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.

5 REPLIES 5
Read only

Former Member
0 Likes
764

Hi,

Try using function module 'SAVE_TEXT' and Read_TEXT'. Check their documentation for details.

Reward points if found useful..

Read only

Former Member
0 Likes
764

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?

Read only

Former Member
0 Likes
764

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..

Read only

Former Member
0 Likes
764

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

Read only

Former Member
0 Likes
764

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