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 to be call using module pool..

Former Member
0 Likes
364

Dear all,

I want to use a Text editor area in a module pool prog . I want to write almost 300 chars in it. . How to do that ?

without using class CL_GUI_TEXTEDIT .

and after that i hve to call this text in report and send as body text of the mail and send via email .....

my send emai program is working properly thing is that i am not getting how to call this text , that during sending the email a user wants to enter some text of minimum 300 character and that to captured and be sended as a body text of the email .

plz help me on this topic as soon as possible..this is very urzent..

thanks ,

sonu

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi,

The easiest way to create a text editor is using the class CL_GUI_TEXTEDIT .

Why dont you wnat to use that?

The code snippet is given in the link[ LINK|;