2009 Dec 16 9:33 AM
In sevice notification , I append new text to notification header long text . I try FMi write_text, but it will overwrite the existed text , PLS HELP!
2009 Dec 16 12:52 PM
Hi,
Make use of the FM "IQS0_ADD_NOTIFICATION_LONGTEXT".
This will append the new lines to the existing long text.
Make sure to put "X" for the import parameter "POST".
Hope this will help you.
Regards,
Smart Varghese
2009 Dec 16 12:52 PM
Hi,
Make use of the FM "IQS0_ADD_NOTIFICATION_LONGTEXT".
This will append the new lines to the existing long text.
Make sure to put "X" for the import parameter "POST".
Hope this will help you.
Regards,
Smart Varghese
2009 Dec 17 6:12 AM
2009 Dec 16 12:52 PM
2009 Dec 16 1:37 PM
Hi ,
Before Update the text using FM WRITE_TEXT use the fm READ_TEXT to get the old text. Then append the new text with the previous FM. Then use WRITE_TEXT.
Thanks,
Subhanakr