‎2009 Nov 04 9:28 AM
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
‎2009 Nov 11 9:07 AM
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