Application Development 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: 

How to append new text line to Notification header long text

jimmy_chan
Explorer
0 Kudos
384

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!

1 ACCEPTED SOLUTION

Former Member
0 Kudos
199

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

4 REPLIES 4

Former Member
0 Kudos
200

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

0 Kudos
199

Thanks for Smart Varghese!

Your way are right and simple way!

Former Member
0 Kudos
199

Smart Varghese

Subhankar
Active Contributor
0 Kudos
199

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