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

Change current notification description

Former Member
0 Likes
338

Hi,

is there a way to change/flush the current notification description instead of adding one atop the other, with BAPI_ALM_NOTIF_DATA_ADD, for instance ?

Everytime I update the notification, the inputed text/description is appended to the notification description - the user does not want this to happen, she wants the last description to be the only one existent.

Any ideas ?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
273

Hi Avraham,

Try to use below FMs in sequence:

BAPI_ALM_NOTIF_DATA_MODIFY

BAPI_ALM_NOTIF_SAVE

BAPI_TRANSACTION_COMMIT

and change the header description by modifying parameters below:

NOTIFHEADER-SHORT_TEXT = <new description>

NOTIFHEADER_X-SHORT_TEXT = 'X'

Rgds