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

Bapi for Quality notification

0 Likes
2,259

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,659

Hi,

Are you using BAPI_ALM_NOTIF_CLOSE? This should work for both types of notifications

Hope this helps

Wenonah

5 REPLIES 5
Read only

Former Member
0 Likes
1,660

Hi,

Are you using BAPI_ALM_NOTIF_CLOSE? This should work for both types of notifications

Hope this helps

Wenonah

Read only

0 Likes
1,659

Hi,

I have not tried that BAPI.

But, will it change the user status of the notification?

Thank you.

Read only

0 Likes
1,659

Hello

Yes. It will change user status and system status as "Notification completed".

Read only

0 Likes
1,659

Try these FM.

BAPI_ALM_NOTIF_CHANGEUSRSTAT

BAPI_ALM_NOTIF_CLOSE

This is other way around to update user status in service notification.

Read only

0 Likes
1,659

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