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

create long text on screen

Former Member
0 Likes
712

Hi,

could you explain me how to crate a long text screen for input and after that how to attribute it to other data of specific screen to be saved and called?

yank you for help,

Fariba

2 REPLIES 2
Read only

Former Member
0 Likes
420

Hi,

What you will have to do is to use a custom control and the CL_GUI_TEXTEDIT class to create the text editor and attach it to the control. Now, you can have the user type the text and get the text using the method SET_TEXT_AS_R3TABLE into a internal table. Then you can save the text using the SAVE_TEXT function module.

You can look at this weblog for a detailed explanation of the same.

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

Regards,

Ravi

Note : Please mark all the helpful answers and close the thread if the issue is resolved.

Read only

Manohar2u
Active Contributor