‎2009 Jan 28 10:06 AM
Hi Experts,
I have one requirement, that is i need to change the long text entered in the notification header. In IW22 i can able to append new lines to the existing text but could not able to modify the existing text. When at the time of clicking save button the modified text is not saved properly. I created seperate program and used EDIT_TEXT function module to change the text but not succeded. Is EDIT_TEXT giving us an option to edit the long text or only to append the new lines to the existing text? Please suggest me.
Regards,
Bujji
‎2009 Jan 28 10:10 AM
Hi Bujji,
y can't u use the class cl_gui_text_edit with the mthod get_text_as_r3table.
From this u will get full data.
Thanks
‎2009 Jan 28 10:12 AM
Hi BUjji,
Have used the flag SAVE as 'X'.in ur function module EDIT_TEXT.
JUst go through documentation once.IT may help you.
Thanks