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

Regarding Long Text Modification in Notification Header

Former Member
0 Likes
517

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

2 REPLIES 2
Read only

tarangini_katta
Active Contributor
0 Likes
457

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

Read only

tarangini_katta
Active Contributor
0 Likes
457

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