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 long text in module pool program

Former Member
0 Likes
461

Hi dear friends,

this is Sreenivas,

i have got small doubt.

my requirement is to enter long text (nearly about 400 to 600 chars) in application.

so while creating module pool program, in layout how to create long text box?

thanks in advance

Yours Sreenivas

3 REPLIES 3
Read only

Former Member
0 Likes
409

You can do it using EDIT_TEXT function module, or if you want to use the controls / text editor you can follow the blog - https://weblogs.sdn.sap.com/pub/wlg/1765. [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
409

Check the BLOG...

/people/igor.barbaric/blog/2005/06/06/the-standard-text-editor-oo-abap-cfw-class

which gives u step by step procedure..

Read only

andreas_mann3
Active Contributor
0 Likes
409

Hi,

use fm's init_text and save_text

A.