on 2019 Dec 03 12:35 PM
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( ).
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Self resolved using below.
cl_crm_ic_abap_alert->if_crm_ic_alert_service~send_alert_cancel( ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.