‎2009 Sep 23 11:51 AM
Hi.
I need to close the notification based on some conditions.
Can anyone tell me which BAPI should i use??
I found out BAPI for changing status of service notification, will the same BAPI work for Quality notification??
Thanks in advance.
‎2009 Sep 23 11:56 AM
Hi,
Are you using BAPI_ALM_NOTIF_CLOSE? This should work for both types of notifications
Hope this helps
Wenonah
‎2009 Sep 23 11:56 AM
Hi,
Are you using BAPI_ALM_NOTIF_CLOSE? This should work for both types of notifications
Hope this helps
Wenonah
‎2009 Sep 23 12:07 PM
Hi,
I have not tried that BAPI.
But, will it change the user status of the notification?
Thank you.
‎2009 Sep 23 12:14 PM
Hello
Yes. It will change user status and system status as "Notification completed".
‎2009 Sep 23 12:14 PM
Try these FM.
BAPI_ALM_NOTIF_CHANGEUSRSTAT
BAPI_ALM_NOTIF_CLOSE
This is other way around to update user status in service notification.
‎2009 Sep 23 2:08 PM
Hi,
The BAPI BAPI_ALM_NOTIF_CHANGEUSRSTAT will also change the user status of the notification.
Please be sure to call BAPI_ALM_NOTIF_SAVE & BAPI_TRANSACTION_COMMIT after invoking the BAPI. And if you are using CALL_BAPI_NOTIF_CLOSE, pleae be sure to call BAPI_TRANSACTION_COMMIT
Wenonah