cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to clear area of Interaction Center Alert.

0 Likes
506

I am raising interaction alert using below code. I call the same alert on BuAgConfirmed and BuAgReset events. The requirement is to clear/reset the alert when the event is BuAgReset.

fb = session->get_factbase( ).

CALL METHOD me->set_fb_attr_by_id EXPORTING id = lv_id value = lv_value.

I tried using the below, but it doesn't work.

fb->clean_up( ). 

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

Self resolved using below.

cl_crm_ic_abap_alert->if_crm_ic_alert_service~send_alert_cancel( ).

Answers (0)