‎2009 Feb 11 4:28 PM
Hi There,
I am using text edit control to display and save the data in the z table..
I am able to save the data in the z table but displaying doesnt work..
Please assist on displaying the data from the z table into text edit control box..
‎2009 Feb 11 4:46 PM
Hi Arif,
U r question is not clear where u want to display this text.
Please explain clearly
Thanks
‎2009 Feb 11 5:00 PM
Hi,
REad the data from the table and use the FM SAVE_TEXT. to insert the text editor.
Thanks
‎2009 Feb 11 5:02 PM
Hi,
<< Cut and paste without attribution from http://www.scribd.com/doc/7203294/TEXT-EDIT-Control-Using-ABAP-Objects removed >>
Chack with this example code.
Thanks,
Neelima.
Edited by: Rob Burbank on Feb 11, 2009 5:32 PM
‎2009 Feb 11 10:25 PM
Hi,
Use READ_TEXT to read the existing long text content (you need to have the text header details) and use EDIT_TEXT to modify the existing text (which read from READ_TEXT) with header details and save "X".
Thanks
Nagarajan