‎2006 Jul 09 1:39 PM
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
‎2006 Jul 09 1:46 PM
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.
‎2006 Jul 09 1:47 PM
Hi Fariba
Refer to this example program
http://help.sap.com/saphelp_47x200/helpdata/en/eb/549e36cf0ecb7de10000009b38f889/frameset.htm
Also few links
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITEXTEDIT/BCCITEXTEDIT.pdf
http://www.sapgenie.com/abap/controls/textedit.htm
REgds
Manohar
Message was edited by: Manohar Reddy